.bouton_jaune{
  color: #061276;
  font-weight: bold;
  font-family: Helvetica;
  /*display: block;*/
  padding:0;
  background: none;
  border: none;
  height: 38px;
  line-height: 38px;
  cursor: pointer;
}
.bouton_jaune span{
  display: block;
  background:transparent url(../images/boutons/jaune/bouton_gauche.png) no-repeat left top;
  padding: 0 0 0 9px;
  height: 38px;
  line-height: 38px;
  _background-image: url(../images/boutons/jaune/bouton_gauche.gif);
}
.bouton_jaune span span{
  background:transparent url(../images/boutons/jaune/bouton_droit.png) no-repeat right top;
  padding: 0 12px 0 0;
  height: 38px;
  line-height: 38px;
  _background-image: url(../images/boutons/jaune/bouton_droit.gif);
}
.bouton_jaune span span span{
  background:transparent url(../images/boutons/jaune/bouton_fond.png) repeat-x left top;
  padding: 0 18px 0 6px;
  height: 38px;
  line-height: 38px;
  _background-image: url(../images/boutons/jaune/bouton_fond.gif);
}
.bouton_jaune span span span span{
  background:transparent url(../images/boutons/jaune/bouton_fleche.png) no-repeat left 50%;
  padding: 0 0 0 15px;
  /*display: block;*/
  height: 33px;
  font-size: 10pt;
  line-height: 33px;
  _background-image: url(../images/boutons/jaune/bouton_fleche.gif);
}