/* 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 */
h1{
font-family:Arial, Helvetica, sans-serif;
font-size:15px;
font-weight:bold;
line-height:30px;
height:30px;
text-align:left;
color:#f0cfcf;
margin:38px 0px 20px 60px;
text-transform:uppercase;

}
h2{
font-family:Arial, Helvetica, sans-serif;
font-size:1.3em;
font-weight:bold;

text-align:center;
color: #D55055;
margin:10px 0px 10px 0;
}


h3{
font-family:Verdana, Arial, Helvetica, sans-serif;

font-size:12px;
font-weight:bold;
text-transform:uppercase;
border-bottom:1px dashed  #D55055;
color: #D55055;
margin:15px 0px 0px 0;
}


#texte a:link, #texte a:visited{
	font-weight:bold;
		text-decoration:underline;
color: #D15C5D;
}
#texte a:hover, #texte a:active{
	font-weight:bold;
	text-decoration:none;
color: #ffffff;
}


.inputForm{
	font-family: Arial, Courier, monospace;;
	font-size: 12px;
	color: #000000;
	font-weight: normal;
	background-color:#ffffff;
	width: 140px;
	border: 1px solid #B04444;
}
.inputFormOver{
	font-family:  Arial, Courier, monospace;
	font-size: 12px;
	font-weight: normal;
	background-color:#F1F5F8;
	width: 140px;
	border: 1px solid /*#A73364;*/#872526;
}

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

.frmContact{ /* dedicated ID for "contact form"*/
	width:500px;
	background-color:#461B1C;
	border: 1px solid #872526;
	
}
.frmContact .Label, .frmContact label{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #ffffff;
	font-weight:normal;
	text-align:left;
}

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