@charset "UTF-8";
.texte {
	font-family: Arial, Helvetica, sans-serif;
	color: #666666;
}
.textedroite {
	font-family: Arial, Helvetica, sans-serif;
	color: #999999;
	text-align: right;
}
a:link {
	color: #cc0000;
	text-decoration: none;
}
a:visited {
	color: #D29000;
	text-decoration: none;
}
.textepetit {
	font-family: Arial, Helvetica, sans-serif;
	color: #999999;
	font-size: small;
}
.bold {
	font-weight: bold;
}
.textevert {
	font-style: italic;
	color: #669900;
	font-weight: bolder;
	text-decoration: none;
}
