#bouton {
	background:  url("images/seperator.gif") left center repeat;
	float: left;
	list-style: none;
	margin-left: 10px;
	padding: 0;
	width: 180px;
}
#bouton li {
		font: 13px verdana, arial, sans-serif;
	margin: 0;
	padding: 0;
}
#bouton a {
	background:  url("images/seperator.gif") left center repeat;
	border-bottom: 1px solid #461D1B;
	color: #461D1B;
	display: block;
	margin: 0;
	padding: 8px 12px;
	text-decoration: none;
}
#bouton a:hover {
	background: #ECEFC4 url("images/hover.png") left center no-repeat;
	color: #471D1B;
	padding-bottom: 8px;
}