/* CSS Document */

a.menu {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10pt;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
	background-color: #339900;
	background-image: url(bouton.gif);
	background-position: center center;
	width: 130px;
	height: 18px;
	clear: none;
	float: none;
}
a.menu:visited {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10pt;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
	background-color: #339900;
	background-image: url(bouton.gif);
	background-position: center center;
	width: 130px;
	height: 18px;
	clear: none;
	float: none;
	
}
a.menu:hover {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10pt;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
	background-color: #00FF00;
	background-image: url(bouton.gif);
	background-position: center center;
	padding: 7px
}
a.menu1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10pt;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
	background-color: #FFCC33;
	background-image: url(bouton.gif);
	background-position: center center;
	height: 18px;
	width: 130px;
}
a.menu1:visited {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10pt;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
	background-color: #FFCC33;
	background-image: url(bouton.gif);
	background-position: center center;
	height: 18px;
	width: 130px;
}
a.menu1:hover {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10pt;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
	background-color: #FFFF33;
	background-image: url(bouton.gif);
	background-position: center center;
}
.titre {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}
.texte {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #000000;
	text-decoration: none;
}
