/* 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{
height:30px;
color:#e2d9b7;
margin:20px 0px 20px 0px;
text-transform:uppercase;
letter-spacing:4px;
font:16px/30px Arial, Helvetica, sans-serif;
border-bottom:solid 1px #e2d9b7;
font-weight:bold;
}
#texte h2{
font-size:16px;
font-weight:normal;
line-height:30px;
text-align:left;
color:#e2d9b7;
margin:15px 0px 10px 0;
font: Arial, Helvetica, sans-serif;
border-bottom:solid 1px #920404;

}
#texte a:link, #texte a:visited{
	font-weight:bold;
	text-decoration:none;
	color: #e2d9b7;
}
#texte a:hover, #texte a:active{
	font-weight:bold;
	text-decoration:underline;
	color: #e2d9b7;
}


/* 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;
}