/***************** 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:#4e84b2 url(../images/charte/bg-body.gif) left top repeat-x;}
/***************** CONTAINER *****************/
#container{
  position:relative;
  min-height:100%;
  height:auto!important;
  height:100%;
  width:990px;
  margin:0 auto;
  background:#4e84b2;
}
/***************** HEADER *****************/
  #header{
  width:990px;
  height:185px;
  background:url(../images/charte/header.jpg) left top no-repeat;
}
/***************** MENU LEFT *****************/
#menuLeft{
  float:left;
  width:190px;
  min-height:365px;
  height:auto!important;
  background:url(../images/charte/bg-menu.jpg) left top no-repeat;
}
#menuLeft ul{
  list-style:none;
  border:1px solid red;
  padding-bottom:10px;
}
#menuLeft a{
  text-decoration:none;
  font:bold 12px/25px Arial, Helvetica, sans-serif;
  color:#003b71;
  display:block;
  height:30px;
  padding-left:50px;
  overflow:hidden;
}
#menuLeft a:hover,
#menuTop a.trigered{ color:#666;}
/***************** CONTENU *****************/
#contenu{
  float:left;
  width:770px;
  min-height:365px;
  height: auto !important;
  padding:120px 20px 0 10px;
  background:url(../images/charte/bg-contenu.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:50px;/*--- = à la hauteur du footer ---*/
}
/***************** FOOTER *****************/
#footer{
  position:relative;
  clear:both;
  width:990px;
  height:50px;
  margin:-50px auto 0;
  background:url(../images/charte/footer.gif) left top no-repeat;
}

#footer2{
  position:relative;
  clear:both;
  width:990px;
  height:50px;
  font:9px/8px Arial, Helvetica, sans-serif;
  color:#333;
  margin:25px auto 0;
  background:url(../images/charte/footer.gif) left top 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:block;
  font:9px/8px Arial, Helvetica, sans-serif;
  color:#333;
  margin:1px 0 0;
}
#footer #idep a.idep.optea{ margin:0;}
#footer #idep a:hover.idep{
  text-decoration:underline;
  color:#333;
}
