/* 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 h1{
font:bold 1.5em "Trebuchet MS", Verdana, Arial, sans-serif;
text-align:left;
color:#d10019;
margin-bottom:22px;
}
#contenu h2{
font:bold 1.3em "Trebuchet MS", Verdana, Arial, sans-serif;
text-align:left;
color:#d10019;
margin-bottom:4px;
}

#contenu h3{
font:bold 1.3em "Trebuchet MS", Verdana, Arial, sans-serif;
border-bottom:1px dashed #d10019;
text-align:left;
color:#d10019;
margin-bottom:4px;
}

#contenu p.couleur, .couleur{
font-weight:bold;
color:#aaa;
}
#contenu a:link, #contenu a:visited{
font-weight:bold;
text-decoration:underline;
color: #d10019;
}
#contenu a:hover, #contenu a:active{
font-weight:bold;
text-decoration:underline;
color: #000;
}
/* STYLE DE LA PAGE CONTACT */
.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:600px;
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;
  }


