ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
} 

li {
	margin-bottom: 5px;
}

.menu a {
	margin: 0 2px;
	width: 216px;
	height: 37px;
	display: block;
	text-align: center;
	text-decoration: none;
	color: #FFF;
	background: #316342;
	font-size: 18px;
	padding-top: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	 }
	 
.menu a:hover {
	background: url(images/fond.jpg) no-repeat;
	color: #FFFFFF;
	font-weight: normal;
     }
