non rien de ce genre, et ca marche bien sous ie8 sur un pc de bureau. le problème c l'affichage sur pc portable
code d'un bouton
      <li class="onglets-l"><a class="onglets-a" href="../formulaire/contact.php"><span class="onglets-s">Contact / Devis</span></a></li>
css des onglets
/*
il y a des classes pour chaque balise, pour que les parametre ne soit applicable que pour les onglets et ne se mélange pas avec les autres feuilles css
*/
ul.onglets-u {
  float: right;
  margin-top: 16px;
  margin-right: 16px;
  margin-bottom: 0px;
  margin-left: 0px;
  padding: 0px;
  list-style: none;
}
li.onglets-l {
  float: left;
  margin-left: 3px;
  }
a.onglets-a{
  float: left;
  text-decoration: none;
  letter-spacing: 1px;
  padding-left: 10px;
  background-image: url(../onglets/coin-gauche.png);
  background-repeat: no-repeat;
  background-position: 0% -250px;
}
span.onglets-s  {
  float: left;
  padding-right: 10px;
  padding-top: 4px;
  padding-bottom: 3px;
  padding-left: 0px;
  background-image: url(../onglets/coin-droit.png);
  background-repeat: no-repeat;
  background-position: 100% -250px;
  color: #ffffff;
  text-decoration:none;
  letter-spacing:1px
}
li#actif.onglets-l {
  float: left;
  text-decoration: none;
  letter-spacing: 1px;
  padding-left: 10px;
  background-image: url(../onglets/coin-gauche.png);
  background-repeat: no-repeat;
  background-position: 0% 0%;
}
li#actif.onglets-l span.onglets-s {
  float: left;
  padding-right: 10px;
  padding-top: 6px;
  padding-bottom: 3px;
  padding-left: 0px;
  background-image: url(../onglets/coin-droit.png);
  background-repeat: no-repeat;
  background-position: 100% 0%;
  color: #333333;
  text-decoration:none;
  letter-spacing:1px
}
/*
pour le survol des onglet
*/
a:hover.onglets-a{
  background-position: 0% -500px;
}
/*
idem au clavier
*/
a:focus.onglets-a {
  background-position: 0% -500px;
}
a:hover.onglets-a span.onglets-s  {
  background-position: 100% -500px;
}
a:focus.onglets-a span.onglets-s  {
  background-position: 100% -500px;
}
/*
idem fer a droite
*/
ul.onglets-ud {
  float: right;
  margin-top: 16px;
  margin-right: 16px;
  margin-bottom: 0px;
  margin-left: 0px;
  padding: 0px;
  list-style: none;
}
li.onglets-ld {
  float: right;
  margin-left: 3px;
  }
a.onglets-ad{
  float: right;
  text-decoration: none;
  letter-spacing: 1px;
  padding-left: 10px;
  background-image: url(../onglets/coin-gauche.png);
  background-repeat: no-repeat;
  background-position: 0% -250px;
}
span.onglets-sd  {
  float: right;
  padding-right: 10px;
  padding-top: 4px;
  padding-bottom: 3px;
  padding-left: 0px;
  background-image: url(../onglets/coin-droit.png);
  background-repeat: no-repeat;
  background-position: 100% -250px;
  color: #ffffff;
  text-decoration:none;
  letter-spacing:1px
}
li#actif.onglets-ld {
  float: right;
  text-decoration: none;
  letter-spacing: 1px;
  padding-left: 10px;
  background-image: url(../onglets/coin-gauche.png);
  background-repeat: no-repeat;
  background-position: 0% 0%;
}
li#actif.onglets-l span.onglets-sd {
  float: right;
  padding-right: 10px;
  padding-top: 6px;
  padding-bottom: 3px;
  padding-left: 0px;
  background-image: url(../onglets/coin-droit.png);
  background-repeat: no-repeat;
  background-position: 100% 0%;
  color: #333333;
  text-decoration:none;
  letter-spacing:1px
}
/*
pour le survol des onglet
*/
a:hover.onglets-ad{
  background-position: 0% -500px;
}
/*
idem au clavier
*/
a:focus.onglets-ad {
  background-position: 0% -500px;
}
a:hover.onglets-ad span.onglets-sd  {
  background-position: 100% -500px;
}
a:focus.onglets-ad span.onglets-sd  {
  background-position: 100% -500px;
}
Le css pour les menus
/*
menu gris
*/
li.menu-l {
  float: left;
  height: 45px;
  margin-top:-15px;
  }
p.menu-p{
  float: left;
  text-decoration: none;
  letter-spacing: 1px;
  padding-left: 10px;
  background-image: url(../onglets/coin-gauche.png);
  background-repeat: no-repeat;
  background-position: 0% 0px;
}
span.menu-s  {
  width:140px;
  float: left;
  padding-right: 10px;
  padding-top: 4px;
  padding-bottom: 3px;
  padding-left: 0px;
  background-image: url(../onglets/coin-droit.png);
  background-repeat: no-repeat;
  background-position: 100% 0px;
  color: #000000;
  text-decoration:none;
  letter-spacing:1px
}
/*
menu bleu
*/
p.menu-pb{
  float: left;
  text-decoration: none;
  letter-spacing: 1px;
  padding-left: 10px;
  background-image: url(../onglets/coin-gauche-menu.jpg);
  background-repeat: no-repeat;
  background-position: 0% -500px;
}
span.menu-sb  {
  width:140px;
  float: left;
  padding-right: 10px;
  padding-top: 4px;
  padding-bottom: 3px;
  padding-left: 0px;
  background-image: url(../onglets/coin-droit-menu.jpg);
  background-repeat: no-repeat;
  background-position: 100% -500px;
  color: #000000;
  text-decoration:none;
  letter-spacing:1px
}