/***************** 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{
width:100%;
background:#fff url(../images/charte/body.jpg) center top no-repeat;
}
/***************** CONTAINER *****************/
#container{
background:url(../images/charte/bg-container.jpg) center top repeat-y !important;
width:100%;
height: 100%;
padding:0;
margin:0 auto;
}
#container2{
background: url(../images/charte/bg-container.jpg) left top repeat-y !important;
width:799px;
padding:0;
margin:0 auto;

}
/***************** HEADER *****************/
#header{
background: transparent url(../images/charte/header.jpg) left top  !important;
width:801px;
height:160px;
margin:0;
padding:0;
}
/***************** MENU LEFT *****************/
#menuLeft{
background:url(../images/charte/container.jpg) left -20px no-repeat;
float:left;
width:170px;
margin:1px 0 0 0;
text-align:center;
height:380px;
}
#menuLeft ul{
list-style:none;
padding-bottom:10px;
background:url(../images/charte/sousmenu.png) center top no-repeat;
/*_background:url();
_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/charte/sousmenu.png', sizingMethod='scale');*/
}
#menuLeft a{
background: url(../images/charte/trait.gif) center top no-repeat;
text-decoration:none;
font:bold 12px/25px Arial, Helvetica, sans-serif;
color:#666;
display:block;
height:30px;
overflow:hidden;
}
#menuLeft a:hover,
#menuTop a.trigered{
background: url(../images/charte/trait.gif) center top no-repeat;
color:#333;
}
/***************** SOUS MENU */
#container #menuLeft li a{
background:none;
text-decoration:none;
font:bold 11px/20px Arial, Helvetica, sans-serif;
color: #666;
display:block;
height:20px;
overflow:hidden;
}
#container #menuLeft li a:hover{
color:#333;
}
/***************** CONTENU *****************/
#contenu{
background: transparent;
float:left;
width:600px;
padding:20px 0 0 20px;
margin-bottom: 20px;
}
#centering{
  margin:0px auto;
  text-align: center;

}

#serv{
  background: url(../images/charte/services/serv-bkd.jpg) no-repeat;
  width:548px;
  height:224px;
  margin:10px auto;
}
#servin{
  padding:60px 10px 10px 100px;
}

/*---obligatoire pour le footer---*/
/*---mettre <div class="clearer" id="clearFooter"></div>--*/
/*---apres la div contenu---*/
.clearer{
clear:both;
	display: block;
	height: 1px;
	margin-bottom: -1px;
	font-size: 1px;
	line-height: 1px;
}
/*#clearFooter{
height:0px;
}*/
/***************** FOOTER *****************/
#footer{
position:relative;
width:100%;
height:40px;

background: url(../images/charte/bg-footer.jpg) center top repeat-x;
}
#footer2{
background:url(../images/charte/footer.jpg) center top no-repeat;
width:800px;
height:40px;
margin:0 auto;
}
#idep{
/*position:absolute;
left:0;
top:0;
width:195px;
height:30px;
margin:10px 0 0 20px;*/
float:left;
margin-top: 10px;
height:30px;
width:195px;
}
#idep img{
float:left;
}
#footer #idep a.idep{
text-decoration:none;
display:block;
font:9px/8px Arial, Helvetica, sans-serif;
color:#666;
margin:8px 0 0;
}
#footer #idep a.idep.optea{
margin:0;
}
#footer #idep a:hover.idep{
text-decoration:none;
color:#333;
}
