#content_diapo {
	width:100%;
	position: absolute;
	top:0; left:0;
	z-index: 2;
	height:100%;
}

#masque_diapo_cycle, .masque_visible:before{
	width:100%;
	height:230px;
	background: url("../images/masque_diapo.png") bottom center no-repeat; 
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 5;
}
.masque_visible:before{
	content:'';
	bottom: 178px;
}

#slideshow_img_desc{
	bottom:auto;
	top: 19%; right: 13%;
	width:336px; height:126px;
	background: url("../images/bg_etiquette_video.png") center no-repeat;
	padding-top: 0;
	margin-right: 0;
	transition: opacity .5s;
}

#slideshow_img_desc #title_slideshow_item{
	font-family: 'leftist_mono_sansregular', Arial, sans-serif;
	font-size: 1.6em;
	font-weight: normal;
	color: #000;
	width:225px;
	margin: 0;
	padding: 25px 0 0 70px;
	text-transform: none;
	line-height: 1.1em;
	-webkit-transition: all .4s;
	-moz-transition: all .4s;
	-ms-transition: all .4s;
	-o-transition: all .4s;
	transition: all .4s;
}
#slideshow_img_desc:hover #title_slideshow_item{color: #42a4b3;}

#slideshow_img_desc #description_slideshow_item{
	display: none !important;
}
.front .slideshow{
	position: fixed;
	top: 0;
	left: 0;
	z-index: 2;
	width:100%; height:100%;
}
/*
.front .cycle-slideshow{
	position:fixed;
	top:0;
	left:0;
}*/

