.categorie {
	height: 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
	line-height: 20px;
	letter-spacing: 1px;
	padding: 5px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	clear: both;
	background-color: #EDF5DD;
}
.categorie:hover {
	background-color: #88B51A;
}
.categorie a {
	text-decoration: none;
	color: #67512A;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 50px;
}

.titre_exposant {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #85B916;
	font-weight: bold;
	letter-spacing: 1px;
	margin: 0px;
	padding: 0px;
	float: left;
}
.type_exposant {
	font-family: Arial, Helvetica, sans-serif;
	color: #666666;
	font-size: 12px;
	background-color: #FFFFFF;
	margin: 0px;
	padding: 2px;
	float: right;
}

.exposants {
	width: 350px;
	padding: 5px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 100px;
	list-style: none;
	z-index: 50;
}
.exposants li {
	position: relative;
	margin: 0px 0px 10px;
	float: left;
	z-index: 2;
}
.em {
	position: relative;
	margin: 0px;
	padding: 5px;
	width: 330px;
	float: left;
	z-index: 2;
	background-color: #E4E7E4;
	text-align: left;
}
.em:hover {
	background-color: #DDEEDD;
	border-top-width: 1px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 1px;
	border-top-style: dotted;
	border-right-style: dotted;
	border-bottom-style: dotted;
	border-left-style: dotted;
	border-top-color: #81B400;
	border-right-color: #81B400;
	border-bottom-color: #81B400;
	border-left-color: #81B400;
}
.exposants li em {
	width: 200px;
	text-align: left;
	padding: 10px;
	font-style: normal;
	z-index: 2000;
	display: none;
	position: absolute;
	left: 350px;
	background-color: #F4F4F4;
	top: -10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 20px;
	color: #86AC23;
	border-top: 1px dotted #81B209;
	border-right: 0px dotted #81B209;
	border-bottom: 0px dotted #81B209;
	border-left: 1px dotted #81B209;
}

