/***************** 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:#ededed url(../images/charte/bg.gif) repeat-x;}
/***************** CONTAINER *****************/
#container{
  position:relative;
  min-height:100%;
  width:994px;
  margin:0 auto;
  background:url(../images/charte/bg-container.gif) top center repeat-y;
}
/***************** HEADER *****************/
#header{
  width:994px;
  height:150px;
  padding-bottom:1px;
  background:url(../images/charte/header.jpg) top center no-repeat
}
#logo{ position:absolute;}
/***************** MENU LEFT *****************/
#menuContainer{
  float:left;
  width:270px;
  height:507px;
  background:url(../images/charte/img-menu.jpg) 7px 0 no-repeat;
}
#menuLeft{
  float:left;
  width:270px;
  margin:0 0 0 7px;
  padding:10px 0 50px 0;
  background: url(../images/charte/bg-menu.gif) right top no-repeat;
}
#menuLeft ul{
  list-style:none;
  padding-bottom:10px;
  width:250px;
}
#menuLeft a{
  text-decoration:none;
  font:bold 14px/25px Arial, Helvetica, sans-serif;
  color:#CC6600;
  display:block;
  height:25px;
  overflow:hidden;
  width:250px;
  border:dotted #666666;
  border-width:0 0 1px 0;
  padding:0 0 0 10px;
}
#menuLeft a:hover,
#menuTop a.trigered{
  background:#000;
  color:#FFCC00;
}
/***************** SOUS MENU */
#container #menuLeft li a{
  background:none;
  border:none;
  text-decoration:none;
  font:bold 10px/20px Arial, Helvetica, sans-serif;
  color:#666666;
  display:block;
  height:20px;
  overflow:hidden;
  padding:0 0 0 15px;
}
#container #menuLeft li a:hover{
  text-decoration:underline;
  color:#CC6600;
}
/***************** CONTENU *****************/
#contenu{
  float:left;
  width:690px;
  padding:10px 10px 0 10px;
  background:url(../images/charte/bg-contenu.gif) top left repeat-x;
}
/*---obligatoire pour le footer---*/
/*---mettre <div class="clearer" id="clearFooter"></div>--*/
/*---apres la div contenu---*/
.clearer{ clear:both;}
#clearFooter{
  height:42px;/*--- = à la hauteur du footer ---*/
}
/***************** FOOTER *****************/
#footer{
  position:relative;
  clear:both;
  width:960px;
  height:42px;
  margin:-42px auto 0;
  background:#fff url(../images/charte/adresse.gif) 280px 0 no-repeat;
}
#idep{
  position:absolute;
  left:20px;
  top:0;
  padding:10px 0 0 10px;
  width:163px;
  height:32px;
  background:url(../images/charte/bg-idep.gif) no-repeat;
}
#idep img{ float:left;}
#footer #idep a.idep{
  text-decoration:none;
  display:block;
  font:9px/8px Arial, Helvetica, sans-serif;
  color:#000;
  margin:3px 0 0;
}
#footer #idep a.idep.optea{ margin:0;}
#footer #idep a:hover.idep{
  text-decoration:none;
  color:#FF9900;
}