/* Feuille de style pour la charte graphique du site
 * Cette feuille de style est appelée depuis style.css.
 */

/***************** STRUCTURE *****************/
*{
/*---toutes les marges sont à 0---*/
margin:0;
padding:0;
}
body,html{
height:100%;/*---obligatoire pour le footer---*/
scrollbar-base-color:#000000;
}
body{
font-size:62.5%;
background:#000000;
}
#container{
position:absolute;
z-index:10;
width:990px;
height:554px;
left:50%;
top:50%;
margin-left:-495px;
margin-top:-293px;
}
/***************** FOOTER *****************/
#footer{
position:absolute;
left:0;
bottom:0;
z-index:20;
width:100%;
height:56px;
text-align:center;
background:url(../images/charte/bg-footer.gif) no-repeat scroll center bottom;
}
#idep{
position:absolute;
left:50%;
bottom:11px;
margin-left:91px;
width:26px;
height:13px;
}

