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

.titre {
	font-family: Verdana;
	font-size: medium;
	color: #888888;
	font: bold;
}
.note {
	font-family: Verdana;
	font-size: xx-small;
	color: #be0b1d;
}
.texte {
	font-family: Verdana;
	font-size: x-small;
	color: #996633;
	text-align: justify;
	padding-right: 15px;
}
.gtexte {
	font-family: Verdana;
	font-size: x-small;
	color: #996633;
	font: bold;
}
.wtexte {
	font-family: Verdana;
	font-size: x-small;
	color: #FFFFFF;
}
.textegrand {
	font-family: Verdana;
	font-size: smaller;
	color: #996633;
}
