div#onglets {
  position:absolute;
  top:30px;
  margin:0 4% 4% 4%;
  font-size:93%;
  }
#onglets {
  }
#onglets ul {
  margin:0;
  padding:0px 30px 0;
  list-style:none;
  }
#onglets li {
  float:left;
  background:url("/images/interface2/onglets-g.png") no-repeat left top;
  margin:0;
  padding:0 0 0 6px;
  }
#onglets a {
  float:left;
  display:block;
  width:.1em;
  background:url("/images/interface2/onglets-d.png") no-repeat right top;
  padding:12px 14px 6px 4px;
  text-decoration:none;
  font-weight:bold;
  color:#66A;
  }
#onglets > ul a {width:auto;}
/* Commented Backslash Hack hides rule from IE5-Mac \*/
#onglets a {float:none;}
/* End IE5-Mac hack */
#onglets a:hover {
  color:#333;
  }
#onglets #current {
  background-position:0 -150px;
  border-width:0;
  }
#onglets #current a, #onglets a:active  {
  background-position:100% -150px;
  padding-bottom:5px;
  color:#66A;
  }
#onglets li:hover, #onglets li:hover a {
  background-position:0% -300px;
  color:#333;
  }
#onglets li:hover a {
  background-position:100% -300px;
  }
