#accueil {
	position: absolute;
	top: 80px;
	left: 25%;
}

a {
	font-family: 'Small Fonts';
	font-weight: bolder;
	text-decoration: none;
	color: red;
}
a:hover {
	text-decoration: underline;
	color: #DDDDDD;
}
a.secret {
	color: white;
}
a.secret:hover {
	color: red;
}