/***************** 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:#fff url(../images/charte/bg-body.jpg) repeat-x;
}
/***************** CONTAINER *****************/
#container{
position:relative;
min-height:100%;
width:960px;
margin:0 auto;
}
/***************** HEADER *****************/
#header{
width:960px;
height:270px;
}


/***************** CONTENU *****************/
#contenu{
width:930px;
padding:20px 0 0 30px;
background:url(../images/charte/bg-contenu.jpg) no-repeat left top;
}

#contenu ul{
margin-top:5px;
margin-bottom:10px;
margin-left:25px;
}


#contenu li{
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
margin-bottom:5px;
color:#11739d;
list-style-image:url(../images/charte/puce.gif);


}
/*---obligatoire pour le footer---*/
/*---mettre <div class="clearer" id="clearFooter"></div>--*/
/*---apres la div contenu---*/
.clearer{
clear:both;
}
#clearFooter{
height:30px;/*--- = à la hauteur du footer ---*/
}
/***************** FOOTER *****************/
#footer{
position:relative;
clear:both;
width:960px;
height:30px;
margin:-30px auto 0;
}
#idep{
position:absolute;
left:17px;
top:0;
width:195px;
height:30px;
}
#idep img{
float:left;
}
#footer #idep a.idep{
text-decoration:none;
display:block;
font:9px/8px Arial, Helvetica, sans-serif;
color:#56aace;
margin:8px 0 0;
}
#footer #idep a.idep.optea{
margin:0;
}
#footer #idep a:hover.idep{
text-decoration:none;
color:#000;
}

