/***************** BODY *****************/

body,html{
height:100%;
/*---permet de changer la couleur de la barre de scroll dans IE (déconseillé)
scrollbar-base-color:#7d8a2e;
---*/
}
body{
background:#c97618 url(../images/charte/bg-body.jpg) center top no-repeat;
}
/***************** CONTAINER *****************/
#container{
position:relative;
min-height:100%;
width:990px;
margin:0 auto;
}
#container2{
position:relative;
width:100%;
background:url(../images/charte/bg-container.jpg) center top no-repeat;
}
/***************** HEADER *****************/
#header{
width:990px;
height:330px;
background:url(../images/charte/header.jpg) -1px top no-repeat;
}

#headerFlash{
	float:left;
	width:990px;
	height:330px;
	/*obligatoire si il y a un flash (firefox)*/
	display:block;
	outline:0;
}
/***************** MENU LEFT *****************/
/***************** MENU LEFT *****************/
#menuLeft{
	float:left;
	width:285px;
	list-style:none;
	background:url(../images/charte/bg-menu.jpg) center top no-repeat;
	height:370px;
}


/***************** CONTENU *****************/
#contenu{
float:left;
width:645px;
padding:40px 15px 0 25px;
}
/*---obligatoire pour le footer---*/
/*---mettre <div class="clearer" id="clearFooter"></div>--*/
/*---apres la div contenu---*/
.clearer{
clear:both;
}
#clearFooter{
height:42px;/*--- = a la hauteur du footer ---*/
}
/***************** FOOTER *****************/
#footer{
position:relative;
clear:both;
width:990px;
height:42px;
margin:-42px auto 0;
background:url(../images/charte/footer.jpg) 298px top no-repeat;
}

#idep{
position:absolute;
left:0;
top:10px;
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:#fff;
margin:3px 0 0;
}
#footer #idep a.idep.optea{
margin:0;
}
#footer #idep a:hover.idep{
text-decoration:none;
color:#000;
}
.tab tr td{
    height:30px;
    vertical-align: middle !important;
    font-family:"Trebuchet MS";
font-size:14px;
font-weight:bold;
text-align:center;
color:#000000;
padding:0px;
margin:0px;
}



