/***************** BODY *****************/
*{
/*---on passe toutes les marges à 0---*/
margin:0;
padding:0;
}
body,html{
height:100%;
font-family:Helvetica, sans-serif, Arial;
/*---permet de changer la couleur de la barre de scroll dans IE (déconseillé)
scrollbar-base-color:#7d8a2e;
---*/
}
body{
background:#210d04 url(../images/charte/bg.jpg) center top no-repeat;
}
/***************** CONTAINER *****************/
#container{
position:relative;
min-height:100%;
width:940px;
margin:0 auto;
background:url(../images/charte/bg-container.gif) center repeat-y;
}
/***************** HEADER *****************/
#header{
width:940px;
height:237px;
background:url(../images/charte/header.jpg) center top no-repeat;
}
#flash{
width:900px;
height:130px;
top:0px;
right:16px;
position:absolute;
}
/***************** MENU TOP *****************/
#menuLeft{
width:235px;
height:419px;
position:absolute;
margin:0 0 0 16px;
top:134px;
background:url(../images/charte/bg-menu.jpg) no-repeat;
}
/***************** CONTENU *****************/
#contenu{
margin:-90px 0 100px 0;
padding:0px 20px 0 250px;
}
/*---obligatoire pour le footer---*/
/*---mettre <div class="clearer" id="clearFooter"></div>--*/
/*---apres la div contenu---*/
.clearer{
clear:both;
}
#clearFooter{
height:133px;/*--- = à la hauteur du footer ---*/
}
/***************** FOOTER *****************/
#footer{
position:relative;
clear:both;
width:960px;
height:133px;
margin:-133px auto 0;
background:url(../images/charte/footer.jpg) center top no-repeat;
}
#idep{
position:absolute;
right:30px;
top:40px;
width:90px;
height:30px;
}
#idep img{
float:left;
}
#footer #idep a.idep{
text-decoration:none;
display:block;
font:9px/8px Arial, Helvetica, sans-serif;
color:#331b0c;
margin:3px 0 0;
}
#footer #idep a.idep.optea{
margin:0;
}
#footer #idep a:hover.idep{
text-decoration:none;
color:#fff;
}

