.jux_bouton {
    display:inline-block;
	background:none;
	margin:0px;
	padding:0px;
	overflow:hidden;
	vertical-align:top;
	border:0px;   
	text-align:left;
	cursor:pointer;
}

.jux_bouton.jux_bouton_marges {
	margin:5px 5px 5px 0px;
}

.jux_bouton.jux_bouton_desactive {
	cursor:default;
}

.jux_bouton .jux_bouton_gauche {
	float:left;
    background-repeat:no-repeat;
}

.jux_bouton .jux_bouton_centre {
	float:left;
    margin:0px -1px;
    padding:0px 1px;
	text-align:center;
    background-repeat:repeat-x;
}

.jux_bouton .jux_bouton_texte {
    display:inline-block;
    font-weight:bold;
    font-family:Verdana, Arial, Helvetica, sans-serif;
    font-size:11px;
    text-shadow:#222222 1px 1px 0;
    color:#ffffff;
    white-space:nowrap;
}

.jux_bouton .jux_bouton_logo {
    display:inline-block;
	background-position:center center;
	background-repeat:no-repeat;
}

.jux_bouton .jux_bouton_droit {
	float:left;
    background-repeat:no-repeat;
}