body{
	background-image : "images/ancre.jpg";
	background-position : center;
	font-family: "Times New Roman",sans-serif,"times";
}
.titre{
	font-size : 24pt;
	text-align: center;
}
.LienContenu {
    color: #142426F; /* Bleu Profond */
	text-decoration: none;
}
.LienContenu:visited {
    color: #FF2400; /* Orange Rouge */
	text-decoration: none;
}
.LienContenu:hover {
    color: #007FFF; /* Bleu Ardoise */
	text-decoration: underline;
}
.LienMenu {
	color: #FFFFFF; /*Blanc*/
	text-decoration: none;
	font-size: "14";
}
.LienMenu:hover {
	color: #FFFFF; /*Noir*/
	text-decoration: underline;
	font-size: "17";
}
