#en-tete {
  overflow: hidden;
  background-color: #ffffff;
  /*background-image: url(onglets/fond.png);*/
  background-position: bottom;
  background-repeat: repeat-x;
}
#en-tete ul {
  float: left;
  margin-top: 16px;
  margin-right: 16px;
  margin-bottom: 0px;
  margin-left: 0px;
  padding: 0px;
  list-style: none;
}
#en-tete ul li {
  float: left;
  margin-left: 3px;
}
#en-tete ul li a {
  float: left;
  text-decoration: none;
  padding-left: 10px;
  background-image: url(onglets/coin-gauche.png);
  background-position: 0% -250px;
  background-repeat: no-repeat;
  background-color: #FF3535;
}
#en-tete ul li#actif {
  float: left;
  text-decoration: none;
  padding-left: 10px;
  background-image: url(onglets/coin-gauche.png);
  background-position: 0% 0%;
  background-repeat: no-repeat;
  background-color: #e0e0e0;
}
#en-tete ul li a span {
  float: left;
  padding-top: 6px;
  padding-right: 10px;
  padding-bottom: 3px;
  padding-left: 0px;
  background-image: url(onglets/coin-droit.png);
  background-position: 100% -250px;
  background-repeat: no-repeat;
  color: #ffffff;
}
#en-tete ul li#actif span {
  float: left;
  padding-top: 6px;
  padding-right: 10px;
  padding-bottom: 3px;
  padding-left: 0px;
  background-image: url(onglets/coin-droit.png);
  background-position: 100% 0%;
  background-repeat: no-repeat;
  color: #333333;
}
#en-tete ul li a:hover {
    /*background-position: 0% -500px;*/
}
#en-tete ul li a:focus {
    /*background-position: 0% -500px;*/
}
#en-tete ul li a:hover span {
    /*background-position: 100% -500px;*/
    color: #110404;
}
#en-tete ul li a:focus span {
/*background-position: 100% -500px;*/
    color: #110404;
}

