/* 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:#ffffff;
	width: 150px;
	border: 1px solid #6F554C;
}
.inputFormOver{
	font-family:  Arial, Courier, monospace;
	font-size: 12px;
	font-weight: normal;
	background-color:#EEEBEA;
	width: 150px;
	border: 1px solid /*#A73364;*/#583225;
}



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

.frmContact{ /* dedicated ID for "contact form"*/
width:552px;
background-image:url(../images/charte/back.jpg);
background-repeat:repeat-y;
background-position:top left;

border: 1px solid #B59D93;




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

}

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