/* CSS Document */

a:link {
	color: #D4A20D;
}
a:visited {
	color: #CC9933;
}
a:hover {
	color: #CC9933;
}
a:active {
	color: #CC9933;
}

.texte {
	font-family: Arial;
	font-size: 12px;
	color: #000000;
}

.textepetit {
	font-family: Arial;
	font-size: 10px;
	color: #000000;
}

.textebold {
	font-family: Arial;
	font-size: 12px;
	color: #000000;
	font-weight: bold;
}

.textevert {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #006600;
}

.style4 {font-size: 16px}