.roll_info {
	position: relative;
	height: 108px;
	width: 100%;
	z-index: 6;
}
.roll_info .roll_menu {
	float: left;
}
.roll_info .roll_menu a {
	display: block;
	text-decoration: none;
	width: 100%;
	cursor: pointer;
}
.roll_info .roll_menu a .img {
	display: block;
	height: 27px;
	line-height: 25px;
	width: 24px;
	background-color: #dffe11;
	text-decoration: none;
	cursor: pointer;
}
.roll_info .roll_menu a.on .img {
	background-color: transparent;
}
.roll_info .roll_menu a span.label {
	display: none;
}
.roll_info .roll_menu a:hover .img {
	display: block;
	height: 27px;
	line-height: 25px;
	background-color: transparent;
	font-weight: bold;
	text-decoration: none;
}
.roll_info .roll_menu a.off:hover .img {
	float: left;
}
.roll_info .roll_menu a.off:hover span.label {
	font-family: "Trebuchet MS", Arial, Helvetica;
	font-size: 13px;
	color: #47550c;
	display: block;
	height: 27px;
	line-height: 25px;
	width: 138px;
	background-color: #dffe11;
	padding-left: 21px;
	font-weight: bold;
	float: left;
	text-decoration: none;
}
.roll_info .roll_menu a.on .img {
	display: block;
	height: 27px;
	line-height: 25px;
	width: 24px;
	background-color: transparent;
	text-decoration: none;
}
.roll_info .roll_content {
	font-family: "Trebuchet MS", Arial, Helvetica;
	font-size: 13px;
	color: #47550c;
	width: 302px;
	height: 98px;
	float: left;	
	background-color: #dffe11;
	padding: 5px 21px;
	line-height: 16px;
}
html>body .roll_info .roll_content {
	height: auto;
	min-height: 98px;
}

.roll_nav {
	float: right;
	margin: 0 50px 0 0;
}
.roll_nav a, .roll_nav span {
	display: block;
	float: left;
	width: 20px;
	height: 20px;
}
.roll_nav a img {
	margin: 8px 0 0 7px;
}
.roll_nav a:hover {
	background-color: #dffe11;
}

#popfiche .img_reference {
	position: absolute; 
	bottom: 0; 
	left: 0;
	z-index: 5;
}
/*#popfiche .img_reference_photo {
	position: absolute; 
	bottom: 17px; 
	left: 17px;
	border: 3px solid #e7e8e3;
}*/
#popfiche .content_reference {
	position: relative;
	padding: 22px 68px 22px 83px;
	z-index: 6;
}

#popfiche a.lien_toutes {
	display: block;
	text-decoration: none;
	/*width: 400px;*/
	color: #47550c;
}
#popfiche a.lien_toutes:hover {
	text-decoration: none;
}
#popfiche a.lien_toutes:hover img {
	border: 4px solid #dffe11;
}