#header {
  clear:both;
  overflow:auto;
  width:100%;
  background:url(../img2/onglet/bg.gif) repeat-x bottom;
  font-size:13px;
  line-height:normal;
}
#header ul {
  margin:0;
  padding:10px 5px;
  list-style:none;
}
#header li {
  float:left;
  background:url(../img2/onglet/left.gif) no-repeat left top;
  margin:0;
  padding:0 0 0 9px;
}
#header a {
  clear:both;
  display:block;
  background:url(../img2/onglet/right.gif) no-repeat right top;
  padding:5px 15px 4px 6px;
  text-decoration:none;
  font-weight:bold;
  color:#888888;
  white-space:nowrap;
}
#header a:hover {
  color:#222222;
}
#header #current {
  background-image:URL(../img2/onglet/left_on.gif);
}
#header #current a {
  background-image:URL(../img2/onglet/right_on.gif);
  color:#007ac3;
  padding-bottom:5px;
}


