/* 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 */
h1{

margin:40px 0 10px 48px;

}
#texte h2{
font-family:Arial, Helvetica, sans-serif;
font-size:1.4em;
text-align:left;
color:#ffffff;
font-weight:bold;
text-indent:0px;
padding:0px 0 20px 0;
}
#texte h3{
font-family:Arial, Helvetica, sans-serif;
font-size:13px;
text-align:left;
color:#ffffff;
font-weight:bold;
text-indent:0px;
margin:0px 0 10px 0;
border-bottom:solid 1px #ffffff;
}
#texte a:link, #texte a:visited{
	font-weight:bold;
		text-decoration:none;
	color: #fff;
}
#texte a:hover, #texte a:active{
	font-weight:bold;
	text-decoration:underline;
	color: #fff;
}
.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;
}