a.bouton
	{
	width: 130px;
	text-align: center;
	display: block;
	border-width: 1px;
	font-family: arial;
	font-size: small;
	color: black;
	text-decoration: none;
	background: #F0E68C;
	border-top: 2px white solid;
	border-left: 1px black solid;
	border-bottom: 2px #868686 solid;
	border-right: 1px black solid;
}

a.bouton:hover 
	{
	font-family: arial;
	font-size: small;
	color: black;
	text-decoration: none;
	border-left: 1px black solid;
	border-bottom: 2px black solid;
	border-right: 1px black solid;
	background-color: #F4A460;
}

