@charset "utf-8";
/* CSS Document */

.Texte {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #000000;
	text-decoration: none;
}
.BigTexte {
	font-family: "Trebuchet MS", Arial;
	font-size: 16px;
	color: #006699;
	text-decoration: none;
	font-weight: bold;
}
.TexteMoy {
	font-family: "Trebuchet MS", Arial;
	font-size: 12px;
	color: #000000;
	text-decoration: none;
}
.MediumTexte {
	font-family: "Trebuchet MS", Arial;
	font-size: 14px;
	color: #006699;
	text-decoration: none;
	font-weight: bold;
}
body {
	background-image: url(images/fd/bodybg.gif);
}
.MediumTexteBlanc {
	font-family: "Trebuchet MS", Arial;
	font-size: 14px;
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
}

.hidden { visibility:hidden; overflow: auto; display:none;}