	/* Firefox Dotted Outline Fix */
	a:active { 
		outline: none; 
	}
	
	/* Firefox Dotted Outline Fix */
	a:focus { 
		-moz-outline-style: none; 
	}
	
	/* Menu Body */
	ul#menu {
		height:102px;
		list-style:none;
		margin:0;
		margin-top:-86px;
		margin-left: -111px;
		padding:0;
		padding-top:20px;
		padding-left:20%;
		padding-bottom: -20px;
	}
	
	/* Float LI Elements - horizontal display */
	ul#menu li {
		float:left;
	}
	
	/* Link - common attributes */
	ul#menu li a {
		background:url(../images/sprite.jpg) no-repeat scroll top left;
		display:block;
		height:46px;
		position:relative;
	}
	
	/* Specify width and background position attributes specifically for the class: "home" */
	ul#menu li a.acceuil {
		width:83px;
	}
	
	/* Specify width and background position attributes specifically for the class: "portfolio" */
	ul#menu li a.devis {
		width:112px;
		background-position:-83px 0px;
	}
	
	/* Specify width and background position attributes specifically for the class: "portfolio" */
	ul#menu li a.packs {
		width:70px;
		background-position:-195px 0px;
	}

	/* Specify width and background position attributes specifically for the class: "portfolio" */
	ul#menu li a.hebergement {
		width:119px;
		background-position:-265px 0px;
	}	

	/* Specify width and background position attributes specifically for the class: "portfolio" */
	ul#menu li a.referencement {
		width:139px;
		background-position:-384px 0px;
	}	

	/* Specify width and background position attributes specifically for the class: "portfolio" */
	ul#menu li a.portfolio {
		width:101px;
		background-position:-523px 0px;
	}	

	/* Specify width and background position attributes specifically for the class: "portfolio" */
	ul#menu li a.partenaires {
		width:118px;
		background-position:-624px 0px;
	}	

	/* Specify width and background position attributes specifically for the class: "portfolio" */
	ul#menu li a.contact {
		width:90px;
		background-position:-742px 0px;
	}	
	/* Span (on hover) - common attributes */
	ul#menu li a span {
		background:url(../images/sprite.jpg) 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.acceuil span {
		background-position:0px -45px;
	}
	
	/* Shift background position on hover for the class: "portfolio" */
	ul#menu li a.devis span {
		background-position:-83px -45px;
	}

	/* Shift background position on hover for the class: "portfolio" */
	ul#menu li a.packs span {
		background-position:-195px -45px;
	}

	/* Shift background position on hover for the class: "portfolio" */
	ul#menu li a.hebergement span {
		background-position:-265px -45px;
	}

	/* Shift background position on hover for the class: "portfolio" */
	ul#menu li a.referencement span {
		background-position:-384px -45px;
	}

	/* Shift background position on hover for the class: "portfolio" */
	ul#menu li a.portfolio span {
		background-position:-523px -45px;
	}

	/* Shift background position on hover for the class: "portfolio" */
	ul#menu li a.partenaires span {
		background-position:-624px -45px;
	}

	/* Shift background position on hover for the class: "portfolio" */
	ul#menu li a.contact span {
		background-position:-742px -45px;
	}