/***************** BODY *****************/
*{
/*---on passe toutes les marges à 0---*/
margin:0px;
padding:0px;
}
body,html{
height:100%;


/*---permet de changer la couleur de la barre de scroll dans IE (déconseillé)
scrollbar-base-color:#7d8a2e;
---*/
}
body{
background:#000;
}
/***************** CONTAINER *****************/
#container0{
width:975px;
height: 100%;
margin:0 auto;
background:url(../images/charte/bg-body.jpg) repeat-y center top !important;
}
#container{
/*position:relative;*/
width:975px;
/*background: #000000;*/
background:url(../images/charte/bg-body.jpg) repeat-y center top !important;
}

/***************** HEADER *****************/
#header{
width:975px;
height:104px;
}
/***************** MENU LEFT *****************/
#menuLeft{
float:left;
width:141px;
height:233px;
}
/***************** CONTENU *****************/
/*#contenugche{
float:left;
width:40%;
padding:20px 0 0 25px;
}*/

#contenu{
float:right;
width:750px;
padding:0 40px 0 40px;
}

#contenuimg{
float:right;
padding: 0px;
margin:0px;
}
#lft{
  float:left;
  width:49%;
  padding-right:10px;
  border-right:1px solid #a0a0a0;
}
#rgt{
  float:right;
  width:45%;
  padding-left:10px;
}
#gammes{
  padding-left: 40px;
  padding-right:40px;
}

#gammes img{
  background: #b8b8b8;
  border:2px solid #fc3319;
  padding:5px;
  margin-bottom:20px;
}
/*---obligatoire pour le footer---*/
/*---mettre <div class="clearer" id="clearFooter"></div>--*/
/*---apres la div contenu---*/
.clearer{
clear:both;
display:block;
height: 0px;
padding:0px;
margin:0px;
font-size: 0;
}
/*#clearFooter{
height:47px;
}*/

/***************** FOOTER *****************/
#footer{
position:relative;
width:975px;
height:47px;
background:url(../images/charte/bg-body.jpg) repeat-y center top !important;
clear:both;
margin:0px auto;
}
#idep{
position:relative;
/*left:0;
top:0;*/
width:141px;
height:47px;
padding-left:20px;
}
#idep img{
float:left;
}
#footer #idep a.idep{
text-decoration:none;
display:block;
font:9px/8px Arial, Helvetica, sans-serif;
text-align:left;
color:#a0a0a0;
margin:0 0 0 5px;
}
#footer #idep a.idep.optea{
margin:0 0 0 5px;
}
#footer #idep a:hover.idep{
text-decoration:none;
color:#ccc;
}
.invisible
{
	display:none;
}

.over5{
  font-weight: bold;
}
