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

.titre {
	font-family: Verdana;
	font-size: large;
	color: #CCCCCC;
	font: bold;
}
.note {
	font-family: Verdana;
	font-size: xx-small;
	color: #CCCCCC;
}
.texte {
	font-family: Verdana;
	font-size: x-small;
	color: #FFFFFF;
}
.gtexte {
	font-family: Verdana;
	font-size: small;
	color: #FFFFFF;
	font: bold;
}
.btexte {
	font-family: Verdana;
	font-size: x-small;
	color: #000000;
}
.textegrand {
	font-family: Verdana;
	font-size: smaller;
	color: #FFFFFF;
}
.stitre2 {

	font-family: Verdana;
	font-size: small;
	color: #4b2806;
	font: bold;
}