/* 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:#111;
}
body{
font-size:62.5%;
background:#000;
}
#container{
position:absolute;
left:50%;
top:50%;
width:720px;
height:570px;
margin-left:-360px;
margin-top:-285px;
}
/***************** FOOTER *****************/
#footer{
position:absolute;
left:0;
bottom:0;
width:100%;
height:40px;
}
#idep{
position:absolute;
left:0;
width:90px;
height:40px;
}
#footerMenu{
height:40px;
}
#footerMenu p{
font:bold 1.1em/40px "Trebuchet MS", Verdana, Arial, sans-serif;
color:#666;
text-align:center;
}
#footerMenu a:link, #footerMenu a:visited {
text-decoration:none;
color:#666;
}
#footerMenu a:hover, #footerMenu a:active {
text-decoration:none;
color:#fff;
}