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

p,h1,h2,h3,h4 {margin:0;}
.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:#00006C;
border: 1px solid #92A0DD;




}
.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;
}