/* 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 "../admin/fckeditor/css/fck.css";
/* Import des style pour la charte */
@import "charte.css";

/* STYLE CYC  (ne pas supprimer) */
.cyc {
	position: absolute;
	top: -10000px;
}

/* STYLE DE LA PAGE CONTACT */

.inputForm{
	font-family: Arial, Courier, monospace;;
	font-size: 12px;
	color: #000000;
	font-weight: normal;
	background-color:#ffffff;
	width: 150px;
	border: 1px solid #030388;
}
.inputFormOver{
	font-family:  Arial, Courier, monospace;
	font-size: 12px;
	font-weight: normal;
	background-color:#E5E9EC;
	width: 150px;
	border: 1px solid /*#A73364;*/#030388;
}

.inputForm2{
	font-family: Arial, Courier, monospace;;
	font-size: 12px;
	color: #000000;
	font-weight: normal;
	background-color:#ffffff;
	width: 250px;
	border: 1px solid #030388;
}
.inputForm2Over{
	font-family:  Arial, Courier, monospace;
	font-size: 12px;
	font-weight: normal;
	background-color:#E5E9EC;
	width: 250px;
	border: 1px solid /*#A73364;*/#030388;
}

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

.frmContact{ /* dedicated ID for "contact form"*/
width:540px;
background-color:#305D90;
border: 1px solid #060680;




}
.frmContact .Label, .frmContact label{
   font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #E5E9EC;
  font-weight:bold;
  text-align:left;


}

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