/***************** BODY *****************/
* {
/*---on passe toutes les marges à 0---*/
margin:0;
padding:0;
}
body,html{
height:100%;
}
body{
background:url(../images/bg.jpg) top center no-repeat #eee9e9;
}
/***************** CONTAINER *****************/
#container{
position:relative;
min-height:100%;
width:810px;
margin:0 auto;
background:url(../images/bg_container.jpg) scroll repeat-y;
}
/***************** HEADER *****************/
#header{
width:810px;
height:401px;
/*obligatoire si il y a un flash*/
display:block;
outline:none;
}

/***************** CONTENU *****************/
#contenu_bg {
	float:left;
	width:810px;
	background:url(../images/bg_contenu.jpg) top left no-repeat;
}
#contenu{
	float:left;
	width:784px;
	padding:20px 0 10px 26px;
}

#contenu-droite{
	float:right;
	width:256px;
	margin:0 22px 0 0;
	display:inline;
}



#contenu-gauche{
	float:left;
	width:450px;
	margin:0 25px 0 15px;
}

/*---obligatoire pour le footer---*/
/*---mettre <div class="clearer" id="clearFooter"></div>--*/
/*---apres la div contenu---*/
.clearer{
clear:both;
}
#clearFooter{
height:70px;/*--- = à la hauteur du footer ---*/
}
/***************** FOOTER *****************/
#footer{
position:relative;
clear:both;
width:100%;
height:70px;
margin:-70px 0 0;
background:url(../images/foot.jpg) repeat-x;
}
#footer2{
position:relative;
clear:both;
width:810px;
height:70px;
margin:0 auto;
background:url(../images/footer.jpg) repeat-x;
}
#idep{
position:absolute;
left:10px;
top:40px;
width:175px;
height:30px;
}
#idep img{
float:left;
}
#footer #idep a.idep{
text-decoration:none;
display:block;
font:9px/8px Arial, Helvetica, sans-serif;
color:#659eca;
margin:5px 0 0;
}
#footer #idep a.idep.optea{
margin:0;
}
#footer #idep a:hover.idep{
text-decoration:none;
color:#659eca;
}
/******************* STYLE FOOTER *****************/
#footer p{
font:10px/35px Arial, Helvetica, sans-serif;
color:#659eca;
text-align:right;
padding:35px 20px 0 0;
}
#footer a:link, #footer a:visited{
text-decoration:none;
color:#1448c2;
}
#footer a:hover, #footer a:active{
text-decoration:underline;
color:#659eca;
}

