/* Feuille de style pour le contenu des pages 
 * C'est cette feuille de style qui doit être liée aux pages du site
 * La feuille de style de la charte est appelée depuis cette feuille.
 */
 
/* Import des style pour la charte */
@import "charte.css";

/* STYLE CONTENU */
#texte h1{
font-family:Arial, Helvetica, sans-serif;
font-size:1.4em;
line-height:30px;
height:30px;
color:#e2aa2a;
margin:0px 0px 10px 0px;
text-transform:uppercase;

}
#texte h2{
font-size:1.3em;
font-weight:bold;
line-height:30px;
height:30px;
text-align:left;
color:#e2aa2a;
margin:10px 0px 5px 0;
}
#texte a:link, #texte a:visited{
	font-weight:bold;
	text-decoration:none;
	color:#e2aa2a;
}
#texte a:hover, #texte a:active{
	font-weight:bold;
	text-decoration:underline;
	color:#e2aa2a;
}


#texte p{
	margin-bottom:10px;
	text-align:justify;
}

.color{
	color:#E4B54C;
}

.titre{
	color:#E4B54C;
	font-weight:bold;
	font-size:14px;
	background:url(../images/charte/puce.gif) no-repeat;
	padding-left:20px;
	height:22px;
}

/*************Contact********************/
.input{
	background:#E4B54C;
	color:#FFFFFF;
}