#tab_rigid {
	width:100%;
	font-family: Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
	/*background:#DAE0D2 url("bg.gif") repeat-x bottom;*/
	font-size:12px;
	font-weight: bold;
	line-height:normal;
	xpadding-left: 784px;
  }

#tab_rigid ul {
  margin:0;
  padding: 0;
  xpadding:6px 10px 0; /* change first value to adjust tab vertical positioning  */
  list-style:none;
  }
#tab_rigid li {
  float:left;
  width: 89px;
  height:23px;
  background:url("/image/button/onglet-haut-off.png") no-repeat left top;
  margin:0;
  padding: 0;
  margin-right:5px; /*  adjust tab spacing */

  }
#tab_rigid a {
  /*float:left;*/
  display:block;
  text-align:left;
  padding:4px 15px 4px 15px;
  text-decoration:none;
  font-weight:bold;
  color:#2f5368;
  }
/* Commented Backslash Hack
   hides rule from IE5-Mac \*/
#tab_rigid a {float:none;}
/* End IE5-Mac hack */

#tab_rigid .current {
  background-image:url("/image/button/onglet-haut-on.png");
  }
