/* CSS Document */
    body {
	background:#CC0066;
	margin:0;
	padding:8;
	color:#000;
	font:xx-small/1.5em Verdana;
	voice-family: "\";
}\""; voice-family:inherit;
      font-size:x-small;
      } html>body {font-size:small;}
    
    #header {
	float:left;
	width:100%;
	font-size:xx-small;
	line-height:normal;
	background-color: #FFFFFF;
	background-image: url(image/bouton_menu/bg.gif);
	background-repeat: repeat-x;
	background-position: bottom;
      }
    #header ul {
      margin:0;
      padding:2px 2px 0;
      list-style:none;
      }
    #header li {
      float:left;
      background:url(image/bouton_menu/norm_left.gif) no-repeat left top;
      margin:0;
      padding:0 0 0 4px;
      }
    #header a {
      float:left;
      display:block;
      background:url(image/bouton_menu/norm_right.gif) no-repeat right top;
      padding:5px 14px 4px 6px;
      text-decoration:none;
      font-weight:bold;
      color:#765;
      }
    /* Commented Backslash Hack
       hides rule from IE5-Mac \*/
    #header a {float:none;}
    /* End IE5-Mac hack */
    #header a:hover {
	color:#333;

      }
    #header #current {
      background-image:url(image/bouton_menu/norm_left_on.gif);
      border-width:0;
      }
    #header #current a {
      background-image:url(image/bouton_menu/norm_right_on.gif);
      color:#333;
      padding-bottom:4px;
      }
