@charset "UTF-8";
/* CSS Document */

#visionneuse2  {
	width: 340px;
	float:left;	background: #FFF;
	margin:0 10px 10px 10px;
	padding:0 0 5px 0;

}
.image_principale {
	width: 320px;
	height: 240px;
	padding:10px;
	position: relative;
	overflow: hidden;
	color: #fff;
}

.image_principale a.show {background-position: left bottom;} 

.image_vignette {
	background: #f0f0f0;
	margin:0;
	padding:0;
}
.image_vignette img {
	border: 1px solid #ccc; 
	padding: 4px; 
	background: #fff;
	float:left;
}
.image_vignette ul {
	margin: 0 0 0 6px; padding: 0;
	list-style: none;
}
.image_vignette li{
	margin:0 4px 4px 5px;
	padding:0; float:left;
}
.image_vignette li.hover {
	background: #BBB;
	cursor: pointer;
}
.image_vignette li.active {
	background: #fff;
	cursor: default;
}
