/* 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 CONTENU */
#contenu-general h1{
font-family:Arial, Helvetica, sans-serif;
font-size:1.6em;
text-align:left;
color:#b0b9c0;
font-weight:normal;
margin:10px 0 10px 0;


}
#contenu a{
font-family:Arial, Helvetica, sans-serif;
	font-weight:normal;
	text-decoration:none;
	color: #ba2802;
}
#contenu a:hover{
font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	text-decoration:underline;
	color: #FF9933;
}
.alignementdroite{
	float:right;
	margin:0 0 0px 20px;
}
/* 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 #808080;
}
.inputFormOver{
	font-family:  Arial, Courier, monospace;
	font-size: 12px;
	font-weight: normal;
	background-color:#F4F0F0;
	width: 150px;
	border: 1px solid /*#A73364;*/#808080;
}



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

.frmContact{ /* dedicated ID for "contact form"*/
width:530px;

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

}

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