/* @group Bouton Classique */

a.bouton {
	color: white;
	vertical-align: -18px;
	display: inline-table;
	margin: 2px;
	padding: 0;
	cursor: pointer;
	text-shadow: rgba(0,0,0,0.3) -1px -1px 1px;
	font: bold 12px Verdana, Arial, Helvetica;
	text-decoration: none;
}
a.bouton span.bouton_marge {
	background-image: url(images/bouton_orange_2.png);
	background-repeat: no-repeat;
	background-position: 100% 0;
	margin: 0;
	padding: 0;
	height: 36px;
	display: table;
}
a.bouton span.bouton_contenu {
	background-image: url(images/bouton_orange_1.png);
	background-repeat: no-repeat;
	background-position: 0 0;
	height: 36px;
	margin: 0 16px 0 0;
	padding: 0 0 0 16px;
	display: table;
}
a.bouton span.bouton_contenu span.texte {
	text-align: center;
	position: relative;
	top: 0;
	left: 0;
	height: 19px;
	overflow: hidden;
	padding-top: 7px;
	display: table;
	white-space: nowrap;
	color: white;
}
a.bouton:hover {
	font-weight: bold;
	font-style: normal;
	text-decoration: none;
}
a.bouton:active {
	font-weight: bold;
	font-style: normal;
	text-decoration: none;
}
a.bouton:hover  span.bouton_marge {
	background-position: 100% -100px;
}
a.bouton:active span.bouton_marge {
	background-position: 100% -200px;
}
a.bouton:hover  span.bouton_contenu {
	background-position: 0 -100px;
}
a.bouton:active span.bouton_contenu {
	background-position: 0px -200px;}
a.bouton:hover  span.bouton_contenu span.texte {
	color: white;
}
a.bouton:active span.bouton_contenu span.texte {
	color: white;
	position: relative;
	top: 1px;
	left: 1px;
}

/* @end */

/* @group Bouton Valider */

.boutonValider a.bouton span.bouton_marge {
	background-image: url(images/bouton_orange_v_2.png);
}
.boutonValider a.bouton span.bouton_contenu {
	background-image: url(images/bouton_orange_v_1.png);
}

/* @end */
