@charset "utf-8";
/* -------[Menu 8]-------- */
#menu8 {
	width: 147px;
	position: relative;
	float: left;
	font-size: 12px;
}
#menu8 ul {
	list-style: none;
	margin: 0;
	padding: 0;
	font-size: 12px;
	font-weight: bold;
}
#menu8 li a {
height: 32px;
voice-family: "\"}\""; 
voice-family: inherit;
height: 24px;
text-decoration: none;
}

/* Renseigner la bonne adresse de l'image après l'avoir téléchargé */ 
#menu8 li a:link, #menu8 li a:visited {
color: #E5E8D4;
display: block;
background: url(../images/menu8.png);
padding: 8px 0 0 10px;
}

#menu8 li a:hover {
	color: #039;
	background: url(../images/menu8.png) 0 -32px;
	padding: 8px 0 0 10px;
}

#menu8 li a:active {
	color: #044118;
	background: url(../images/menu8.png) 0 -64px;
	padding: 8px 0 0 10px;
	font-size: 12px;
	font-weight: bold;
} 

