.Menu {
	font-family: Verdana;
	font-size: 12px;
	font-style: bold;
	font-weight: bold;
	color: #000000;
	text-align: center;
	background-image: url(image/bouton.gif);
	background-position: center center;
	background-repeat: no-repeat;
	display: block;
	height: 15px;
	width: 120px;
	text-decoration: none;
}
.Menu:hover {
	font-family: Verdana;
	font-size: 12px;
	font-style: bold;
	font-weight: bold;
	color: #000000;
	text-align: center;
	background-image: url(image/bouton1.gif);
	background-position: center center;
	background-repeat: no-repeat;
	display:block;
	height:15px;
	width:120px;
	text-decoration:none;
	
}
.Contenu {
	font-family: Verdana;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
	padding: 10px;
}

