/* CSS issu des tutoriels css.alsacreations.com */

body {
	font: 12px Verdana, Arial, sans-serif;
}

ul {
	margin: 17px 0 0 15px;
	list-style-type: none;
} 

li {
	margin-bottom: 5px;
}

.menu a:link, .menu a:visited {
	margin: 0 2px;
	width: 114px; 
	height: 15px;
	display: block;
	text-align: center;
	border: 1px solid gray;
	text-decoration: none;
	color: #000;
	background: #fff;
	background-image: url(fond_bouton.jpg);
	background-position: top;
	background-repeat: repeat;
}
	 
.menu a:hover {
	background: #ccc;
	border: 1px solid gray; 
}

.menu a:active {
	background: gray;
	border: 1px solid gray; 
	color: #fff;
}

