/***** menu CSS *****/
a:link {color : #be0b1d; font-family: verdana; font-size:x-small; text-decoration : underline}
a:visited {color : #be0b1d; font-family: verdana; font-size:x-small; text-decoration : underline}
a:hover {color : #23a23e; font-family: verdana; font-size:x-small; text-decoration : none}
a:active {color : #23a23e; font-family: verdana; font-size:x-small; text-decoration : underline}

.titre {
	font-family: Verdana;
	font-size: medium;
	color: #23a23e;
	font: bold;
}
.note {
	font-family: Verdana;
	font-size: xx-small;
	color: #be0b1d;
}
.texte {
	font-family: Verdana;
	font-size: x-small;
	color: #777777;
}
.gtexte {
	font-family: Verdana;
	font-size: x-small;
	color: #777777;
	font: bold;
}
.wtexte {
	font-family: Verdana;
	font-size: x-small;
	color: #FFFFFF;
}
.textegrand {
	font-family: Verdana;
	font-size: smaller;
	color: #777777;
}
.menu1 {
	font-family: Verdana;
	font-size: x-small;
	color: #777777;
}
.link {
	font-family: Verdana;
	font-size: small;
	color: #be0b1d;
	font: bold;
}
