/* 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-family:Arial, Helvetica, sans-serif;
	font-size:1.68em;
	font-weight:normal;
	color:#000;
	text-transform: uppercase;
	padding:20px 0 30px 0px;
	margin-left:210px;
}
#contenu  h2{
font-family:Arial, Helvetica, sans-serif;
font-size:1.4em;
text-align:left;
color:#000;
font-weight:bold;
text-indent:0px;
margin:0px 0 15px 0;
}

a{
	font-weight:bold;
		text-decoration:none;
	color: #000;
}
a:hover{
	font-weight:bold;
	text-decoration:underline;
	color: #000;
}

.pagination{
font-weight:bold;
	text-decoration:underline;
	color: #fff;
}
.pagination:hover{
	font-weight:bold;
	text-decoration:none;
		color: #fff;
}
.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:transparent;
	width: 150px;
	border: 1px solid #808080;
}
.inputFormOver{
	font-family:  Arial, Courier, monospace;
	font-size: 12px;
	font-weight: normal;
	background-color:#FCFBFA;
	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:510px;
border:1px solid #000000;
background-image:url(../images/charte/back.jpg);
background-position:center;
background-repeat:no-repeat;

}
.frmContact .Label, .frmContact label{
   font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #707070;
  font-weight:bold;
  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;
}
