/*** Mise en forme générale de la page ***/

body {
	font: 12px arial, sans-serif;
	margin: 1em;
	padding: 0;
	text-align: left;
	color: black;
	background: white;
	margin-left: 0em;
	margin-right: 0em;
	margin-bottom: 0em;
}

a:link {
	color: #7F7154;
	text-decoration: underline;
}
a:visited {
	text-decoration: none;
	color: #7F7154;
}
a:hover {
	text-decoration: none;
	color: #000000;
}
a:active {
	text-decoration: underline;
	color: #7F7154;
}

.texte {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #AD8A38;
}
.sous_titre {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: italic;
	font-weight: bold;
	color: #AD8A38;
}
.sous_titre_f {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #7E8646;
	font-style: italic;
}
.texte_f {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #7E8646;
}
.sous_titre_h {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: italic;
	font-weight: bold;
	color: #DC470B;
}
.texte_h {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #DC470B;
}
.sous_titre_o {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: italic;
	color: #B91411;
	font-weight: bold;
}
.texte_o {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #B91411;
}
.sous_titre_fougeres {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: italic;
	font-weight: bold;
	color: #9E9AA2;
}
.texte_chyprees {
	font-family: Arial, Helvetica, sans-serif;
	color: #8296C0;
	font-size: 12px;
	font-weight: normal;
}
.sous_titre_chyprees {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: italic;
	font-weight: bold;
	color: #8296C0;
}
.sous_titre_boisees {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #8BBCA8;
	font-style: italic;
}
.texte_boisees {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #8BBCA8;
}
.texte_fougeres {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #9E9AA2;
}

.menu:link {
	color: #7F7154;
	text-decoration: none;
	font-size: 12px;
	font-style: normal;
}
.menu:visited {
	text-decoration: none;
	color: #7F7154;
	font-size: 12px;
	font-style: normal;
}
.menu:hover {
	text-decoration: none;
	color: #000000;
	font-size: 12px;
	font-style: normal;
}
.menu:active {
	text-decoration: none;
	color: #7F7154;
	font-size: 12px;
	font-style: normal;
}

select {
	font-family: Arial, Times New Roman;
	font-size: 8pt;
}
