/***************** 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:#000000 url(../images/charte/bg-body1.jpg) center top no-repeat;}
/***************** CONTAINER *****************/
#container{
  position:relative;
  min-height:100%;
  width:993px;
  margin:0 auto;
  background:#424342;
}
/***************** HEADER *****************/
#header{
  width:993px;
  height:179px;
}
/***************** MENU TOP *****************/
#menuTop{
  position:relative;
  z-index:10;
  width:993px;
  height:40px;
  list-style:none;
}
#menuTop li{
  position:relative;
  float:left;
}
#menuTop li span{ display:none;}
#menuTop li.bt1 a {
  background:url(../images/charte/bt1.jpg);
  width:200px;
}
#menuTop li.bt2 a {
  background:url(../images/charte/bt2.jpg);
  width:199px;
}
#menuTop li.bt3 a {
  background:url(../images/charte/bt3.jpg);
  width:200px;
}
#menuTop li.bt4 a {
  background:url(../images/charte/bt4.jpg);
  width:201px;
}
#menuTop li.bt5 a {
  background:url(../images/charte/bt5.jpg);
  width:193px;
}
#menuTop li.bt1en a {
  background:url(../images/charte/bt1-en.jpg);
  width:199px;
}
#menuTop li.bt2en a {
  background:url(../images/charte/bt2-en.jpg);
  width:198px;
}
#menuTop li.bt3en a {
  background:url(../images/charte/bt3-en.jpg);
  width:198px;
}
#menuTop li.bt4en a {
  background:url(../images/charte/bt4-en.jpg);
  width:198px;
}
#menuTop li.bt5en a {
  background:url(../images/charte/bt5-en.jpg);
  width:200px;
}
#menuTop a{
  text-decoration:none;
  font:bold 12px/30px Arial, Helvetica, sans-serif;
  color:#fff;
  text-align:center;
  display:block;
  height:40px;
  overflow:hidden;
}
#container #menuTop a:hover,
#container #menuTop a.trigered{
  text-decoration:none;
  background-position:left bottom;
}
/***************** SOUS MENU *****************/
#menuTop li ul{
  list-style:none;
  position:absolute;
  width:206px;
  top:-6000px;
  left:0;
  background:#757575;
  filter: alpha(opacity=90);
  -moz-opacity: 0.90; opacity:0.90;
  border: 0 #fff;
  border-width:1px 0 0 0;
  margin-top:10px;
}
#menuTop li li{ float:none;}
#container #menuTop li li a{
  width:155px;
  background:none;
  width:auto;
  position:relative;
  height:25px;
  font:11px/25px Arial, Helvetica, sans-serif;
  text-transform:none;
  color:#fff;
  text-decoration:none;
  border:0 #bccde1;
  border-width:0 0px 0;
}
#container #menuTop li li a:hover{
  background:#4d4d4d;
  color:#fff;
}
/***************** CONTENU *****************/
#contenu{
  width:953px;
  min-height:450px;
  padding:20px;
  background:url(../images/charte/bg-text.jpg) repeat-x left top;
}
/*---obligatoire pour le footer---*/
/*---mettre <div class="clearer" id="clearFooter"></div>--*/
/*---apres la div contenu---*/
.clearer{ clear:both;}
#clearFooter{
  height:30px;/*--- = à la hauteur du footer ---*/
}
/***************** FOOTER *****************/
#footer{
  position:relative;
  clear:both;
  width:993px;
  height:30px;
  margin:-30px auto 0;
  background:#000 url(../images/charte/bg-footer.gif) repeat-y right top;
}
#idep{
  position:absolute;
  left:0;
  top:0;
  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:#a1a1a1;
  margin:8px 0 0;
}
#footer #idep a.idep.optea{ margin:0;}
#footer #idep a:hover.idep{
  text-decoration:none;
  color:#fff;
}
