/***************** 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:#848589 url(../images/charte/bg-body.jpg) center top repeat-y;
}
/***************** CONTAINER *****************/
#container{
position:relative;
min-height:100%;
width:990px;
min-height:100%;
height:auto !important;
height:100%;
margin:0 auto;
background:#fff;
}
/***************** HEADER *****************/
#header{
width:990px;
height:245px;
background:url(../images/charte/header.jpg) left top no-repeat;
}

/***************** CONTENU *****************/
#contenu{
width:930px;
min-height:350px;
height:auto !important;
padding:0 30px 0px 30px;
}
/*---obligatoire pour le footer---*/
/*---mettre <div class="clearer" id="clearFooter"></div>--*/
/*---apres la div contenu---*/
.clearer{
clear:both;
}
#clearFooter{
height:60px;/*--- = à la hauteur du footer ---*/
}
/***************** FOOTER *****************/
#footer{
position:relative;
clear:both;
width:980px;
height:20px;
margin:-60px auto 0;
padding:40px 0px 0 10px;
background:url(../images/charte/footer.jpg) left top no-repeat;
}
#idep{
position:absolute;
right:30px;
top:30px;
width:195px;
height:30px;
}
#idep img{
float:right;
}
#footer #idep a.idep{
text-decoration:none;
display:none;
font:9px/8px Arial, Helvetica, sans-serif;
color:#848589;
margin:8px 0 0;
}
#footer #idep a.idep.optea{
margin:0;
}
#footer #idep a:hover.idep{
text-decoration:none;
color:#c30c3e;
}
