.categorie {
	height: 20px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	color: #333333;
	font-size: 18px;
	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;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	text-align: left;
	text-transform: none;
	width: 95%;
	background-image: url(../images/navig/fond_main.png);
	cursor: pointer;
}
.categorie:hover {
	background-color: #990000;
}
.categorie a {
	text-decoration: none;
	padding: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin: 0px;
}

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

.exposants {
	width: 350px;
	padding: 5px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 100px;
	list-style: none;
	z-index: 50;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.exposants li {
	position: relative;
	margin: 0px 0px 10px;
	float: left;
	z-index: 2;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.em {
	position: relative;
	margin: 0px 0px 10px;
	padding: 5px;
	width: 330px;
	float: left;
	z-index: 2;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	background-image: url(../images/navig/fond_main.png);
}
.em:hover {
	background-color: #B0D1E3;
}
.exposants li em {
	width: 200px;
	text-align: justify;
	padding: 10px;
	font-style: normal;
	z-index: 2000;
	display: none;
	position: absolute;
	left: 350px;
	border: 2px dotted #CCCCCC;
	background-color: #F4F4F4;
	top: -10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 20px;
	color: #333333;
}
.categorie .toggle {
	margin: 0px;
	padding: 0px;
	height: 15px;
	width: 15px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
