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


font-family: Arial, Helvetica, sans-serif;
line-height:20px;
padding-bottom:7px;
font-size: 1.7em;
font-weight: normal;
color:#DD0A03;
border-bottom:1px solid #8c9a33;
display:block;
text-transform:none;

margin-bottom:10px;
}

h4{
font-family: Arial, Helvetica, sans-serif;
line-height:20px;
padding-bottom:7px;

font-size: 1.7em;
font-weight: normal;
color:#DD0A03;
border-bottom:1px solid #8c9a33;
display:block;
width:335px;
text-transform:none;
margin-bottom:10px;
}
h2{
font-family: Arial, Helvetica, Verdana;
font-size: 1.5em;
font-weight: bold;
color:#392519;
display:block;
}
h3{
font-family: Arial, Helvetica, Verdana;
font-size: 1.3em;
font-weight:normal;
color:#605B24;
display:block;
}

.petit{
font-size: 1em;
font-weight:bold;
color:#000;
}


.inputForm{
	font-family:Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	font-weight: normal;
	background-color: #FFFFFF;
	width: 150px;
	border: 1px solid #B0B4B4;
}
.inputFormOver{
	font-family:Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	font-weight: normal;
	background-color: #FBFBFA;
	width: 150px;
	border: 1px solid #B0B4B4;
}

.button{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	border: 1px solid #B0B4B4;
	background-color: #BCC1C1;
	width:85px;
	}
.buttonOver{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight:normal;
	background-color: #808686;
	border: 1px solid #ffffff;
	color: #fff;
	width:85px;
}
/*
End common form definition
********************************************************
Start contact form
*/
.frmContact{ /* dedicated ID for "contact form"*/
width:520px;
border:1px solid #9BA1A1;
background-image:url(../images/charte/back.jpg);
background-repeat:no-repeat;
background-position:top center;
background-color:#DDDED9;

}



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

}
.notice{
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 11px;
padding-left:7px;
padding-right:7px;
color: #041315;
font-weight:normal;
text-align:center;
  }


