/***************** 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:#fff url(../images/charte/bg.jpg) center top no-repeat;
font-family:Helvetica, sans-serif, Arial;
}
/***************** INTRO CONSTRUCTION *****************/
#construction{
position:absolute;
width:840px;
height:510px;
left:50%;
top:50%;
margin-left:-420px;
margin-top:-255px;
background: url(../images/charte/construction.jpg) no-repeat;
}



/***************** CONTAINER *****************/
#container{
position:relative;
min-height:100%;
width:901px;
margin:0 auto;
}
/***************** HEADER *****************/
#header{
width:901px;
height:231px;
background:url(../images/charte/header.jpg) no-repeat;
}
/***************** MENU TOP *****************/
#menuTop{
float:right;
margin:187px 45px 0 0;
font-size:14px;
}
#menuTop ul{
list-style:none;
}
#menuTop li{
float:left;
}
#menuTop li a{
color:#FFFFFF;
text-decoration:none;
margin:0 8px 0 10px;
}	
#menuTop li a:hover{
font-weight:bold;
}
/***************** MENU LEFT *****************/
#menuLeft{
float:left;
width:280px;
}
#menuLeft ul{
list-style:none;
padding-bottom:10px;
}
#menuLeft a{
display:block;
}
#menuLeft span{
display:none;
}
a.menu1{
	width:280px;
	height:60px;
	background:url(../images/charte/menuleft-1.jpg) no-repeat;
}
a:hover.menu1{
	width:280px;
	height:60px;
	background:url(../images/charte/menuleft-1h.jpg) no-repeat;
}
a.menu2{
	width:280px;
	height:60px;
	background:url(../images/charte/menuleft-2.jpg) no-repeat;
}
a:hover.menu2{
	width:280px;
	height:60px;
	background:url(../images/charte/menuleft-2h.jpg) no-repeat;
}
a.menu3{
	width:280px;
	height:60px;
	background:url(../images/charte/menuleft-3.gif) no-repeat;
}
a:hover.menu3{
	width:280px;
	height:60px;
	background:url(../images/charte/menuleft-3h.gif) no-repeat;
}
a.menu4{
	width:280px;
	height:60px;
	background:url(../images/charte/menuleft-4.jpg) no-repeat;
}
a:hover.menu4{
	width:280px;
	height:60px;
	background:url(../images/charte/menuleft-4h.jpg) no-repeat;
}
a.menu5{
	width:280px;
	height:60px;
	background:url(../images/charte/menuleft-5.gif) no-repeat;
}
a:hover.menu5{
	width:280px;
	height:60px;
	background:url(../images/charte/menuleft-5h.gif) no-repeat;
}
#logos{
text-align:center;
margin:20px 0 0 0;
}
/***************** CONTENU *****************/
#contenu{
float:right;
width:600px;
padding:20px 10px 0 0;
}
/*---obligatoire pour le footer---*/
/*---mettre <div class="clearer" id="clearFooter"></div>--*/
/*---apres la div contenu---*/
.clearer{
clear:both;
}
#clearFooter{
height:30px;/*--- = à la hauteur du footer ---*/
}
/***************** FOOTER *****************/
#footer{
position:relative;
clear:both;
width:900px;
height:30px;
margin:-30px auto 0;
background:url(../images/charte/adresse.jpg) left top no-repeat;
}
#idep{
position:absolute;
right:0;
top:0;
width:195px;
height:30px;
}
#idep img{
float:left;
}
#footer #idep a.idep{
text-decoration:none;
display:block;
font:9px/8px Arial, Helvetica, sans-serif;
color:#3366CC;
margin:3px 0 0;
}
#footer #idep a.idep.optea{
margin:0;
}
#footer #idep a:hover.idep{
text-decoration:none;
color:#000033;
}
