/***************** BODY *****************/
*{
/*---on passe toutes les marges à 0---*/
margin:0;
padding:0;
}
body,html{
height:100%;
/*---permet de changer la couleur de la barre de scroll dans IE (déconseillé)
scrollbar-base-color:#7d8a2e;
---*/
}
body{
background:#2a2827 url(../images/charte/bg.jpg) center top no-repeat;
}
/***************** CONTAINER *****************/
#container{
position:relative;
min-height:100%;
width:945px;
margin:0 auto;
background:#514f4e;
}
/***************** HEADER *****************/
#header{
width:945px;
height:262px;
float:left;
margin:0;
background:url(../images/charte/bg-header.jpg) left top no-repeat;
}
/***************** MENU LEFT *****************/
#menuLeft{
float:left;
width:200px;
}
/***************** MENU RIGHT *****************/
#menuRight{
float:right;
width:185px;
margin-left:5px;
margin-top:-15px;
}
/***************** CONTENU *****************/
#contenu{
float:left;
width:700px;
padding:20px 0 0 15px;
}
/*---obligatoire pour le footer---*/
/*---mettre <div class="clearer" id="clearFooter"></div>--*/
/*---apres la div contenu---*/
.clearer{
clear:both;
}
#clearFooter{
height:131px;/*--- = à la hauteur du footer ---*/
}
/***************** FOOTER *****************/
#footer{
position:relative;
clear:both;
width:945px;
height:131px;
margin:-131px auto 0;
background:url(../images/charte/bg-footer.jpg) center top no-repeat;
}
#idep{
position:absolute;
right:0;
top:11px;
width:220px;
height:30px;
}
#idep img{
float:left;
}
#footer #idep a.idep{
text-decoration:none;
display:block;
font:9px/8px Arial, Helvetica, sans-serif;
color:#282625;
margin:8px 0 0;
}
#footer #idep a.idep.optea{
margin:0;
}
#footer #idep a:hover.idep{
text-decoration:none;
color:#fff;
}
