.nav {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	height: 20px;
	width: 120px;
	display: block;
	padding: 2px 2px 2px 4px;
	line-height: 20px;
}
.nav:hover{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #e9ac25;
	text-decoration: none;
	height: 20px;
	width: 120px;
	display: block;
	padding: 2px 2px 2px 4px;
	background-color: #9d98cb;
	line-height: 20px;
}
.navfix {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #FFCC66;
	text-decoration: none;
	height: 21px;
	width: 120px;
	display: block;
	padding: 8px 8px 8px 4px;
}
.navgros {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	height: 24px;
	width: 130px;
	display: block;
	padding: 8px 8px 8px 4px;
	line-height: 20px;
}
.navgros:hover{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #89f963;
	text-decoration: none;
	height: 24px;
	width: 130px;
	display: block;
	padding: 8px 8px 8px 4px;
	background-color: #584974;
	line-height: 20px;
}
.mail {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #FF9933;
	text-decoration: none;
	height: 12px;
	width: 60px;
	display: block;
	padding: 7px;
	line-height: 8px;
}
.mail:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #FF9933;
	text-decoration: none;
	height: 10px;
	width: 60px;
	display: block;
	padding: 7px;
	background-color: #669966;
	line-height: 10px;
}
.retour {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #FFCC66;
	text-decoration: none;
	height: 23px;
	width: 100px;
	display: block;
	padding: 2px 2px 2px 4px;
	line-height: 18px;
	margin-left: 75px;
}
.retour:hover{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #FFCC66;
	text-decoration: none;
	height: 23px;
	width: 110px;
	display: block;
	padding: 2px 2px 2px 4px;
	line-height: 18px;
	background-color: #666699;
	margin-left: 75px;
}	

