/***************** 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:#925895 url(../images/charte/bg-body.jpg) center center no-repeat;
}
/***************** CONTAINER *****************/
#container{
position:absolute;
width:930px;
height:510px;
left:50%;
top:50%;
margin-left:-465px;
margin-top:-255px;
background:url(../images/charte/bg-container.jpg) no-repeat;
}
/***************** HEADER *****************/
#header{
width:586px;
height:70px;
}
/***************** MENU LEFT *****************/
#menuLeft{
float:left;
margin-top:40px;
width:200px;
height:330px;
}
#menuLeft ul{
list-style:none;
padding-bottom:10px;
}
#menuLeft a{
text-decoration:none;
font:bold 12px/24px Arial, Helvetica, sans-serif;
color:#4d830c;
display:block;
height:24px;
overflow:hidden;
padding:0 0 0 10px;
}
#menuLeft a:hover,
#menuTop a.trigered{
background:#f38630 url(../images/charte/bg-menuovr.jpg) no-repeat;
color:#fff;
}
/***************** SOUS MENU */
#container #menuLeft li a{
background:none;
border:none;
text-decoration:none;
font:bold 11px/20px Arial, Helvetica, sans-serif;
color:#fff;
display:block;
height:20px;
overflow:hidden;
padding:0 0 0 10px;
}
#container #menuLeft li a:hover{
text-decoration:underline;
color:#FFF;
}
/***************** CONTENU *****************/
#title{
  /*height:38px;*/
  background: url(../images/charte/bg-title.jpg) 15px bottom repeat-x;
  margin:0 15px;
}
#title-int{
  padding:15px 0px 0px 0px;
  /*height: 20px;*/

}
#contenu{
float:left;
width:386px;
height:409px;
}
#content{
width:356px;
height:314px;
padding:10px 15px;
padding-bottom: 5px;
overflow:auto;
outline: none;
}

#contenu .tel-box{
  background: url(../images/charte/bg-tel.jpg) left top no-repeat;
  width:348px;
  height: 63px;
  margin-bottom: 10px;

}
#contenu .tel-box p{
  padding:5px 5px 5px 65px;
}

#contenu .box{
  background: url(../images/charte/bg-box.jpg) left top no-repeat;
  width:348px;
  height: 102px;
  margin-bottom: 10px;
}
#contenu .box p{
  color:#f1def3;
  padding:57px 0px 5px 15px;
}
/***************** DIAPODRTE *****************/
#diapo{
position:absolute;
top:0;
right:0;
width:344px;
height:479px;
}

/***************** FOOTER *****************/
#footer{
float:left;
position:relative;
width:930px;
height:31px;
}
#idep{
position:absolute;
left:0;
top:0;
width:195px;
height:31px;
}
#idep img{
float:left;
}
#footer #idep a.idep{
text-decoration:none;
display:block;
font:9px/8px Arial, Helvetica, sans-serif;
color:#ffa92b;
margin:4px 0 0;
}
#footer #idep a.idep.optea{
margin:0;
}
#footer #idep a:hover.idep{
text-decoration:none;
color:#fff;
}

