.bouton{
	width: 165px;
	height: 20px;

	background: #FBDC04;
	color: #626262;

	border-top-style:outset;
	border-top-color:#EBCC00;
	border-top-width: 2px;

	border-bottom-style:outset;
	border-bottom-color:#FBEC14;
	border-bottom-width:2px;

	border-left-style:outset;
	border-left-color:#EBCC00;
	border-left-width:2px;

	border-right-style:outset;
	border-right-color: #FBEC14;
	border-right-width:2px;

	font-family: Arial;
	font-weight: bold;
	font-size: 12px;
	text-decoration: none;
}

.bouton:hover{
	color: #FF0000;

	border-top-style:inset;
	border-top-color:#FBEC14;
	border-top-width: 2px;

	border-bottom-style:inset;
	border-bottom-color:#EBCC00;
	border-bottom-width:2px;

	border-left-style:inset;
	border-left-color:#FBEC14;
	border-left-width:2px;

	border-right-style:inset;
	border-right-color: #EBCC00;
	border-right-width:2px;
}

.bouton2{
	width: 250px;
	height: 24px;

	background: #FBDC04;
	color: #626262;

	border-top-style:outset;
	border-top-color:#EBCC00;
	border-top-width: 2px;

	border-bottom-style:outset;
	border-bottom-color:#FBEC14;
	border-bottom-width:2px;

	border-left-style:outset;
	border-left-color:#EBCC00;
	border-left-width:2px;

	border-right-style:outset;
	border-right-color: #FBEC14;
	border-right-width:2px;

	font-family: Arial;
	font-weight: bold;
	font-size: 12px;
	text-decoration: none;
	padding-top: 2px;
}

.bouton2:hover{
	color: #FF0000;

	border-top-style:inset;
	border-top-color:#FBEC14;
	border-top-width: 2px;

	border-bottom-style:inset;
	border-bottom-color:#EBCC00;
	border-bottom-width:2px;

	border-left-style:inset;
	border-left-color:#FBEC14;
	border-left-width:2px;

	border-right-style:inset;
	border-right-color: #EBCC00;
	border-right-width:2px;
}