    
/*Menus de navigation*/	
/*navigation principale*/
	
	/* Firefox Dotted Outline Fix */
	a:active { 
		outline: none; 
	}
	
	/* Firefox Dotted Outline Fix */
	a:focus { 
		-moz-outline-style: none; 
	}
	
	/* Menu Body */
	ul#menu {
		width:719px;
		|width:696px; /*hack for IE 7*/
		height:47px;
		background:url(../images/bg.png) repeat-x;
		list-style:none;
		margin:0;
		padding:0;
		position:relative;
		display:block;
		top:84px;
		left:262px;
		/*padding-top:20px;
		padding-left:20%;*/
	}
	
	/* Float LI Elements - horizontal display */
	ul#menu li {
		float:left;
	}
	
	/* Link - common attributes */
	ul#menu li a {
		background:url(../images/menu.png) no-repeat scroll top left;
		display:block;
		height:47px;
		position:relative;
	}
	
	/* Specify width and background position attributes specifically for the class: "home" */
	ul#menu li a.home {
		width:100px;
	}
	
	/* Specify width and background position attributes specifically for the class: "nomines" */
	ul#menu li a.nomines {
		width:90px;
		background-position:-100px 0px;
	}
	/* Specify width and background position attributes specifically for the class: "jury" */
	ul#menu li a.jury {
		width:81px;
		background-position:-190px 0px;
	}
		/* Specify width and background position attributes specifically for the class: "lieu" */
	ul#menu li a.lieu{
		width:82px;
		background-position:-271px 0px;
	}
	/* Specify width and background position attributes specifically for the class: "presskit" */
	ul#menu li a.press{
		width:89px;
		background-position:-353px 0px;
	}
		/* Specify width and background position attributes specifically for the class: "presskit" */
	ul#menu li a.partner{
		width:101px;
		background-position:-454px 0px;
	}
			/* Specify width and background position attributes specifically for the class: "presskit" */
	ul#menu li a.palmares{
		width:162px;
		background-position:-566px 0px;
	}
	
	/* Span (on hover) - common attributes */
	ul#menu li a span {
		background:url(../images/menu.png) no-repeat scroll bottom left;
		display:block;
		position:absolute;
		top:0;
		left:0;
		height:100%;
		width:100%;
		z-index:100;
	}
	
	/* Span (on hover) - display pointer */
	ul#menu li a span:hover {
		cursor:pointer;
	}
	
	/* Shift background position on hover for the class: "home" */
	ul#menu li a.home span {
		background-position:0px -47px;
	}
	
	/* Shift background position on hover for the class: "portfolio" */
	ul#menu li a.nomines span {
		background-position:-100px -47px;
	}
/* Shift background position on hover for the class: "portfolio" */
	ul#menu li a.jury span {
		background-position:-190px -47px;
	}
/* Shift background position on hover for the class: "portfolio" */
	ul#menu li a.lieu span {
		background-position:-271px -47px;
	}
/* Shift background position on hover for the class: "portfolio" */
	ul#menu li a.press span {
		background-position:-353px -47px;
	}
	/* Shift background position on hover for the class: "portfolio" */
	ul#menu li a.partner span {
		background-position:-454px -47px;
	}
		/* Shift background position on hover for the class: "portfolio" */
	ul#menu li a.palmares span {
		background-position:-566px -47px;
	}



