a:link {
	text-decoration: none;
	color: #ffcc33;
}
a:visited {
	text-decoration: none;
	color:#FF3333
}
a:hover {
	text-decoration: underline;
	color: #FFFF00;
}
a:active {
	text-decoration: underline;
	color: #FFFF00;
}
.titre {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 32px;
	font-style: normal;
	font-weight: normal;
	color: #FFCC33;
}
.cousumouche {
	font-family: "Courier New", Courier, mono;
	font-size: 48px;
	font-weight: bold;
	color: #0033FF;
}
.soustitre {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-style: normal;
	font-weight: normal;
	color: #FFCC33;
}
.crédits {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
	color: #FFCC33;
}
.note {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #FFCC33;
}
.titre_negatif {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 32px;
	font-style: normal;
	font-weight: normal;
	color: #ffffff;
	background-color: #FF0000;
}
