body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #FFFFFF;
	margin: 15px 15px 15px 15px; /* il est conseillé de mettre à zéro la marge et le remplissage de l'élément body, pour tenir compte des différentes valeurs par défaut des navigateurs */
	padding: 0px 0px 15px 0px;
	text-align: align; /* ce paramétrage centre le conteneur dans les navigateurs IE 5.x. Le texte est ensuite aligné à gauche (valeur par défaut) dans le sélecteur #container */
	color: #000000;
}

a:link { color : #849D65 }
a:visited { color : #849D65 }
a:hover { color : #A2BF79 }
a:active { color : #000000 }

h3 {
	font-family: Helvetica;
	font-size: 16px;
	color: #BF0C1D;
	margin-top: 15px;
	margin-bottom: 15px;
	text-align: left;
}
.h3_alt {
	font-family: "Helvetica";
	font-size: 16px;
	color: #999999;
	margin-top: 15px;
	margin-bottom: 15px;
	text-align: left;
}
 p {
	font-family: Helvetica;
	font-size: 12px;
	color: #000000;
	margin-top: 15px;
	margin-bottom: 15px;
	text-align: justify;
}
.p_alt {
	color: #999999;
}
li {
	font-family: Helvetica;
	font-size: 12px;
	color: #000000;
	margin-top: 5px;
	margin-bottom: 5px;
	text-align: justify;
}
ul {
margin-left: 15px;
padding-left: 0px;
}
inter {
	font-family: Arial, Helvetica, sans-serif;
	color: #849D65;
	font-size: 13px;
	text-align: left;
	font-weight: bold;
}
.quote {
	background:url(images/quote.gif) no-repeat;
	padding:9px;
	color: #849D65;
	font-size: 14px;
	text-align: center;
	font-style: italic;
	font-weight: bold;
	font-family: "Times New Roman", Times, serif;
}
.guide {
	font-size: 12px;
	background: #f0f9de;
	margin-right: 15px;
	margin-left: 15px;
}

.legende {
	font-size: 12px;
	background-color: #f0f9de;
	background-position: 100%;
	padding: 5px;
	float: left;
	text-align: center;
	width: 370px;
}

.Courant {
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 12px;
	text-align: justify;
}
.titre {
	font-family: Arial, Helvetica, sans-serif;
	color: #5C7F31;
	font-size: 32px;
	text-align: justify;
	font-weight: bold;
}
.sous_titre {
	font-family: Arial, Helvetica, sans-serif;
	color: #5C7F31;
	font-size: 20px;
	font-weight: bold;
	text-align: justify;
}
.inter_titre {
	font-family: Arial, Helvetica, sans-serif;
	color: #5C7F31;
	font-size: 16px;
	text-align: justify;
	font-style: italic;
}
.parole {
	font-family: "Times New Roman", Times, serif;
	color: #5C7F31;
	font-size: 18px;
	font-style: italic;
	font-weight: bold;
	text-align: center;
	padding: 10px;
}
.corps_10 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}

