.adresse {
	height: 88px;
	border-bottom: #CCC 1px solid;
	overflow: hidden;	
	margin: 0 10px;
	font-size: 0.7em;
	position: relative;
}
.adresse:last-child {
	border: none;
}

.adresse h4 {
	margin: 16px 4px 0 4px;
	font-weight: bold;
	font-size: 1.2em;
	color: gray;
	margin-left: 100px;
}

.adresse p {
	margin-left: 100px;
}

.adresse .vignette {
	position: absolute;
	max-width: 80px;
	max-height: 80px;
	top: 4px;
	left: 0px;
}

.adresse a.inscription {
	position: absolute;
	right: 0;
	bottom: 0;
}

.adresse .ad_telephone {
	color: #e12017;
	font-size: 0.9em;
	height: 18px;
	line-height: 18px;
}

.adresse a.vote {
	position: absolute;
	top: 15px;
	right: 0;
}

.adresse .note {
	position: absolute;
	right: 0;
	top: 0;
}

#slideSousCategories ul {
	position: absolute;
	bottom: 0;
	left: 26px;
	height: 26px;
	overflow: hidden;
	background: #333;
	width: 2000px;
}

#slideSousCategories ul li {
	float: left;
}

#slideSousCategories ul li a, #slideSousCategories .btn {
	display: block;
	height: 26px;
	line-height: 26px;
	padding: 0 20px;
	font-weight: bold;
	text-decoration: none;
	color: white;
	font-size: 0.7em;
	background: #333;
	text-align: center;
}

#slideSousCategories ul li a.active {
	background: #6e8a9c;	
}

#slideSousCategories .btn{
	position: absolute;
	bottom: 0;
	width: 26px;
	padding: auto;
	background: #6e8a9c;
	padding: 0;
	text-align: center;
}

#slideSousCategories .btn.left { left: 0; }
#slideSousCategories .btn.right { right: 0; }
