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

.image_principale {
	width: 660px;
	height: 400px;
	border:5px solid #DDD;
	float: left;
	background: #333;
	position: relative;
	overflow: hidden;
	color: #fff;
	text-align:center;
}

.image_principale .desc{
	position: absolute;
	bottom: 0;	left: 0;
	width: 100%;
	display: none;
}
.image_principale .block{
	width: 100%;
	background: #111;
	border-top: 1px solid #000;
	padding:10px;
}
.image_principale a.collapse {
	background: url(/images/visionneuse/btn_collapse.gif) no-repeat left top;
	height: 27px; width: 93px;
	text-indent: -99999px;
	position: absolute; 
	top: -27px; right: 20px; 
}
.image_principale a.show {background-position: left bottom;} 


.image_vignette {
	float: left;
	background: #f0f0f0;
	margin:0;
	padding:0;
}
.image_vignette img {
	padding:1px; 
	background: #fff; 
	float: left;
}
.image_vignette ul {
	margin: 0; padding: 0;
	list-style: none;
}
.image_vignette li{
	margin:1px 1px 0 0; padding: 5px;
	background: #DDD;
	float: left;
}
.image_vignette li.hover {
	background: #BBB;
	cursor: pointer;
}
.image_vignette li.active {
	background: #AAA;
	cursor: default;
}
	
.image_vignette li p{display: none;}

