ul {
	margin-left:110px;
	list-style-type: none;
} /* on supprime les puces, inutiles */

li {
margin-bottom:20px;
	margin-top:20px;
	margin-left:0px;
	float: left;
	width: 115px;
} /* on aligne les listes sur la gauche */

.menubas a {
	display: block;
	text-align: center;
	text-decoration: none;
	color: #FFCC00;
	font-size: 12px;
	line-height: 14px;
	border-top: 1px solid #660000;
	border-bottom: 1px solid #660000;
	border-right: 0px solid #660000;
	border-left: 0px solid #660000;
	color: #FFCC00;
	font-family: Arial, Helvetica, sans-serif;

}
.menubas a:hover {
	display: block;
	text-align: center;
	font-style: normal;
	color: #660000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 14px;
	border-top: 1px solid #660000;
	border-bottom: 1px solid #660000;
	border-right: 0px solid #660000;
	border-left: 0px solid #660000;
	text-decoration: none;

}
