/***************** 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:#C1C1C1 url(../images/charte/bg-body.jpg) left top repeat-x;
}
/***************** CONTAINER *****************/
#container{
position:relative;
min-height:100%;
height:auto !important;
height:100%;
width:990px;
margin:0 auto;
}
/***************** HEADER *****************/
#header{
width:990px;
height:100px;
background:url(../images/charte/header.jpg) left top no-repeat;
}
/***************** MENU LEFT *****************/
#menuLeft{
width:990px;
height:220px;
background:url(../images/charte/bg-menu.jpg) left top no-repeat;
}

/***************** CONTENU *****************/
#contenu{
float:left;
width:860px;
min-height:450px;
height:auto!important;
padding:40px 0 0 120px;
background:url(../images/charte/construction.jpg) left top no-repeat;
}

/*---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 *****************/
#footer1{
	width:100%;
	height:50px;
	clear:both;
	position:relative;
	margin:-50px auto;
	background:url(../images/charte/bg-footer.jpg) left bottom repeat-x;
}
#footer{
	position: relative;/*---obligatoire pour le footer---*/
	margin:auto;
	width:990px;
	height:50px;
	color:#fff;
	background:url(../images/charte/footer.jpg) left bottom no-repeat;
}
#idep{
position:absolute;
left:0;
top:20px;
width:195px;
height:30px;
}
#idep img{
float:left;
}
#footer #idep a.idep{
text-decoration:none;
display:none;
font:9px/8px Arial, Helvetica, sans-serif;
color:#ffc2cc;
margin:8px 0 0;
}
#footer #idep a.idep.optea{
margin:0;
}
#footer #idep a:hover.idep{
text-decoration:none;
color:#fff;
}

