/***************** BODY *****************/
*{
/*---on passe toutes les marges à 0---*/
  margin:0;
  padding:0;
}
body,html{ height:100%;}
body{ background:#fdfad9 url(../images/charte/bg-body.gif) center top no-repeat;}

/***************** CONTAINER *****************/
#container{
  position:relative;
  min-height:100%;
  width:890px;
  margin:0 auto;
  background:url(../images/charte/bg-container.gif) center top repeat-y;
}
#container2{
  position:relative;
  min-height:510px;
  width:890px;
  background:url(../images/accueil/bg-container4.jpg) 175px 230px no-repeat;
}
/***************** HEADER *****************/
#header{
  width:890px;
  height:230px;
}
/***************** MENU LEFT *****************/
#menuLeft{
  float:left;
  width:150px;
  height:240px;
  padding: 40px 5px 0 20px;
  background:url(../images/charte/bg-left.jpg) no-repeat;
}
#menuLeft ul{
  list-style:none;
  padding-bottom:10px;
  border:solid #a9707e;
  border-width:0 0 1px 0;
}
#menuLeft a{
  text-decoration:none;
  font:bold 14px/25px Georgia, "Times New Roman", Times, serif;
  color:#FFF;
  display:block;
  height:25px;
  overflow:hidden;
  border:solid #a9707e;
  border-width:0 0 1px 0;
  padding:0 0 0 10px;
}
#menuLeft a:hover,
#menuTop a.trigered{
  background:#662a37;
  color:#fdfad9;
}
/***************** SOUS MENU */
#container #menuLeft li a{
  background:none;
  border:none;
  text-decoration:none;
  font:bold 11px/20px Georgia, "Times New Roman", Times, serif;
  color:#fdfad9;
  display:block;
  height:20px;
  overflow:hidden;
  padding:0 0 0 10px;
}
#container #menuLeft li a:hover{
  text-decoration:underline;
  color:#e791a8;
}
/***************** CONTENU *****************/
#contenu{
  float:left;
  width:655px;
  padding:0 0 0 30px;
}
/*---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 *****************/
#footer{
  position:relative;
  clear:both;
  width:890px;
  height:60px;
  margin:-60px auto 0;
  background:url(../images/charte/bg-footer.jpg) left top no-repeat;
}
#idep{
  position:absolute;
  left:10px;
  top:25px;
  width:170px;
  height:30px;
}
#idep img{ float:left;}
#footer #idep a.idep{
  text-decoration:none;
  display:block;
  font:9px/8px Arial, Helvetica, sans-serif;
  color:#722f3d;
  margin:6px 0 0;
}
#footer #idep a.idep.optea{ margin:0;}
#footer #idep a:hover.idep{
  text-decoration:none;
  color:#e21313;
}
#footer p{ display:none;}
body.intro #footer p{ display:inherit;}