/* 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 */
#contenu h1{
font-family:Arial, Helvetica, sans-serif;
font-size:1.6em;
text-align:left;
color:#87b43f;
font-weight:normal !important;
font-weight:bold;
height:58px;
line-height:58px;

}
#contenu h2{
font-family:Arial, Helvetica, sans-serif;
font-size:1.4em;
text-align:left;
color:#b7b7b7;
font-weight:bold;
text-indent:0px;

margin:0px 0 15px 0;
}
#contenu a:link, #contenu a:visited{
	font-weight:bold;
		text-decoration:none;
	color: #b7b7b7;
}
#contenu a:hover, #contenu a:active{
	font-weight:bold;
	text-decoration:underline;
	color: #b7b7b7;
}
.alignementdroite{
	float:right;
	margin:0 0 0px 20px;
}

/* STYLE DE LA PAGE CONTACT */
#contactTxt{
	width:45%;
	float:left;
}
#contactPlan{
	width:45%;
	float:right;
}
#formContact input,textarea{
	width:100%;
	border:1px solid #000;
	font-size:12px;
}
#formContact input:focus,textarea:focus{
	border-color:#FF0000;
}
#formContact .champRequis{
	color:#FF0000;
}
