/* Classes utilisées sur le front ET le back office */

/* Boutons */
.button,
.sendbutton{
	display:inline-block;
	width:138px;
	height:38px;
	line-height:35px!important;
	padding:0 2px!important;
	background: url(images/bouton.png) repeat-x;		
	text-align: center;
	border:none!important;
	font-family: "HancockParkLaser";
	color: #9dcffd!important;
	cursor:pointer;
}
.button:hover,
.button.hover,
.sendbutton:hover,
.sendbutton.hover{
	color:#fff!important;/*#ffe100*/
}
