/* CSS Document */
.enavant {
	font-size: large;
	font-weight: bold;
	background-color: #FFFF33;
}
h1 {
	text-align: center;
}
a:link {
	font-size: large;
	color: #0000FF;
}
a:visited {
	color: #9900FF;
}
a:hover {
	color: #FF0000;
	font-size: large;
	font-weight: bold;
}
.soustitre {
	font-weight: bold;
	text-align: center;
}

a:active {
	color: #FF6600;
	font-size: large;
	font-weight: bold;
}
