@charset "iso-8859-1";
/* CSS Document */

/* style pour la galerie fiche produit*/
#galerie-produit {
	/*width:410px;
	float:left;
	margin-right:16px;*/
}
#pr_loder {
	position:absolute;
	text-align:center;
	z-index:100;
	width:100%
}
#slideShow1 {
	float: left;
	height: 200px;
	overflow: hidden;
	padding: 0;
	width: 300px;
	text-align:center;
	position:relative;
}
#slideShow1 img {
	height: 100%;
	width: auto;
}
/*miniature*/
.petites_images {
	float: left;
	height: 201px;
	margin-top: 0;
	margin-left:20px;
	overflow: hidden;
	width: 381px;
}
.petites_images ul {
	list-style:none;
}
.petites_images ul li {
	float: left;
	height: 91px;
	margin-bottom: 17px;
	margin-right: 22px;
	width: 112px;
	text-align:center;
}
.petites_images ul li.end {
	margin:0;
}
.petites_images ul li a{
	display: block;
	height: 100%;
	overflow: hidden;
	width: 100%;
}
.petites_images ul li a img{
	height:100%;
	width:auto;
	opacity: 0.6;
}
.petites_images ul li a:hover img{
	opacity: 1;
}
 ul#content_ptit li.actives a img{
	opacity: 1;
}
#legende{
	background: none repeat scroll 0 0 #000000;
	color: #FFFFFF;
	font-size: 15px;
	font-weight: bold;
	height: 22px;
	line-height: 22px;
	opacity: 0.8;
	position: absolute;
	top: 89%;
	width: 100%;
}
/*.petites_images ul li a{ cursor:auto;}*/
/*fin miniature*/