.Diaporama{}
.navigation{
	width:100%;
	margin-top:4px;
	height:66px;
}
.scroller_nav{
	overflow:hidden;
	height:66px;
	float:left;
	position:relative;
}
.thumbs{
	margin:0;
	padding:0;
	position:absolute;
	left:0;
	top:0;
}
.thumbs li{
	list-style-type:none;
	float:left;
	margin: 0 9px;
	text-align:center;
}
.thumbs li a{
	display:block;
	width:60px;
	height:60px;
	border:1px solid #CDCDCD;
	padding: 2px;
	text-decoration:none;
}
.thumbs li a img{
	border:none;
	margin:0;
	padding:0;
	vertical-align:top;
}
.thumbs .selected_thumb{
	padding:0px;
	border:3px solid #000;
}
.pageLink{
	width:25px;
	height:66px;
	float:left;
}
.prev{	background: url('../img/fleche_g.png') center center no-repeat;}
.next{	background: url('../img/fleche_d.png') center center no-repeat;}
.slideshow{
	text-align:center;
	vertical-align:bottom;
}

.navigation2{
	width:100%;
	margin-top:4px;
}
.scroller_nav2{
	overflow:hidden;
	float:left;
	position:relative;
}
.thumbs2{
	margin:0;
	padding:0;
	position:absolute;
	left:0;
	top:50%;
	margin-top:-120px;
}
.thumbs2 li{
	list-style-type:none;
	float:left;
	margin: 0 9px;
	text-align:center;
}
.thumbs2 li a{
	display:block;
	height:240px;
	border:1px solid #CDCDCD;
	padding: 2px;
	text-decoration:none;
}
.thumbs2 li a img{
	border:none;
	margin:0;
	padding:0;
	vertical-align:top;
}
.thumbs2 .selected_thumb{
	padding:0px;
	border:3px solid #000;
}
.pageLink2{
	width:25px;
	float:left;
}
.prev2{	background: url('../img/fleche_g.png') center center no-repeat;}
.next2{	background: url('../img/fleche_d.png') center center no-repeat;}
.slideshow2{
	text-align:center;
	vertical-align:bottom;
}

.galerie_3 .content ,.galerie_3 .navigation{
	float: left;
	position: relative;
	z-index: 1;
}
.galerie_3 .navigation{
	width:248px;
	padding:20px;
	height: auto;
	margin: 0;
	background: #E5E5E5;
	position: relative;
}
.galerie_3 .content_move{
	overflow: hidden;
}
.galerie_3 .thumbs{
	position: relative;
}
.galerie_3 .thumbs img{
	width: 110px;
	height: 110px;
}
.galerie_3 .thumbs li{
	margin:0 2px;
}
.galerie_3 .thumbs li a{
	display:block;
	width:112px;
	height:112px;
	border:1px solid #CDCDCD;
	padding: 2px;
	text-decoration:none;
}
.galerie_3 .move_top,.galerie_3 .move_bottom{
	width: 66px;
	height: 20px;
	position: absolute;
	left: 111px;
	cursor: pointer;
}
.galerie_3 .move_top{
	top: 0;
	background: url(../img/scroll_fleche.png) top left;
	display: none;
}
.galerie_3 .move_bottom{
	bottom: 0;
	background: url(../img/scroll_fleche.png) bottom left;
}
.galerie_3 .thumbs .selected_thumb{
	padding:0px;
	border:3px solid #000;
}
.galerie_3 .titre_thumb{
	position: absolute;
	width: 100%;
	z-index: 20;
	background: url(../img/overlay.png);
	height: 25px;
	color: #FFF;
	font-weight: 700;
	padding-left: 20px;
	text-align: left;
	line-height: 25px;
	left: 0;
	bottom: 0;
}