.onglet {
  display: none;
  overflow:auto;
}

#onglets {
  position: relative;
  top: 0;
  left: 0;
  width:100%;
  font-size:93%;
  line-height:normal;
  margin:0;
  padding:0;
  z-index: 2;
}
#onglets ul {
  position: relative;
  top: 0px;
  left: 0;
  margin:0;
  padding:0;
  list-style:none;
  width : 100%;
  height: 28px;
  border-bottom:1px solid #765;

}
#onglets li {
  float:left;
  background:url(images/onglets/left_both.gif) no-repeat left top;
  margin:0;
  padding:0 0 0 9px;
  border: 0;
  height: 29px;
}

#onglets a {
  float:left;
  display:block;
  width:.1em;
  background:url(images/onglets/right_both.gif) no-repeat right top;
  padding: 5px 15px 4px 6px;
  text-decoration:none;
  font-weight:bold;
  color:#765;
  height: 20px;
  white-space:nowrap;
}
#onglets a:hover {
  position: relative; top: 0px; left: 0px;
}
#onglets > ul a {width:auto;}
/* Commented Backslash Hack hides rule from IE5-Mac */
#onglets a {float:none;}
/* End IE5-Mac hack */

.cadreOnglets {
  /*clear: both; */
  border-left: 1px solid #765; 
  border-right: 1px solid #765;
  border-bottom: 1px solid #765;  
  margin: 0px;
  /*padding:0; */
  /*position: relative; */
  /*top: 0px; */
  /*z-index: 1;*/
  padding: 1em;
  background : #fff;
}


 
