@charset "UTF-8";
/* CSS Document */
 
/*____ partie slideshow_______*/
.slideshow_container {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 30px;
	margin-left: 0px;
	overflow: hidden;
	position: relative;
	height: 700px;
	width: 900px;
}
.slideshow_photos {
	position: absolute;
	left: 0px;
	top: 0px;
}
.slideshow_legende {
	color: #FFF;
	background-repeat: no-repeat;
	background-position: 0px 0px;
	width: 900px;
	height: 80px;
	padding-top: 15px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	position: absolute;
	left: 0px;
	top: 600px;
}

.slideshow_legende_content {
	width: 400px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 25px;
}
.slideshow_legende_content h2 {
	font-size: 15px;
	font-weight: normal;
	color: #FFF;
}
.slideshow_legende_content p {
	color: #FFF;
}
.slideshow_legende_content a {
	color: #F90;
}
.slideshow_legende_content a:hover {
	color: #FFF;
}

.slideshow_nav {
	text-align: center;
	position: absolute;
	width: 680px;
	top: 650px;
	right: 20px;
}
.slideshow_nav a {
	background-image: url(../images/i-autre/btn1.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	display: inline-block;
	height: 17px;
	width: 17px;
	margin-left: 2px;
	cursor: pointer;
}
.slideshow_nav a:hover {
	background-position: -17px 0px;
}
.slideshow_nav a.selected {
	background-position: -34px 0px;
}
.slideshow_panels {
	display: none;
}
.slideshow_container.autoplay .slideshow_nav a{
	opacity: .4;
	filter: alpha(opacity=40);
}
.slideshow_container.autoplay .slideshow_nav a.selected{
	opacity: 1;
	filter: alpha(opacity=100);
}


