/***************** 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:#d0430a url(../images/charte/bg-body.jpg) center top no-repeat;
}
/***************** CONTAINER *****************/
#container{
  position:relative;
  min-height:100%;
  height:auto!important;
  height:100%;
  width:990px;
  margin:0 auto;
  background:url(../images/charte/bg-container.jpg) left top repeat-y;
}
#container1{
  position:relative;
  min-height:100%;
  height:auto!important;
  width:990px;
  margin:0 auto;
  background:url(../images/charte/bg-container1.jpg) left top repeat-y ;
}
/***************** HEADER *****************/
#header{
  width:990px;
  height:205px;
  background:url(../images/charte/header.jpg) left top no-repeat;
}
/***************** MENU TOP *****************/
#menuTop{
position:relative;
z-index:10;
width:895px;
padding:120px 0 0 48px;
height:84px;
list-style:none;
}
#menuTop li{
position:relative;
float:left;
width:123px;
margin-left:4px;
}
#menuTop a{
text-decoration:none;
display:block;
height:84px;
overflow:hidden;
background:left top no-repeat;
}
#menuTop a span{
visibility:hidden;
}
#container #menuTop a:hover,
#container #menuTop a.trigered{
background-position:left bottom;
}

#menuTop li.bt1 a{background:url(../images/menu/bt1.png);}
#menuTop li.bt2 a{background:url(../images/menu/bt2.png);}
#menuTop li.bt3 a{background:url(../images/menu/bt3.png);}
#menuTop li.bt4 a{background:url(../images/menu/bt4.png);}
#menuTop li.bt5 a{background:url(../images/menu/bt5.png);}
#menuTop li.bt6 a{background:url(../images/menu/bt6.png);}
#menuTop li.bt7 a{background:url(../images/menu/bt7.png);}
/***************** CONTENU *****************/
#contenu{
  width:940px;
  min-height:350px;
  height:auto !important;
  background:url(../images/charte/bg-contenu2.jpg) left top no-repeat;
  padding:20px 0 0 50px;
}

#contenuTexte{
float:left;
width:640px;
min-height:500px;
}
#colRight{
  float:right;
  position:relative;
  display:block;
  width:240px;
  margin:0 0 0 10px;
  padding:40px 50px 0 0;
  background:url(../images/charte/bg-col-right.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 ---*/
}
#clearFooter1{
  height:85px;/*--- = à la hauteur du footer ---*/
}
/***************** FOOTER *****************/
#footer{
  position:relative;
  clear:both;
  width:955px;
  height:50px;
  margin:-50px auto 0;
  padding:0px 35px 0 0;
  background:url(../images/charte/footer.jpg) left top no-repeat;
}
#idep{
  position:absolute;
  left:40px;
  top:20px;
  width:195px;
  height:30px;
}
#idep img{ float:left;}
#footer #idep a.idep{
  text-decoration:underline;
  display:block;
  font:9px/10px Arial, Helvetica, sans-serif;
  color:#666;
  margin:5px 0 0;
}
#footer #idep a.idep.optea{
  margin:0;
}
#footer #idep a:hover.idep{
  text-decoration:none;
  color:#666;
}
/***************** FOOTER1 *****************/
#footer1{
 position:relative;
 /*  clear:both;*/
  width:955px;
  height:85px;
/*  margin:-85px auto 0;*/
  padding:0px 35px 0 0;
  background:url(../images/charte/footer1.jpg) left top no-repeat;
}
#idep1{
  position:absolute;
  left:40px;
  top:55px;
  width:195px;
  height:30px;
}
#idep1 img{ float:left;}
#footer1 #idep1 a.idep1{
  text-decoration:underline;
  display:block;
  font:9px/10px Arial, Helvetica, sans-serif;
  color:#666;
  margin:5px 0 0;
}
#footer1 #idep1 a.idep1.optea1{
  margin:0;
}
#footer1 #idep1 a:hover.idep1{
  text-decoration:none;
  color:#666;
}
