/***************** 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:#ff7f06 url(../images/charte/bg-body.jpg) center top no-repeat;
}
/***************** CONTAINER *****************/
#container{
position:relative;
min-height:100%;
width:990px;
margin:0 auto;
}
/***************** HEADER *****************/
#header{
width:990px;
height:265px;
background:url(../images/charte/header.jpg) left top no-repeat;
}
/***************** MENU LEFT *****************/
#menuLeft{
float:left;
width:265px;
background:url(../images/charte/bg-menu-left.gif) left top no-repeat;
padding-top:88px;
}
#menuLeft span{
display:none;
}
#menuLeft ul{
list-style:none;
}
#menuLeft a{
background-position:left top;
display:block;
height:25px;
}
#menuLeft a:hover,
#menuTop a.trigered{
background-position:left bottom;
}
a.bt1{ background:url(../images/charte/bt1.gif) no-repeat;}
a.bt2{ background:url(../images/charte/bt2.gif) no-repeat;}
a.bt3{ background:url(../images/charte/bt3.gif) no-repeat;}
a.bt4{ background:url(../images/charte/bt4.gif) no-repeat;}
a.bt5{ background:url(../images/charte/bt5.gif) no-repeat;}
/***************** SOUS MENU */
#container #menuLeft li a{
background:none;
border:none;
text-decoration:none;
font:bold 11px/20px Arial, Helvetica, sans-serif;
color:#98a451;
display:block;
height:20px;
overflow:hidden;
padding:0 0 0 10px;
}
#container #menuLeft li a:hover{
text-decoration:underline;
color:#7d8a2e;
}
/***************** CONTENU *****************/
#contenu{
float:left;
width:665px;
padding:20px 30px 0 30px;
}
/*---obligatoire pour le footer---*/
/*---mettre <div class="clearer" id="clearFooter"></div>--*/
/*---apres la div contenu---*/
.clearer{
clear:both;
}
#clearFooter{
height:70px;/*--- = à la hauteur du footer ---*/
}
/***************** FOOTER *****************/
#footer{
position:relative;
clear:both;
width:990px;
height:70px;
margin:-70px auto 0;
background:url(../images/charte/footer.gif) left top no-repeat;
}
#idep{
position:absolute;
left:0;
top:40px;
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:8px 0 0;
}
#footer #idep a.idep.optea{
margin:0;
}
#footer #idep a:hover.idep{
text-decoration:underline;
color:#fff;
}
#listeDev {
	list-style-position: outside;
	list-style-type: none;
	display: list-item;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFF;
}


#listeDev li {
	list-style-position: outside;
	list-style-image: url(../images/bullet_14.png);
	list-style-type: none;
	display: list-item;
	position: relative;
	left: 25px;
}
#formContact table {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFF;
}
#formContact table input {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333;
}
#formContact table select {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333;
}
#formContact table textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333;
}
#MenuBarP {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFF;
	text-decoration: none;
	display: inline;
	list-style-type: none;
}
#MenuBarP li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFF;
	text-decoration: none;
	display: inline;
	list-style-type: none;
}
#MenuBarP li a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFF;
	text-decoration: none;
}
#MenuBarP li a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFF;
	text-decoration: none;
}


