a.bouton, button.bouton { 
    display:-moz-inline-box; 
    display: inline-block; 
    margin: 0; 
    padding: 0; 
   font-family : arial, sans-serif; 
    white-space: nowrap; 
    text-align: center; 
    vertical-align: middle; 
    cursor: pointer; 
    border: 0; 
    background: none;
    font-size: 12px; 
  	 color: #000070;
	 font-weight: bold;
} 
a.bouton span, button.bouton span { 
    position:relative; 
    float:left; 
    padding:0 0 0 10px; 
    vertical-align:middle; 
    background:url('imgeuropetrucks/submit-g.png') left top no-repeat; 
} 
a.bouton span span, button.bouton span span { 
    padding:0 10px 0 0; 
    background:url('imgeuropetrucks/submit-d.png') right top no-repeat; 
} 
a.bouton span span span, button.bouton span span span { 
	 color: #000070;
    height:24px; 
    padding: 3px 0 0 0; 
    line-height:1.5; 
    background:url('imgeuropetrucks/submit-c.png') left top repeat-x; 
} 

a.bouton:hover { text-decoration: none; }

/* Correction des bug Internet Explorer */ 
* html button {width:1%; overflow:visible;} 
*:first-child+html button {overflow:visible;}
