div.stands {
	position			: relative;
/*
	float				: left;
*/
	width				: 500px;
	height				: 150px;
	overflow			: hidden;
}

div.stands ul {
	position			: absolute;
	left				: 0;
	top					: 20px;
	margin				: 0;
	padding				: 0;
	list-style			: none;
	width				: 500px;
	height				: 110px;
	border				: none;
}

div.stands ul li {
	background			: url(/images/site/fonds/pointille.png) no-repeat top right;
	position			: relative;
	margin				: 0;
	padding				: 0;
	float				: left;
	display				: block;
	width				: 156px;
	height				: 100px;
	font-size			: .90em;
	overflow			: hidden;
	padding				: 5px 5px;
	line-height			: 110%;
}

div.hall div.stands,
div.hall div.stands ul {
	width				: 954px;
}
div.hall div.stands ul li {
	width				: 149px;
}


div.stands ul li img.logo {
	display				: block;
	margin				: 0 auto .5em auto;
}
div.stands ul li img.fleche-bleu {
	position			: absolute;
	bottom				: 10px;
	right				: 10px;
	display				: block;
	width				: 15px;
}
div.stands ul li a {
	display				: block;
	width				: 100%;
	height				: 150%;
}