/* 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%;
	scrollbar-base-color: #6b6a6a;
	background:scroll #5e5e5e url(../images/charte/bg-body.gif) left top repeat-x;
}

body{
	font-size:62.5%;
}
body.intro{
	font-size:62.5%;
	background:url(../images/charte/intro.gif) center center no-repeat;
}

#container{
	position: relative;
	min-height:100%;
	height:auto !important;
	height:100%;
	width:978px;
	margin:0 auto;
	background:scroll url(../images/charte/bg-hauteur.gif) left top repeat-y;
}
#containerIntro{
	position: relative;
	min-height:100%;
	height:auto !important;
	height:100%;
	width:978px;
	margin:0 auto;
	padding-top:10px;
}

#header{
	width:978px;
	height:253px;
	background:url(../images/charte/header.jpg) left top no-repeat;
}
/***************** CONTAINER DU CONTENU *****************/


#contenu {
	position:relative;
	width:978px;
	padding-bottom:45px;
	display:table;
	font-family:Arial, Helvetica, sans-serif;
	color:#4f4e4e;
}

/***************** MENU *****************/

#contenu #menu {
	width:172px;
	float:left;
	padding-left:29px;
}


#contenu #menu dt {
	cursor: pointer;
	height: 28px;
	line-height: 28px;
	text-align:left;
	font-size:1.3em;
	font-weight: bold;
	color:#0098d8;
	background:url(../images/charte/bouton.gif) no-repeat;
}

#contenu #menu dd {
	width:143px;

}

#contenu #menu dt a {
	color: #2984aa;
	text-decoration: none;
	display: block;
	height: 100%;
	padding-left:11px;
}
#contenu #menu dt a:hover {
	background:url(../images/charte/bouton-hover.gif) no-repeat;
	color: #FFF;
	text-decoration: none;
	display: block;
	height: 100%;

}



#contenu #menu li {
	font-size:1.1em;
	text-align:left;
	text-indent:5px;
	text-decoration: none;
	padding:2px;
	list-style-type:none;
}


#contenu #menu li a {

	color: #0098d8;
	text-decoration: none;
	display: block;
}
#contenu #menu li a:hover {
	color:#000;
	text-decoration: underline;
}

/***************** CONTENU TEXTUEL *****************/

#contenuTexte{
	padding:0px 20px 0px 20px;
	width:737px;
	float:left;
}


#contenuTexte h1{
	margin:0 0 5px 0;
	font-family:Arial, Helvetica, sans-serif;
	font-style:italic;
	font-size:1.8em;
	text-align:left;
	color:#0098d8;
	margin-bottom:40px;
	border-bottom:1px solid #0098d8;
}

#contenuTexte h2{
	margin:10px 0 5px 0;
	font-family:Arial, Helvetica, sans-serif;
	font-style:italic;
	font-size:1.8em;
	text-align:left;
	color:#999;
}

#contenuTexte h3{
	margin:10px 0 5px 0;
	font-family:Arial, Helvetica, sans-serif;
	font-style:italic;
	font-size:14px;
	text-align:left;
	color:#000;
}

#contenuTexte p{
	padding-bottom:10px;
	font-size:12px;
	text-align:justify;
	line-height:15px;
	color:#4f4e4e;
}

#contenuTexte span{
font-family:Arial, Helvetica, sans-serif;
font-size:13px;
font-weight:bold;
color:#2984aa;
}
#contenuTexte strong{
font-family:Arial, Helvetica, sans-serif;
font-size:13px;
font-weight:bold;
color:#2984aa;
}
#contenuTexte a:link, #contenu a:visited{
	color: #0098d8;
	font-weight:bold;
	text-decoration:none;
}
#contenuTexte a:hover, #contenu a:active{
	color: #000;
	font-weight:bold;
	text-decoration:none;
}
#contenuTexte p.couleur, .couleur{
	font-weight:bold;
	color:#0098d8;
}

/*---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: -45px auto 0 auto;/*---margin top = - hauteur du footer---*/
	width:978px;
	height:45px;
	clear:both;
}