/***************** 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:#fff url(../images/charte/bg-body.jpg) top center no-repeat;
}
/***************** CONTAINER *****************/
#container{
position:relative;
min-height:100%;
width:990px;
margin:0 auto;
}
 
/***************** HEADER *****************/
#header{
width:990px;
height:378px;
}

#logo{
float:left;
width:266px;
height:215px;
/*obligatoire si il y a un flash (firefox)*/
display:block;
outline:0;
}


#pics{
position:absolute;
width:380px;
height:300px;
top:250px;
left:0px;
}
/***************** MENU LEFT *****************/
#menuLeft{
	float:left;
	width:310px;
	list-style:none;
	margin-top:170px;
}
#menuLeft li a span{
visibility:hidden;
}

#menuLeft li a{
	text-decoration:none;
	height:40px;
	color:#7d8a2e;
	display:block;
	padding:0 0 0 10px;
}
#container #menuLeft li a:hover,
#container #menuLeft li a.rubrique_active{
	background-position:top right;
}
#menuLeft li.bt1 a{background:url(../images/charte/bt-01.gif) top left no-repeat;}
#menuLeft li.bt2 a{background:url(../images/charte/bt-02.gif) top left no-repeat;}
#menuLeft li.bt3 a{background:url(../images/charte/bt-03.gif) top left no-repeat;}
#menuLeft li.bt4 a{background:url(../images/charte/bt-04.gif) top left no-repeat;}
#menuLeft li.bt5 a{background:url(../images/charte/bt-05.gif) top left no-repeat;}
#menuLeft li.bt6 a{background:url(../images/charte/bt-06.gif) top left no-repeat;}
#menuLeft li.bt7 a{background:url(../images/charte/bt-07.gif) top left no-repeat;}
#menuLeft li.bt8 a{background:url(../images/charte/bt-08.gif) top left no-repeat;}

/***************** CONTENU *****************/
#contenu{
float:left;
width:629px;
padding:0px 30px 30px 0px;
margin-top:170px;
}

#actu{
float:left;
position:relative;
width:230px;
margin-top:170px;
text-align:left;
background:transparent;
}

/*---obligatoire pour le footer---*/
/*---mettre <div class="clearer" id="clearFooter"></div>--*/
/*---apres la div contenu---*/
.clearer{
clear:both;
}
#clearFooter{
height:0px;/*--- = à la hauteur du footer ---*/
}
/***************** FOOTER *****************/
#footerwide{

width:100%;
height:123px;
background:url(../images/charte/bg-footer-wide.gif) bottom left repeat-x;
}

#footer{
position:relative;
clear:both;
width:990px;
height:123px;
margin:0px auto;
background:url(../images/charte/bg-footer.gif) bottom left no-repeat;
}
#idep{
position:absolute;
left:0;
top:93px;
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:4px 0 0;
}
#footer #idep a.idep.optea{
margin:0;
}
#footer #idep a:hover.idep{
text-decoration:underline;
color:#fff;
}
