@charset "UTF-8";
.texte {
	font-family: Arial, Helvetica, sans-serif;
	color: #666666;
}
.textedroite {
	font-family: Arial, Helvetica, sans-serif;
	color: #999999;
	text-align: right;
	font-size: 12px;
}
a:link {
    color: #01AEC7;
    text-decoration: none;
}
a:visited {
	color: #01AEC7;
	text-decoration: none;
}
.textepetit {
	font-family: Arial, Helvetica, sans-serif;
	color: #999999;
	font-size: small;
}
.bold {
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
}
.textevert {
	font-style: italic;
	color: #690;
	font-weight: bolder;
	text-decoration: none;
	font-size: 14px;
}
.textevertpale {
	font-style: italic;
	color: #93A71C;
	text-decoration: none;
	font-size: 14px;
}
.cadrevert {
	border-top-color: thin solid #993;
	border-bottom-color: thin solid #993;
}
