/* 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";
/*@import "gallery.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: 130px;
	border: 1px solid #999898;
}
.inputFormOver{
	font-family:  Arial, Courier, monospace;
	font-size: 12px;
	font-weight: normal;
	background-color:#FCFCFC;
	width: 130px;
	border: 1px solid /*#A73364;*/#6B5E48;
}

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

.frmContact{ /* dedicated ID for "contact form"*/
width:300px;
background-image:url(../images/charte/back_contact.jpg);
background-position:top left; 
background-repeat:no-repeat;
height:294px;

border: 1px solid #999898;




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

}

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

