/***************** 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:#32a2cc url(../images/charte/bg.gif) repeat-x;
}
/***************** CONTAINER *****************/
#container{
position:relative;
min-height:100%;
width:935px;
margin:0 auto;
background:url(../images/charte/bg-container.gif) repeat-y center;
}
/***************** HEADER *****************/
#header{
width:935px;
height:212px;
}

/***************** CONTENU *****************/
#contenu{
width:885px;
padding:20px 15px 0 30px;
min-height:100%;


}

#contenu2{
width:850px;
padding:20px 45px 0 30px;
float:left;
min-height:100%;

}
#contenudiv1{
width:440px;
padding:5px 15px 0 30px;
float:left;
min-height:100%;
}
#contenudiv2{
width:400px;
padding:5px 35px 0 15px;
float:left;
min-height:100%;

}
/*---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:935px;
height:133px;
margin:-133px auto 0;
background:#ff8598 url(../images/charte/bg-footer.gif) no-repeat;
}
#idep{
position:absolute;
left:20px;
top:15px;
width:400px;
height:30px;
}
#idep img{
float:left;
}
#footer #idep a.idep{
text-decoration:none;

font:9px/8px Arial, Helvetica, sans-serif;
color:#003399;
margin:4px 0 0;
}
#footer #idep a.idep.optea{
margin:0;
}
#footer #idep a:hover.idep{
text-decoration:none;
color:#0099CC;
}

