
#menuOngl {
  float:left;
  width:100%;
  background:#DAE0D2 url("../images/menu_onglets/bg.gif") repeat-x bottom;
  font-size:93%;
  line-height:normal;
  color:#000;
  font-family:arial,small Georgia,Serif;
  }
#menuOngl ul {
  margin:0;
  padding:10px 10px 0;
  list-style:none;
  }
#menuOngl li {
  float:left;
  background:url("../images/menu_onglets/left_both.gif") no-repeat left top;  
  margin:0;
  padding:0 0 0 9px;
  border-bottom-width:1px;
  border-bottom-style:solid;
  border-bottom-color:#767f60;/*#765*/
  }
  
  #menuOngl li:hover, #menuOngl li:hover a {
  background-position:0% -150px;
  color:#333;
  }
#menuOngl li:hover a {
  background-position:100% -150px;
  } 
  
#menuOngl a {
  float:left;
  display:block;
  background:url("../images/menu_onglets/right_both.gif") no-repeat right top;  
  padding:5px 15px 4px 6px;
  text-decoration:none;
   color:#FFFFFF; 
white-space:nowrap; 
  }
/* Commented Backslash Hack
   hides rule from IE5-Mac \*/
#menuOngl a {float:none;}
/* End IE5-Mac hack */
#menuOngl a:hover {
  color:#333;
  }
#menuOngl #current {
  background-position:0% -150px;
  border-width:0;
  }
#menuOngl #current a {
  background-position:100% -150px;
  color:#943829;
  padding-bottom:5px;
  font-weight:bold;
  }
  
