a:link {
	color: #FFCC33;
	font-style: normal;
	text-decoration: none;
}
a:visited {
	color: #FF9900;
	font-style: normal;
	text-decoration: none;
}
a:hover {
	color: #FFCC33;
	font-style: normal;
	text-decoration: underline;
}
a:active {
	color: #CC6633;
	font-style: normal;
	text-decoration: none;
}
.titre {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #000000;
	text-align: center;
}
.titre_rouge {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: normal;
	color: #FF9933;
	text-align: center;
}
