/* CSS Document */

.menu {
	font-family: georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	line-height: 20px;
	font-weight: 10px;
	color: #660000;
	text-decoration: none;

	background-position: left center;
	display: block;
	height: 30px;
	width: auto;
	text-indent: 7pt;
}
.menu:hover {

	font-family: georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	line-height: 20px;
	font-weight: 10px;
	color: #ffffff;
	text-decoration: none;
	background-image: url(bouton2.png);
        
	background-position: left center;
	display: block;
	height: 30px;
	width: auto;
	text-indent: 7pt;
}
