.menu ul {
	list-style-type: none;
} /* on supprime les puces, inutiles */

.menu li {
	float: left;
	list-style-type: none;
} /* on aligne les listes sur la gauche */

.menu{
	margin-top: 0px;
}

.menu a {
	width: 126px; /* on définit la taille du bouton de menu */
	height: 53px;
	float: left;
	display: block;
	text-align: center;
	text-decoration: none;
	color: #B83030;
	background: url(images/fond_menu_05.jpg);
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 50px;
	border-top: #FFFFFF;
	border-right: #FFFFFF;
	border-bottom: #FFFFFF;
	border-left: #FFFFFF;
	font-weight: bold;
	margin-top: 0px;
}
.menu a:hover {
	width: 126px; /* on définit la taille du bouton de menu */
	height: 53px;
	float: left;
	display: block;
	text-align: center;
	text-decoration: none;
	color: #A40B03;
	background: url(images/fond_menu_05.jpg);
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 50px;
	border-top: #FFFFFF;
	border-right: #FFFFFF;
	border-bottom: #FFFFFF;
	border-left: #FFFFFF;
	margin-top: 0px;
}
