/* 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{

display:block;
padding-bottom:5px;
border-bottom:1px solid #000;
padding-top:10px;
font-size:18px;
font-weight:bold;
color: #CC0000;
font-family:Arial, Helvetica, sans-serif;
text-align:left;
line-height:20px;



}

h2{

font-size:16px;
font-weight:bold;
color:#999999;
padding-top:4px;

}

h3{

background-image:url(../images/charte/bg-h3.gif);
background-repeat:no-repeat;
background-attachment:scroll;
background-position:left center;
border-bottom:1px solid #CC0000;
padding-left:10px;
font-size:15px;
display:block;
color:#666;

}

.petit{
font-size:9px;
letter-spacing:1px;
font-weight:bold;
color: #CC0000;

}

.inputForm{
	font-family:Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	font-weight: normal;
	background-color: #FFFFFF;
	width: 130px;
	border: 1px solid #B0B4B4;
}
.inputFormOver{
	font-family:Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	font-weight: normal;
	background-color: #FBFBFA;
	width: 130px;
	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:480px;
border:1px solid #9BA1A1;
background-image:url(../images/charte/back.jpg);
background-repeat:no-repeat;
background-position:top center;
background-color:#E9E9E6;

}



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



