/* 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";
/*@import "global.css";*/

/* STYLE CONTENU */

/* 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;
}
.formcontact {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #000000;
	background-color: #D4E1E5;
	border: 1px solid #54707C;
}
.puce {
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
color:#0000CC;
}
.cadre-left {
	background-image:url(../images/charte/cadre-left.gif);
	background-position:left;
	background-repeat:repeat-y;
}
.cadre-right {
	background-image:url(../images/charte/cadre-right.gif);
	background-position:left;
	background-repeat:repeat-y;
}