/* 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";
.titre{
font-family: Arial, Helvetica, Verdana;
font-size: 2.2em;
font-weight: normal;
color:#5e4b25;
border-bottom:1px solid #70844c;
display:block;
}
.soustitre{
font-family: Arial, Helvetica, Verdana;
font-size: 1.7em;
font-weight: normal;
color:#977f4e;
display:block;
}
.titreParagraphe{
font-family: Arial, Helvetica, Verdana;
font-size: 1.3em;
font-weight: bold;
color:#70844c;
border-bottom:1px solid #977f4e;
display:block;
margin-bottom:10px;
}
.petit{
font-size: 0.8em;
font-weight:bold;
color:#70844c;
}

a{
color:#977f4e;
text-decoration:none;
}
a:hover{
color:#5e4b25;
text-decoration:underline;
}

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



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

.frmContact{ /* dedicated ID for "contact form"*/
width:493px;
background-color:#AAA683;
border: 1px solid #5D4B25;




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

}

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

.menu_link:link, .menu_link:visited{ 
	font-family:verdana;
	font-size:10px;
	color:#AAA582;
	text-decoration:none;
	text-transform:uppercase;
	line-height:12px;
	}
.menu_link:hover, .menu_link:active{ 
	font-family:verdana;
	font-size:10px;
	color:#D9D7C7;
	text-decoration:none;
	text-transform:uppercase;
	line-height:12px;
}