<!--
	a:link { text-decoration:none,font-weight:bold; color:#FF0000; }
	a:visited { text-decoration:none; font-weight:bold; color:#FF0000; }
-->

.titre {
	color : blue;
	text-align : center;
	font-size : 30;
	font-family : comic sans MS;
	text-decoration : underline;
	font-weight : bold;
}

.texte {
	color : black;
	text-align : center;
	font-size : 20;
	font-family : comic sans MS;
}

.legende {
	color : blue;
	text-align : center;
	font-size : 15;
	font-family : comic sans MS;
	font-weight : bold;
}


