 body {
  background:#000;
  margin:0;
  padding:20px;
  color:#fff;
  font:small Georgia,Serif;
  _font:x-small;
  }

#smenu {
  float:left;
  width:100%;
  /*background:#369 url("./images/menu-onglets/bg2.gif") repeat-x bottom;*/
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  background-color:#96bd0d;
  font-size:85%;
  line-height:normal;
  padding:0px 0px 10px 0px;
  }
#smenu ul {
  margin:0;
  padding:10px 10px 0;
  list-style:none;
  }
#smenu li {
  float:left;
  background:url("./images/menu-onglets/right4.jpg") no-repeat right top;
  margin:0;
  padding:0 5px 0 5px;
  }
#smenu a {
  float:left;
  display:block;
  background:url("./images/menu-onglets/left4.jpg") no-repeat left top;
  padding:5px;
  text-decoration:none;
  font-weight:bold;
  color:#fff;
  }
/* Commented Backslash Hack
   hides rule from IE5-Mac \*/
#smenu a {float:none;}
/* End IE5-Mac hack */
#smenu a:hover {
  color:#96BD0D;
  }
#smenu #current {
  background-image:url("./images/menu-onglets/right4_on.jpg");
  }
#smenu #current a {
  background-image:url("./images/menu-onglets/left4_on.jpg");
  color:#000;
  /*color:#333;*/
/*  padding-bottom:5px; */
  }