#slideShowPictures {
	margin: 10px auto 0 auto; padding: 2px;
	width: 430px; height: 160px;
}

.slideShowPrev {
	float: left;
	width: 20px; height: 120px;
}

.slideShowSuiv {
	float: right;
	width: 20px; height: 120px;
}

.slideShowLi {
	float: left;
	width: 310px; height: 160px;
}

.slideShowLi ul li {
	margin: 0 10px;
	width: 110px; height: 160px;
	list-style-type: none;
	text-align: center;
}

.slideShowLi ul li a {
	font-size: 11px; text-decoration: underline;
	color: #993501;
}
	.slideShowLi ul li a:hover {
		text-decoration: none;
	}

.slideShowLi ul li span {
	font-size: 11px;
	line-height: 12px;
}

.slideShowLi ul li a {
	cursor: pointer;
}

.slideShowLi ul li a img {
	border: 0;
	height: 120px;
}


// Pour les vignettes de galerie

#slideShowPicturesGalerie {
	margin: 0 auto; padding: 2px;
	width: 450px; height: 80px;
}

.slideShowLiGalerie {
	float: left;
	width: 400px;
}

.slideShowLiGalerie ul.galerie {
	margin: 0 10px;
	width: 350px; height: 60px;
	list-style-type: none;
	text-align: center;
}

.slideShowLiGalerie ul li.galerie {
	margin: 10px 2px 0 1px;
	width: 84px; height: 64px;
	list-style-type: none;
	text-align: center;
}

.slideShowLiGalerie ul li.galerie a img.vignetteGalerie {
	border: 0;
	width: 80px; height: 60px;
	border: 1px solid #993400;
	padding: 1px;
}


