/* CSS Document */

#wrap {
	margin: 0 auto;
	width: 0px;
	padding: 0px;
	border: 1px solid #bbb;
	text-align: center;
	background: #EEEEE1;
}
#fisheye_menu {
	list-style: none;
	padding: 0px;
	margin-left: 60px;
	/*margin-top: 3px; /*Baisser ou monter le menu dans la page. */
	/*height: 0px;*/
}
#fisheye_menu li {
	position: relative;
	display: block;
	float: left;
}
#fisheye_menu span {
	position: absolute;
	top: 100%;
	left: 0;
	text-align: center;
	width: 0px;
	padding: 0px;
	margin: 0;
	border: solid 0px #bbb;	
	border-radius: 5px 5px 5px 5px;
	color: #333;
	background: #eee;
}
#fisheye_menu a {
	text-decoration: none;
}
#fisheye_menu img {
	border: 0;
	vertical-align: top;
}