/***************** 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%;
  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;
}
/***************** 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:right;
width:640px;
}
#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;
}