/***************** 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:#00406C url(../images/charte/body.jpg) center top no-repeat;
}
/***************** CONTAINER *****************/
#container{
position:relative;
min-height:100%;
width:820px;
margin:0 auto;
background:url(../images/charte/bg-container.jpg) center top repeat-y;
}
#container2{
background:url(../images/charte/container.jpg) center top no-repeat;
width:820px;
min-height:100%;
}
/***************** HEADER *****************/
#header{
background:url(../images/charte/header.jpg) center top no-repeat;
width:820px;
height:150px;
}
/***************** MENU LEFT *****************/
#menuLeft{
float:left;
width:160px;
height:430px;
}
#menuLeft2{
height:275px;
width:150px;
padding:15px 0 0 10px;
}
#menuLeft ul{
list-style:none;
}
#menuLeft a{
background: url(../images/charte/btn.png) center top no-repeat;
_background:url();
_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/charte/btn.png', sizingMethod='crop');
text-decoration:none;
font:bold 12px/25px Arial, Helvetica, sans-serif;
color:#fff;
display:block;
height:30px;
width:150px;
text-align:center;
overflow:hidden;
}
#menuLeft a:hover,
#menuTop a.trigered{
background: url(../images/charte/btn.png) center bottom no-repeat;
_background:url();
_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/charte/btn.png', sizingMethod='crop');
color:#fff;
}
/***************** SOUS MENU */
#container #menuLeft li a{
background:none;
border:none;
text-decoration:none;
font:bold 10px/20px Arial, Helvetica, sans-serif;
color:#ccc;
display:block;
height:25px;
}
#container #menuLeft li a:hover{
color:#fff;
}
/***************** BOXADRESSE *****************/
#boxAdresse{
	font:12px/25px Arial, Helvetica, sans-serif;
	color:#fff;
	line-height:18px;
	text-align:center;
	width:140px;
	padding:30px 0 0 15px;
}
/***************** CONTENU *****************/
#contenu{
	width:615px;
	padding:20px 0 0 20px;
	float:left;
}
#contenuTexte{
	width:615px;
	float:left;
	/*border:1px solid yellow;*/
}
#contenuImg{
	width:230px;
	height:260px;
	float:right;
	margin:5px 0 0 20px;
}
/*---obligatoire pour le footer---*/
/*---mettre <div class="clearer" id="clearFooter"></div>--*/
/*---apres la div contenu---*/
.clearer{
clear:both;
}
#clearFooter{
height:120px;/*--- = à la hauteur du footer ---*/
}
/***************** FOOTER *****************/
#footer{
position:relative;
clear:both;
width:820px;
height:120px;
margin:-120px auto 0;
background:#00406C url(../images/charte/footer.jpg) center top no-repeat;
}
#idep{
position:absolute;
left:0;
top:0;
width:195px;
height:30px;
margin:70px 0 0 180px;
}
#idep img{
float:left;
}
#footer #idep a.idep{
text-decoration:none;
display:block;
font:9px/8px Arial, Helvetica, sans-serif;
color:#000;
margin:8px 0 0;
}
#footer #idep a.idep.optea{
margin:0;
}
#footer #idep a:hover.idep{
text-decoration:none;
color: #00CCCC;
}
