/***************** BODY *****************/
*{
/*---on passe toutes les marges à 0---*/
margin:0;
padding:0;
}
body,html{
height:100%;
scrollbar-base-color:#f00;
}
body{
background:#f00 url(../images/charte/bg-body.gif) center top repeat-x;
}
/***************** CONTAINER *****************/
#container{
position:relative;
min-height:100%;
width:990px;
margin:0 auto;
background:url(../images/charte/bg-container.gif) center top repeat-y;
}
#container2{
position:relative;
min-height:489px;
width:990px;
background:url(../images/charte/bg-container2.jpg) center 150px no-repeat;
}
/***************** HEADER *****************/
#header{ 
width:990px;
height:120px;
}
/***************** MENU TOP *****************/
#menuTop{
width:990px;
height:30px;
}
/***************** MENU LEFT *****************/
#menuLeft{
float:left;
width:242px;
height:339px;
}
/***************** CONTENU *****************/
#contenu{
float:left;
width:620px;
padding:20px 0 0 17px;
}
#contenu .actu{
	background-color:#CCCCCC;
	float:left;
	position:relative;
}
#contenu .visu{
	margin-left:10px;
}

#contenu .detail{
	width: 150px;
}

/*---obligatoire pour le footer---*/
/*---mettre <div class="clearer" id="clearFooter"></div>--*/
/*---apres la div contenu---*/
.clearer{
clear:both;
}
#clearFooter{
height:81px;/*--- = à la hauteur du footer ---*/
}
/***************** FOOTER *****************/
#footer{
position:relative;
clear:both;
width:990px;
height:81px;
margin:-81px auto 0;
background:url(../images/charte/bg-footer.jpg) center top no-repeat;
}
#footer a#conseil{
position:absolute;
text-decoration:none;
display:block;
top:58px;
left:412px;
width:166px;
height:23px;
background:url(../images/charte/bt-conseil.jpg) left top no-repeat;
}
#footer a:hover#conseil{
background-position:left bottom;
}
#idep{
position:absolute;
left:55px;
top:20px;
width:100px;
height:28px;
}
#idep2{
position:absolute;
left:841px;
top:24px;
width:100px;
height:28px;
}
#idep img{
float:left;
}
#footer #idep2 a.idep{
text-decoration:none;
display:block;
font:9px/8px Arial, Helvetica, sans-serif;
color:#ffbcbc;
}
#footer #idep2 a.idep.optea{
margin:0;
}
#footer #idep2 a:hover.idep{
text-decoration:none;
color:#fff;
}
