  #suronglets
  {
   z-index:0 ; 
   position:relative ;
   height: 128px ;
   width:100% ; 
  }

  #onglets
  {
   position:absolute;
   bottom:0px;
   left:0px;
  }

  .tab
  {
   float:left ; 
   border-top:solid 1px #52525e ; 
   border-left:solid 1px #52525e ; 
   border-right:solid 1px #52525e ; 
   height:28px ; 
   width:160px ; 
   overflow:auto ; 
   background-image:url('../imgs/bleu/onglet.png') ;
  }

  .tabOn
  {
   float:left ; 
   border-top:solid 1px #52525e ; 
   border-left:solid 1px #52525e ; 
   border-right:solid 1px #52525e ; 
   background-image:url('../imgs/bleu/ongletOn.png') ;
   height:28px ; 
   width:160px ; 
   overflow:auto ; 
  }
