.onglet { 
  list-style:       none;               /*pas de puce*/
  list-style-type:  none;
  border-bottom:    #818181 solid 3px;  /*ligne en bas*/
  background-color: #ffffff; 
  width:            100%; 
  height:           30px; 
  line-height:      30px;
  margin:           5px 0px 0px 0px;    /*top, droite, bottom, gauche*/
  padding:          0px 0px 0px 0px;    /*top, droite, bottom, gauche*/
}

.onglet li { 
  float:            left; 
  width:            60px;
  height:           30px;
  margin-right:     2px; /*espace entre les onglets*/
  vertical-align:   middle;
}

.onglet div { 
  position:         absolute;
  font-size:        10px;
  vertical-align:   middle;
  line-height:      7.5pt;
  text-align:       center; 
  width:            60px;
  height:           30px;
  padding:          0px 0px 0px 0px;
  margin:           0px 0px 0px 0px;
  /*border:           1px solid;*/
  clip:             rect(0, 60, 30, 0);
}

.onglet li a {
  display:          block; 
  color:            #000000;
  text-decoration:  none; 
  font-family:      arial, verdana, sans-serif; 
  font-size:        10px;
}

.onglet li a:hover {
  color:            #ffffff; /*blanc : couleur texte si passage souris*/
  font-size:        10px;
  font-family:      arial, verdana, sans-serif; 
  text-decoration:  none; 
}

div.onglet_content {
  position:         relative;
  background-color: #e8e8e8; 
  width:            100%;
  height:           1500px;
  border:           1px solid;
}
div.onglet_unit    {
  position:         absolute;
  float:            right; 
}

