/***************** BODY *****************/
*{
/*---on passe toutes les marges à 0---*/
  margin:0;
  padding:0;
}
body,html{
  height:100%;
  scrollbar-base-color:#3d83d0;
}
body{ background:#fff;}
/***************** CONTAINER *****************/
#container{
  position:relative;
  min-height:100%;
  width:950px;
  margin:0 auto;
  padding:0 20px;
  background:url(../images/charte/bg-container.gif) center top repeat-y;
}
#container2{
  position:relative;
  min-height:524px;
  width:950px;
  background:url(../images/charte/bg-container2.jpg) left 196px no-repeat;
}
/***************** HEADER *****************/
#header{
  width:950px;
  height:196px;
}
/***************** MENU LEFT *****************/
#menuLeft{
  float:left;
  width:180px;
  padding:0 0 0 10px;
}
#menuLeft a{
  font:bold 11px/30px Arial, Helvetica, sans-serif;
  color:#fed4c7;
  text-indent:26px;
  text-decoration:none;
  display:block;
  height:30px;
  overflow:hidden;
  background:url(../images/charte/bt-menuLeft.gif) left top no-repeat;
  margin-bottom:10px;
}
#menuLeft a:hover{
  color:#fff;
  background-position:left bottom;
}
/***************** SOUS MENU */
#menuLeft ul{
  list-style:none;
  padding:5px 0 10px;
  background:#fff;
}
#container #menuLeft li a{
  background:none;
  border:none;
  text-decoration:none;
  font:10px/14px Arial, Helvetica, sans-serif;
  text-indent:15px;
  color:#dc4327;
  display:block;
  height:14px;
  overflow:hidden;
}
#container #menuLeft li a:hover{
  color:#2663bd;
}
/***************** CONTENU *****************/
#contenu{
  float:left;
  width:712px;
  padding:19px 0 0 28px;
}
/*---obligatoire pour le footer---*/
/*---mettre <div class="clearer" id="clearFooter"></div>--*/
/*---apres la div contenu---*/
.clearer{ clear:both;}
#clearFooter{
  height:46px;/*--- = à la hauteur du footer ---*/
}
/***************** FOOTER *****************/
#footer{
  position:relative;
  clear:both;
  width:950px;
  height:46px;
  margin:-46px auto 0;
  background:url(../images/charte/bg-footer.jpg) left top no-repeat;
}
#idep{
  position:absolute;
  left:778px;
  top:24px;
  width:165px;
  height:22px;
}
#idep img{ float:left;}
#footer #idep a.idep{
  text-decoration:none;
  display:block;
  font:9px/8px Arial, Helvetica, sans-serif;
  color:#3d83d0;
  margin:2px 0 0;
}
#footer #idep a.idep.optea{
  margin:0;
}
#footer #idep a:hover.idep{
  text-decoration:none;
  color:#dc4327;
}
