@charset "utf-8";
/******************** Entête UTF-8 ******************\
*
*	fichier			: public/lysair/css/diaporama.css
*	projet			: Lysair
*	version			: 1.0.3 2013-05-09 16:49 MB
*
\****************************************************/

.diaporama {
	margin-top: 40px;
	width: 960px;
	height: 330px;
	display: block;
	z-index: 10;
	margin: 0 10px;
	position: relative;
	overflow: hidden;
}
.diaporama > .slide {
	background-color: #000;
	position: absolute;
	overflow: hidden;
	height: 288px;
}
.diaporama > .slide img {
	position: relative;
	width: 960px;
	height: 288px;
	z-index: 1;
	-webkit-transition:opacity .5s ease-in;
	-moz-transition:opacity .5s ease-in;
	-o-transition:opacity .5s ease-in;
	transition:opacity .5s ease-in;
}
#loader {
	width: 100%;
	height: 100%;
	overflow: hidden;
	display: block;
	position: absolute;
	top: 0;
	background-color: rgba(0,0,0, .7);
	z-index: 2;
}
#loader img {
	position: relative;
}
#diaporama .buttons {
	z-index: 2;
	position: absolute;
	width: 960px;
	padding-top: 2px;
	top: 300px;
	text-align: center;
}
@-moz-document url-prefix() {
	#diaporama .buttons {
		margin: 0px auto 0px;
	}
}
#diaporama .buttons button {
	background: url('../img/bullet_promo.png') no-repeat top center;
	width: 11px;
	height: 11px;
	opacity: .2;
	padding: 0 5px;
	margin: 0 5px;
	border: 0px;
}
#diaporama .buttons button.active {
	background: url('../img/bullet_promo_over.png') no-repeat top center;
}
#diaporama .buttons button.loaded {
	opacity: 1;
}
#diaporama .buttons button:hover {
	opacity: .7;
}
#diaporama > .slide .content {
	position: absolute;
	top: 0;
	left: 0;
	padding: 60px 50px;
	width: 860px;
	z-index: 5;
	font-size: 28px;
	text-align: right;
	text-transform: uppercase;
	font-family: 'itc_avant_garde_gothicbook';
	color: #aff3ff;
	-webkit-transition:color .5s ease-in;
	-moz-transition:color .5s ease-in;
	-o-transition:color .5s ease-in;
	transition:color .5s ease-in;
}
#diaporama > .slide .content h2 {
	color: #fff;
	font-size: 60px;
	display: inline-block;
	padding: 0;
	margin: 0;
}
#diaporama > .slide .content h5 {
	color: #fff;
	font-size: 20px;
	display: inline-block;
	text-transform: none;
}
#diaporama > .slide .content a {
	display: block;
	text-decoration: none;
	width: 250px;
	height: 31px;
	background: url('../img/bouton_slideshow.png') top center no-repeat;
	color: #fff;
	text-align: center;
	font-family: 'itc_avant_garde_gothicbook';
	font-size: 16px;
	line-height: 32px;
	float: right;
	margin-top: 20px;
}

#diaporama > .slide .content a:hover {
	background-position: bottom;
}