a /* Lien normal */
{
	text-decoration: none;
	color: #000099;
}
a:hover /* Quand le visiteur survole le lien */
{
	text-decoration: none;
	color: #FF6600;
}
a.menu1 {	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
}
a.menu1:hover {	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #FFFF99;
	font-weight: bold;
}
.menu1_visit {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #E4E4E4;
	font-weight: bold;
}
.champ {
	background-color: #FFF9EC;
	border: 1px outset #CCCCCC;
	padding-left: 3px;
}
.champ_normal {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-color: #FFF9EC;
	border: 1px outset #CCCCCC;
	padding-left: 3px;
}
.bouton {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-color: #FFF9EC;
	border: 1px outset #CCCCCC;
	font-weight: bold;
	color: #333333;
}

