.titre {
	font-family: "Times New Roman", Times, serif;
	font-size: 50px;
	color: #00FF33;
}
body {
	font-family: "Times New Roman", Times, serif;
	background-color: #009900;
	color: #00FF33;
}
.soustitre {
	font-family: "Times New Roman", Times, serif;
	font-weight: bold;
	color: #00ff33;
	font-size: 36px;
	text-align: center;
}

.normal {
	font-family: "Times New Roman", Times, serif;
	font-size: 24px;
	color: #00FF33;
	text-align: center;
}
hr {
	background-color: #FFFFFF;
	height: 10px;
	width: 100%;
}
a {
	color: #FF0000;
}

