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

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



.button{
	font-family:Arial, Courier, monospace;
	font-size: 12px;
	color: #ffffff;
	border: 1px solid #57579D;
	width:80px;
	background-position: bottom left;
	background-color: #005596;
	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:520px;
background-image:url(../images/charte/back.jpg);
background-position:top;
background-repeat:no-repeat;
height:277px;
border: 1px solid #005596;




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


}

.notice{
   font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #005596;
font-weight:normal;
line-height:18px;
text-align:center;
padding-top:5px;
padding-left:10px;
padding-right:10px;


}