/* menu */

#menu {
  background: url(onglet/bg.gif) repeat-x scroll center top;
  width: 100%; float:left;
  font-family: Comic Sans MS, Arial, Georgia,Serif;font-size:100%;font-weight: bold;
  line-height: normal;
}
#menu ul {
  margin: 0;padding: 4px 4px 0;
  list-style-type: none;list-style-image: none;list-style-position: outside;
}
#menu li {
  background: transparent url(onglet/norm_left.gif) no-repeat scroll left top;
  float: left;margin: 0;padding: 0 0 0 4px;
}
#menu a {
  background: transparent url(onglet/norm_right.gif) no-repeat scroll right top;
  font-weight: bold; color:#0066FF; padding: 4px 8px 4px 8px;
  display: block; text-decoration:none;  
}
#menu a:visited {color:#009900;}
#menu li:hover {
  background-image: url(onglet/norm_left_on.gif);
  color:#CC6600;
}
#menu a:hover {
  background-image: url(onglet/norm_right_on.gif);
  color:#CC6600;}