

#main_tab {
  float:left;
  width:100%;
  /*background:#DAE0D2 url("bg.gif") repeat-x bottom;*/
  font-size:93%;
  font-weight: bold;
  line-height:normal;
  }
#main_tab ul {
  margin:0;
  padding:7px 10px 0; /* change first value to adjust tab vertical positioning  */
  list-style:none;
  }
#main_tab li {
  float:left;
  background:url("/image/button/onglet-off-coingauche.gif") no-repeat left top;
  margin:0px;
  margin-right:3px; /*  adjust tab spacing */
  padding:0 0 0 9px;
  }
#main_tab a {
  /*float:left;*/
  display:block;
  background:url("/image/button/onglet-off-coindroite.gif") no-repeat right top;
  padding:5px 15px 4px 6px;
  text-decoration:none;
  font-weight:bold;
  color:#ffffff;
  }
/* Commented Backslash Hack
   hides rule from IE5-Mac \*/
#main_tab a {float:none;}
/* End IE5-Mac hack */
#main_tab a:hover {
  color:#666666;
  }
  /**** TEST ****/
  #main_tab li:hover {
  	background-image:url("/image/button/onglet-on-coingauche.gif");
  }
  
  #main_tab li:hover a {
background-image:url("/image/button/onglet-on-coindroite.gif");
  color:#666666;
  padding-bottom:5px;
	}  
  
  /****TEST ****/
  
#main_tab .current {
  background-image:url("/image/button/onglet-on-coingauche.gif");
  }
#main_tab .current a {
  background-image:url("/image/button/onglet-on-coindroite.gif");
  color:#666666;
  padding-bottom:5px;
  }






