/* CSS Document */	
	/* Firefox Dotted Outline Fix */
	a:active { 
		outline: none; 
	}
	
	/* Firefox Dotted Outline Fix */
	a:focus { 
		-moz-outline-style: none; 
	}
	
	/* Menu Body */
	ul#menu {
		width:167px;
		height:163px;
		list-style:none;
		margin:0;
		padding:0;
		padding-top:0;
		padding-left:0;
		float:left;
	}
	
	/* Float LI Elements - horizontal display */
	ul#menu li {
		float:left;
		cursor:pointer;
	}
	
	/* Link - common attributes */
	ul#menu li a {
		width:157px;
		display:block;
		position:relative;
		font:normal 12px/40px Arial, Helvetica, sans-serif;
		color:#333;
		text-decoration:none;
		padding:0;
		text-align:left;
		cursor:pointer;
		padding-left:10px;
		background:url(images_integr/fd_menu_haut.gif) no-repeat scroll top left;	
	}
	
	/* Specify width and background position attributes specifically for the class: "accueil" */
	ul#menu li a.societe {
		height:41px;
	}
	
	/* Specify width and background position attributes specifically for the class: "services" */
	ul#menu li a.actus {height:41px;
	}
	/* Specify width and background position attributes specifically for the class: "equipe" */
	ul#menu li a.references {height:41px;
	}
	
	/* Specify width and background position attributes specifically for the class: "references" */
	ul#menu li a.gamme {height:40px;
	}
	
	
	/* Span (on hover) - common attributes */
	ul#menu li a span {
		
		display:block;
		position:absolute;
		top:0;
		left:0;
		height:100%;
		z-index:100;
		font:normal 12px/40px Arial, Helvetica, sans-serif;
		color:#FFFFFF;
		text-decoration:none;
		padding:0;
		text-align:left;
		cursor:pointer;
		width:157px;
		padding-left:10px;
		background-position:-167px 0px;
		background:url(images_integr/fd_menu_haut.gif) no-repeat scroll top right;
	}
	
	/* Span (on hover) - display pointer */
	ul#menu li a span:hover {
		cursor:pointer;
	}
	
	
	


