body {
  margin: 0px;
  padding: 0px;
  font-size: 12px;
  color: #333333;
  background-color: #ffffff;
  line-height:14px;
}
#en-tete {
  overflow: hidden;
  background-position: bottom;
  background-repeat: repeat-x;
}
#en-tete ul {
  float: right;
  margin-bottom: 0px;
  margin-left: 0px;
  padding: 0px;
  list-style: none;
  height:35px;
  font-size:1.2em;
  color: #333333;
}
#en-tete ul li {
  float: left;
  margin-left: 3px;
  height:35px;
}
#en-tete ul li a {
  float: left;
  text-decoration: none;
  letter-spacing: 0px;
  padding-left: 10px;
  background-image: url(../images/coin-gauche.png);
  background-position: 0% -250px;
  background-repeat: no-repeat;
  height:38px;
}

#en-tete ul li#actif {
  float: left;
  text-decoration: none;
  letter-spacing: 0px;
  background-image: url(../images/coin-gauche.png);
  background-position: 0% -500px;
  background-repeat: no-repeat;
  height:38px;
}
#en-tete ul li#actif a {
  float: left;
  text-decoration: none;
  letter-spacing: 0px;
  background-image: url(../images/coin-gauche.png);
  background-position: 0% -500px;
  background-repeat: no-repeat;
  height:38px;
}
#en-tete ul li a span {
  float: left;
  padding-top: 8px;
  padding-right: 10px;
  padding-bottom: 3px;
  padding-left: 0px;
  background-image: url(../images/coin-droit.png);
  background-position: 100% -250px;
  background-repeat: no-repeat;
  color: #333333;
   height:35px;
}
#en-tete ul li#actif span {
  float: left;
  padding-top: 8px;
  padding-right: 10px;
  background-image: url(../images/coin-droit.png);
  background-position: 100% -500px;
  background-repeat: no-repeat;
  color: #ffffff;
  height:35px;

}
#en-tete ul li a:hover {
  background-position: 0% -500px;
  color:#FFFFFF;
}
.en-tete ul li active {
  background-position: 0% -500px;
  color:#FFFFFF;
}
#en-tete ul li a:focus {
  background-position: 0% -500px;
    color:#FFFFFF;
}
#en-tete ul li a:hover span {
  background-position: 100% -500px;
    color:#FFFFFF;
}
#en-tete ul li a:focus span {
  background-position: 100% -500px;
}
