/***************** 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:url(../images/bg.jpg) #2c2c2c top no-repeat;
}
/***************** CONTAINER *****************/
#container{
position:relative;
min-height:100%;
width:966px;
margin:0 auto;
background:scroll url(../../charte/images/bg-container.gif) center top repeat-y ;

}
/***************** HEADER *****************/
#header{
width:966px;
height:301px;
display:block;/*obligatoire si il y a un flash*/
}

/***************** CONTENU *****************/
#contenu_bg {
	float:left;
	width:966px;
	background:url(../images/bg_contenu.jpg) top no-repeat;
}
#contenu{
float:left;
width:956px;
padding:45px 0 10px 10px;
}

#contenu-gauche
{
width:700px;
}

#contenu-droite{
	float:left;
	width:243px;
	margin:10px 0 0 0 ;
}



/*---obligatoire pour le footer---*/
/*---mettre <div class="clearer" id="clearFooter"></div>--*/
/*---apres la div contenu---*/
.clearer{
clear:both;
}
#clearFooter{
height:75px;/*--- = à la hauteur du footer ---*/
}
/***************** FOOTER *****************/
#footer{
position:relative;
clear:both;
width:966px;
height:75px;
margin:-75px auto 0;
background:url(../images/bg_footer.jpg) top left no-repeat;
/*background:url(../../charte/images/bg-footer.gif) left top repeat-x;*/
}
#idep{
position:absolute;
left:0;
top:0;
width:375px;
height:30px;
}
#idep img{
float:left;
}
#footer #idep a.idep{
text-decoration:none;
display:block;
font:9px/8px Arial, Helvetica, sans-serif;
color:#524f50;
margin:7px 0 0;
}
#footer #idep a.idep.optea{
margin:0;
}
#footer #idep a:hover.idep{
text-decoration:none;
color:#fff;
}
/******************* STYLE FOOTER *****************/
#footer p{
font:10px/30px Arial, Helvetica, sans-serif;
color:#524f50;
text-align:right;
letter-spacing:1px;
padding:0 10px 0 0;
}
#footer a:link, #footer a:visited{
text-decoration:none;
color:#524f50;
}
#footer a:hover, #footer a:active{
text-decoration:underline;
color:#524f50;
}

