    #header {
      float:left;
      width:50%;
      background:transparent;
      font-size:93%;
      line-height:normal;
	margin-top: 10em;
text-decoration:none;
      }

    #header ul {
      margin:0;
      padding:10px 10px 0;
      list-style:none;
text-decoration:none;      }

    #header li {
      float:left;
      border-bottom:0px solid #765;
text-decoration:none;      }
      
	.label{margin:1em 0 0 3.2em;}

    #header a {
      float:left;
      display:block;
      width:5em;
      background:url("../Images/bouton_mnu.png") no-repeat left center;
      background-position: 0 -2.9em;
      text-decoration:none;
      font-weight:bold;
	  height:2.9em;
	  color:#909090;
	text-decoration:none;
      }

    #header > ul a {width:3em;}

    /* Commented Backslash Hack hides rule from IE5-Mac \*/
    #header a {
    	float:none;text-decoration:none;
	}

    /* End IE5-Mac hack */
    #header a:hover {
    	color:#E1C9C8;text-decoration:none;
    }

    #header li:hover, #header li:hover a {
		background-position: 0% 0em;
		text-decoration:none;
	}

    #header li:hover a {
		background-position: 0% -1px;
		text-decoration:none;      
	}

    #header #current {
		background: url("../Images/bouton_mnu.png") no-repeat bottom;
		background-position: 0 -1px;
		border-width:1px solid;
		height:2.9em;
		color:#E1C9C8;
	}

    #header #current a {
    	background-position:100% -140px;
    	padding-bottom:5px;
		color:#E1C9C8;
		text-decoration:none;
	}
