/* CSS Document */

.texte {
	color: #333333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 15px;
	margin: 0px 30px 10px 5px;
	border: none;
}


.pieddepage {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #666666;
}

a.piedlink { text-decoration: none; color: #89734E; font-weight: bold; font-size: 10px; font-family: Arial, Helvetica, sans-serif }
a.piedlink:visited { text-decoration: none; color: #666; font-weight: bold; font-size: 10px; font-family: Arial, Helvetica, Verdana, Geneva }
a.piedlink:hover { color: #000; font-weight: bold; font-size: 10px; font-family: Arial, Helvetica, Verdana, Geneva }


/* LIENS GÉNÉRAUX */
a:link {
	color: #441e1a;
	text-decoration: none;
	font-weight: bold;
}
a:visited {
	text-decoration: none;
	color: #333;
	font-weight: bold;
}
a:hover {
	text-decoration: none;
	color: #000;
}
a:active {
	text-decoration: none;
}


