.mnu:link {  font-family: Arial; color: #FFFFFF; text-decoration: none }
.mnu:hover {  font-family: Arial; color: #FFFFFF; text-decoration: none; background-color: #FFA600}
.mnu:active {  font-family: Verdana, Arial, Helvetica, sans-serif; color: #FFFFFF; text-decoration: none; background-color: #FFA600}
.mnu:visited { font-family: Arial; color: #FFFFFF; text-decoration: none }

*:focus {
	background-color:#EAFFEA;
}

/*++++++++++++++ FORMULAIRE +++++++++*/

form input[type="text"] {
	font-family: Arial;
	font-size: 11px;
}

form input[type="submit"], [type="reset"] {
	font-family: Arial;
	font-size: 11px;
}

form select {
	font-family: Arial;
	font-size: 11px;
}
form textarea {
	font-family: Arial;
	font-size: 11px;
}