/* 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 CYC  (ne pas supprimer) */
.cyc {
	position: absolute;
	top: -10000px;
}

/* STYLE DE LA PAGE CONTACT */

.label{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
}

.inputForm{
	background-color:#ceecb1;
	border:1px solid #456724;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:9pt;
	color:#456724;
	width:130px;
}

.inputFormOver{
	background-color:#e7eaaf;
	border:1px solid #456724;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:9pt;
	color:#456724;
	width:130px;
}

.button{
	background-color:#e7eaaf;
	border:1px solid #456724;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:9pt;
	font-weight:bold;
	color:#456724;
	width:70px;
}

.buttonOver{
	background-color:#ceecb1;
	border:1px solid #456724;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:9pt;
	font-weight:bold;
	color:#456724;
	width:70px;
}

.mail_table{
	border:2px solid #456724;
	background-color:#ffffff;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10pt;
}

.table_head{
	background-color:#608f32;
	height:30px;
	font-weight:bold;
	font-size:12pt;
	color:#ffffff;
}

.even_row{
	background-color:#e7eaaf;
}

.odd_row{
	background-color:#ceecb1;
}