.bouton
{
	height:28px;
	border: 1px solid #A0A0A0;
	border-style:outset;
	border-radius:5px;
	
	/* http://www.colorzilla.com/gradient-editor/ */
	background: #A0A0A0; /* Old browsers */
	background: linear-gradient(to bottom, #888888 0%, #A0A0A0 5%, #FFFFFF 35%, #FFFFFF 65%, #A0A0A0 95%, #888888 100%); /* W3C */

	cursor:pointer;
		
	font-size:14px;
	font-variant: small-caps;
	font-weight: bold;
	color: #000000;
	margin-right:1%;
	margin-top:2px;
	padding-left:4px;
	padding-right:4px;
}
.bouton:active
{
	border-style:inset;
	background:#FFFFFF;
}