/* Avec rollovers*/
  .choix-langue {
    padding-left: 20px;
  }
  .choix-langue .split {
    display: block;
    width: 40px;
    height: 20px;    
    float: left;
    overflow: hidden;
    text-align: center;
    text-indent: 40px;
    background: url("split.gif") center center no-repeat;
   }  

  .choix-langue a {  
    display: block;
    width: 180px;
    height: 12px;
    overflow: hidden;
    float: left;
    text-indent: 180px;
    margin-top: 5px;
  }
  
  .choix-langue a.lien-fr {
     background: url("fr.gif") 0 0 no-repeat;
     width: 163px;
  }
  .choix-langue a.lien-en {
     background: url("en.gif") 0 0 no-repeat;     
     width: 143px;
  }
  .choix-langue a.lien-fr:hover,
  .choix-langue a.lien-en:hover {
     background-position: 0 -22px;
  }  
