/***************** 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:scroll #b9a79d url(../images/charte/bg-body.gif) center top repeat-x;
}

/***************** CONTAINER *****************/
#container{
position:relative;
min-height:100%;
width:980px;
margin:0 auto;
background:scroll url(../images/charte/bg-container.gif) center top repeat-y;
}
/***************** HEADER ********************/
#header{
width:980px;
height:270px;
float:left;
}
#contenu #header a{
color:#000;
text-decoration:none;
}
#contenu #header a:hover{
color:#777;
text-decoration:underline;
}
/***************** MENU HAUT *****************/
#contenu #menuHaut{
width:980px;
height:90px; 
font:11px/40px Arial, Helvetica, sans-serif;
background:scroll url(../images/charte/bg-menu.gif) center top no-repeat;
letter-spacing:1px;
text-transform:uppercase;
text-align:center;
float:left;
}
#contenu #menuHaut a{
color:#fff;
text-decoration:none;
border-right:1px solid #d69fac;
padding:0 10px 0 10px;
}
#contenu #menuHaut a:hover{
color:#d69fac;
}


/***************** CONTENU *****************/
#contenu{
color:#bababa;
width:980px;
display:block;
float:left;
background:scroll url(../images/charte/bg-contenu.gif) center top no-repeat;
}
/*---obligatoire pour le footer---*/
/*---mettre <div class="clearer" id="clearFooter"></div>--*/
/*---apres la div contenu---*/
.clearer{
clear:both;
}
#clearFooter{
height:100px;/*--- = à la hauteur du footer ---*/
}
/***************** FOOTER *****************/
#footer{
position:relative;
clear:both;
width:980px;
height:100px;
margin:-100px auto 0;
background:scroll url(../images/charte/bg-footer.gif) center top no-repeat;
}
#idep{
position:absolute;
left:670px;
top:0;
width:250px;
}
#idep img{
float:left;
}
#footer #idep a.idep{
text-decoration:none;
display:block;
font:9px/9px Arial, Helvetica, sans-serif;
color:#dcd3ce;
}
#footer #idep a.idep.optea{
margin:0;
}
#footer #idep a:hover.idep{
text-decoration:none;
color:#444;
}
