#menu {
	margin:auto; padding:0; font-weight: bold; 	font-family: "Gabriola"; font-size: 16px; width: 100%; text-align:center
}
#menu li {
	background: #000; width: 192px; height: 35px; float: left; display: block; cursor: pointer; padding-top:10px; 
	display : list-item; 
	list-style-image:url("../img/puce-menu.jpg");
	list-style-position:inside;
}
#menu a {
	color: rgb(255, 255, 255);  text-decoration: none;
}
#menu a:visited {
	color: rgb(255, 255, 255); text-decoration: none;
}
#menu a:hover {
	color: rgb(255, 186, 0); text-decoration: none;
}


