a.bouton:link,a.bouton:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #ffd694;
	text-decoration: none;
	background-color: #CC3300;
}

a.bouton:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #CC3300;
	text-decoration: none;
	background-color: #ffd694;
}
a.redbouton:link,a.bouton:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #ff9900;
	text-decoration: none;
	background-color: #CC0000;
}
.redText {
	color: #CC3300;
}
a.redbouton:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #CC0000;
	text-decoration: none;
	background-color: #ffd694;
}
.boxR {
	border: 1px solid #CC3300;
}
.titre {
	font-size: 12px;
	font-weight: bold;
}