.categorie {
	height: 20px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	color: #6699CC;
	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: 10px;
	clear: both;
	background-color: #D8E4F1;
	text-align: left;
}
.categorie:hover {
	background-color: #6699CC;
	color: #FFFFFF;
}
.categorie a {
	text-decoration: none;
	color: #666666;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 5px;
	text-align: left;
	cursor: pointer;
	text-transform: lowercase;
}

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

.exposants {
	width: 230px;
	padding: 5px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 30px;
	list-style: none;
	z-index: 50;
	text-align: left;
	float: left;
}
.exposants li {
	position: relative;
	margin: 0px 0px 10px;
	float: left;
	z-index: 2;
	text-align: left;
}
.em {
	position: relative;
	margin: 0px;
	padding: 5px;
	width: 330px;
	float: left;
	z-index: 2;
	background-color: #ECE9D8;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: #85AED6;
	border-right-color: #85AED6;
	border-bottom-color: #85AED6;
	border-left-color: #85AED6;
}
.em:hover {
	background-color: #E8A62D;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #6699CC;
	border-right-color: #6699CC;
	border-bottom-color: #6699CC;
	border-left-color: #6699CC;
}
.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;
}
#cat {
	margin: 0px;
	padding: 0px;
	width: 600px;
	float: left;
}
#cat h1 {
	font-family: Impact;
	font-size: 20px;
	color: #6699CC;
}
