#popup {
	position: fixed;
	top: 0;
	left: 0;
	z-index:8675311;
	height: 100%;
	width: 100%;
	display: none;
}
#masque {
	position: absolute;
	top: 0;
	left: 0;
	background: #000000;
	opacity: 0.75;
	filter:alpha(opacity=75);
	width: 100%;
	height: 100%;
	z-index: 1;
}
#affiches, #sliderAffiches {
	position: absolute;
	z-index: 2;
	height: 90%;
	top: 5%;
	width: 100%;
	left: 50%;
	margin-left: -50%;
}
#sliderAffiches {
	height:100%;
	top: 0;
}
#sliderAffiches .item {
	text-align: center;
}
#sliderAffiches .carousel-inner {
	height: 100%;
}
#sliderAffiches .carousel-inner > .item {
	height: 100%;
}
#sliderAffiches > .carousel-control {
	background-image: none;
}
#sliderAffiches img {
	width: auto;
	height: 95%;
}
#affiches > button {
	position: absolute;
	top: -4%;
	right: 30px;
	z-index: 3;
}
#sliderAffiches img, #affiches > button {
	-moz-box-shadow: 0px 5px 15px #000; 
    -webkit-box-shadow: 0px 5px 15px #000; 
    box-shadow: 0px 5px 15px #000;
}