/* 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) */
.inputForm{
	font-family: Arial, Courier, monospace;;
	font-size: 12px;
	color: #000000;
	font-weight: normal;
	background-color:#ffffff;
	width: 150px;
	border: 1px solid #486D85;
}
.inputFormOver{
	font-family:  Arial, Courier, monospace;
	font-size: 12px;
	font-weight: normal;
	background-color:#F1F5F8;
	width: 150px;
	border: 1px solid /*#A73364;*/#486D85;
}

.button{
	font-family:Arial, Courier, monospace;
	font-size: 12px;
	color: #ffffff;
	border: 1px solid #98AFC1;
	width:80px;
	background-position: bottom left;
	background-color: #315873;
	vertical-align: bottom;
}
.buttonOver{
	font-family:Arial, Courier, monospace;
	font-size: 12px;
	color: #ffffff;
	border: 1px solid #98AFC1;
	width:80px;
	background-position: bottom left;
	background-color: #98AFC1;
	vertical-align: bottom;
}

.frmContact{ /* dedicated ID for "contact form"*/
	width:580px;
	background-color:#54749F;
	border: 1px solid #315873;
	display: table;
}
.frmContact .Label, .frmContact label{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #ffffff;
	font-weight:normal;
	text-align:left;
}

.notice{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:normal;
	color:#ffffff;
	line-height:18px;
	text-align:center;
}

