.jaune:link {
	text-decoration: none;
	font-family: "Trebuchet MS", Arial, sans-serif;
	color: #FFFFFF;
	font-size: 8px;
	background-color: #FFCC00;
	font-weight: bold;
}
.jaune:visited {
	text-decoration: none;
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-size: 8px;
	color: #FFFFFF;
	font-weight: bold;
	background-color:#FFCC00
}
.jaune:hover {
	text-decoration: none;
	color:#FF0000;
	font-weight: bold;
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-size: 8px;
	background-color:#FFCC00;
}
.jaune:active {
	text-decoration: none;
	color: #CC0066;
	font-weight: bold;
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-size: 8px;
	background-color: #FFCC00;
}

.violet:link {
	text-decoration: none;
	font-family: "Trebuchet MS", Arial, sans-serif;
	color: #FFFFFF;
	font-size: 8px;
	background-color: #CC0000;
	font-weight: bold;
}
.violet:visited {
	text-decoration: none;
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-size: 8px;
	color: #FFFFFF;
	font-weight: bold;
	background-color:#CC0000}
.violet:hover {
	text-decoration: none;
	color: #333333;
	font-weight: bold;
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-size: 8px;
	background-color:#CC0000;
}
.violet:active {
	text-decoration: none;
	color: #CC0066;
	font-weight: bold;
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-size: 8px;
	background-color: #CC0000;
}

