html, body {
margin:0;
border:0;
padding:0;
height: 100%;
background:#ffffff;
color:#000000;
font-size: 12px;
font-family: verdana, arial, geneva, trebuchet, sans;
text-align: left;
}

B {font-weight: bold;}
I {font-style: italic;}
SUP { font-size: 65%; }
IMG { border: none;}
LI { margin-bottom: 1em;}

A { color: #e52323;
text-decoration: none;
 }
A:hover { color: #e27878;}

/* A IMG {border:1px #931212 solid;}
A:hover IMG {border:1px #e81e1e solid;} */

#contenant-principal {
position: absolute;
top: 50%;
width: 100%;
height: 1px;
overflow: visible }

#contenu-general {
position: absolute;
left: 50%;
width: 422px;
margin-left: -211px;
height: 150px;
top: -75px;
}