/* Feuille de style pour la charte graphique du site
 * Cette feuille de style est appelée depuis styles.css.
 */

/***************** STRUCTURE *****************/
*{
/*---toutes les marges sont à 0---*/
margin:0;
padding:0;
}
body,html{
	height:100%;/*---obligatoire pour le footer---*/
	background:url(../images/charte/bg.jpg);
	background-repeat:repeat-x;

}

body{
	font-size:62.5%;
	background-color:#FFF;
}

#container{
	position: relative;/*---obligatoire pour le footer---*/
	min-height:100%; /*---obligatoire pour le footer:Firefox---*/
	height:auto !important;/*---obligatoire pour le footer:Firefox---*/
	height:100%;/*---obligatoire pour le footer:IE---*/
	width:990px;
	margin:0 auto;
	background-image:url(../images/charte/bg-contenu2.jpg);
	background-repeat:repeat-y;
}

#container2{
	position: relative;/*---obligatoire pour le footer---*/
	min-height:100%; /*---obligatoire pour le footer:Firefox---*/
	height:auto !important;/*---obligatoire pour le footer:Firefox---*/
	height:100%;/*---obligatoire pour le footer:IE---*/
	width:990px;
	margin:0 auto;
	background-image:url(../images/charte/bg-contenu.jpg);
	background-repeat:no-repeat;
	background-position:top;
}

#header{
	width:990px;
	height:184px;
	background-color:none;
}
/***************** CONTAINER DU CONTENU *****************/


#contenu {
	position:relative;
	width:990px;
	padding-bottom:50px;
	display:table;
	font-family:Arial;
	color:#000;

}


/***************** MENU *****************/

#menu {
position:relative;
z-index:130;
width: 990px; /* précision pour Opera */
height:27px;


}
dl, dt, dd {
margin: 0;
padding: 0;
}
ul{
margin-top:0px;
position:absolute;
width:170px;
padding-left: 31px;
border:0px solid #FFF;
border-width:0 0px;
background:#04A105;
}
#menu li {
margin: 0;
padding: 0;
list-style-type: none;
font:normal 1.1em/23px Arial;
text-align: left;
border-bottom:1px solid #FFF;
}
#menu dl {
float:left;
width:101px;

}
#menu dt {
cursor: pointer;
line-height:10px;
height:27px;
}
#menu dd {
display: none;
}
#menu li a {
color: #FFF;
text-decoration: none;
height: 100%;
display:block;
line-height:18px;

}
#menu li a:hover{
color:#FFF;
background:#FFA800;
text-decoration:none;
}

#menu dt a {
text-decoration: none;
display:block;
height:11px;
font:normal 1.1em/27px Arial;
text-align:center;
text-indent:2px;
color:#FFF;
background:none;
}

#menu dt a:hover {
text-decoration:none;
color:#FFA800;
background:none;
}


/***************** CONTENU TEXTUEL *****************/

#contenuTexte{
	padding:30px 0 0 20px;
	width:940px;
	float:left;
}


#contenuTexte h1{
	margin-bottom:15px;
	font:bold 1.6em Arial;
	color:#0084FF;
/*	border-bottom:1px solid #FF0000;*/
}

#contenuTexte h2{
	margin:0px 0 20px 0;
	font:bold 1.4em Arial;
	color:#08A308;
}


#contenuTexte p{
	padding-bottom:5px;
	font-size:12px;;
	line-height:20px;;
	text-align:justify;
	color:#000;
}
#contenuTexte a:link, #contenu a:visited{
	color: #0084FF;
	text-decoration:none;
}
#contenuTexte a:hover, #contenu a:active{
	color: #0084FF;
	text-decoration:underline;
}
#contenuTexte p.couleur, .couleur{
	font-weight:itali;
	color:#000;
}


/***************** DIVERS *****************/

.gauche {
width:570px;
float:left;
padding:0 0px 0 50px;
}

.droite {
width:260px;
float:right;
padding:0 0px 0 0px;
}

/*---obligatoire pour le footer---*/
/*---mettre <div class="clearer"></div> apres la div contenu---*/
.clearer
{
	clear: both;
	display: block;
	height: 0px;
	margin-bottom: 0px;
	font-size: 0px;
	line-height: 0px;
}
/***************** FOOTER *****************/
#footer{
	position: relative;/*---obligatoire pour le footer---*/
	margin: -50px auto 0 auto;/*---margin top = - hauteur du footer---*/
	width:100%;
	height:50px;
	font:bold 0.9em Arial;
	color: #00622C;
	clear:both;
	background-image:url(../images/charte/footer2.gif);
	background-repeat:repeat-x;

}


#footer a {
	font:Arial;
	text-decoration:none;
	color: #00622C;

}
#footer a:hover {
text-decoration:underline;

}
#footer a.sousrubz{
	color: #00622C;
	font-weight:normal;
}

