/* 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---*/
	scrollbar-base-color: #ba3532;
	background-color:#FFF;
}
body{
	font-size:62.5%;

}

br{
	line-height: 0.8em;
}
#container{
	position: relative;
	min-height:100%;
	height:auto !important;
	height:100%;
	width:976px;
	margin:0 auto;
	background-attachment: scroll;
	background-image: url(../images/charte/bg-hauteur.gif);
	background-repeat: repeat-y;
	background-position: left top;
}

#header1 {
	width:626px;
	height:25px;
	padding: 20px 0 0 350px;
	background-attachment: scroll;
	background-image: url(../images/charte/bg-header1.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}

#header1  a {
	font:bold 12px Arial, Helvetica, sans-serif;
	text-decoration:none;
	color: #FFFFFF;
	padding-right:50px;
}
#header1  a:hover {
	font:bold 12px Arial, Helvetica, sans-serif;
	text-decoration:underline;
	color: #cfae76;
	padding-right:50px;

}

#header2{
	width:976px;
	height:222px;
}
/***************** CONTAINER DU CONTENU *****************/


#contenu {
	position:relative;
	width:976px;
	padding-bottom:29px;
	font-family:Arial, Helvetica, sans-serif;
	color:#EEEEEE;
}

#gauche {
	width:310px;
	float:left;
}


/***************** CONTENU TEXTUEL *****************/

#contenuTexte{
	padding:0px 10px 0px 10px;
	width:646px;
	float:left;
	background-attachment: scroll;
	background-image: url(../images/charte/bg-contenu.gif);
	background-repeat: no-repeat;
	background-position: left top;
}


#contenuTexte h1{
	margin:10px 0 15px 0;
	font-family:Arial, Helvetica, sans-serif;
	font-style:italic;
	font-size:1.7em;
	text-align:left;
	color:#424a52;
	border-bottom:1px solid #ecd3a6;
}

#contenuTexte h2{
	margin:8px 0;
	font-family:Arial, Helvetica, sans-serif;
	font-style:italic;
	font-size:1.5em;
	text-align:left;
	color:#ba3532;
}

#contenuTexte p{
	padding-bottom:10px;
	font-size:1.2em;
	text-align:justify;
}
#contenuTexte a:link, #contenu a:visited{
	color: #ba3532;
	text-decoration:underline;
}
#contenuTexte a:hover, #contenu a:active{
	color: #FFF;
	text-decoration:none;
}
#contenuTexte p.couleur, .couleur{
	font-weight:bold;
	color:#ba3532;
}
#contenuTexte p.bold, .bold{
	font-weight:bold;
	color:#FFFFFF ;
}

/*---obligatoire pour le footer---*/
/*---mettre <div class="clearer"></div> apres la div contenu---*/
.clearer
{
	clear: both;
	display: block;
	height: 1px;
	margin-bottom: -1px;
	font-size: 1px;
	line-height: 1px;
}
/***************** FOOTER *****************/
#footer{
	position: relative;/*---obligatoire pour le footer---*/
	margin: -29px auto 0 auto;/*---margin top = - hauteur du footer---*/
	width:976px;
	height:29px;
	text-align:center;
	clear:both;
}