/***************** 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:#000;}
/***************** CONTAINER *****************/
#container{
  position:absolute;
  width:960px;
  height:530px;
  left:50%;
  top:50%;
  margin-left:-465px;
  margin-top:-255px;
  background:#000;
}
/***************** HEADER *****************/
#header{
  width:960px;
  height:170px;
}
/***************** MENU LEFT *****************/
#menuLeft{
  float:left;
  width:202px;
  background:#000;
}
#menuLeft ul{
  list-style:none;
  padding-bottom:10px;
  border:solid #000;
  border-width:0 0 1px 0;
}
#menuLeft a{
  text-decoration:none;
  padding: 4px;
  font:bold 14px/16px "Times New Roman", Times, serif;
  color:#FFF;
  float:left;
  height:85px;
  width:85px;
  overflow:hidden;
  margin:4px;
}
#menuLeft a span{}
#menuLeft a:hover span{ display:none;}
#menuLeft a:hover,
#menuTop a.trigered{ background-position:bottom left; color:#fff;}
.btn-01 { background:url(../images/charte/btn-01.jpg) no-repeat; width:85px;}
.btn-02 { background:url(../images/charte/btn-02.jpg) no-repeat; width:85px;}
.btn-03 { background:url(../images/charte/btn-03.jpg) no-repeat; width:85px;}
.btn-04 { background:url(../images/charte/btn-04.jpg) no-repeat; width:85px;}
.btn-05 { background:url(../images/charte/btn-05.jpg) no-repeat; width:85px;}
.btn-06 { background:url(../images/charte/btn-06.jpg) no-repeat; width:85px;}
/***************** CONTENU *****************/
#contenu{
  float:left;
  width:715px;
  height:290px;
  padding:5px 10px;
  overflow:auto;
}
#galerie{
  float:right;
  background:#000;
  width:295px;
  height:294px;
  display:block;
/*  margin-left:10px;*/
  top:0;
}
/***************** FOOTER *****************/
#footer{
  float:left;
  position:relative;
  width:950px;
  height:30px;
  background:#000;
}
#idep{
  position:absolute;
  left:760px;
  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:#454545;
  margin:4px 0 0;
}
#footer #idep a.idep.optea{ margin:0;}
#footer #idep a:hover.idep{ text-decoration:none; color:#6A6A6A;}

