#diaporama-container{
	position:fixed;
    z-index: 1;
	width:100%;
	height:100%;
	margin:0;
	padding:0;
	display:inline-block;
	left:0;
	top:0;
	overflow:hidden;
	background-color:#dedede;
}

.diapositive-intro titre-container h1, .diapositive-intro titre-container h1 p{
    margin: 0;
	padding: 0;
    right: 0px;
}

#diaporama-container h1 p, #diaporama-container h1{
    font-family: "Irma";
    font-style: Normal;
    font-weight: 900;
    font-stretch: normal;
    font-size: 100px;
    line-height: 100px;
    letter-spacing: 0.03em;
    z-index: 8;
    text-align: right;
    color: white;
    opacity: 1;
	margin:0;
	padding:0;
	position:relative;
	display:inline-block;
	width:100%;
	float:right;
}

.diapositive-intro{
    position:absolute;
    width: 100%;
	z-index: 101;
	visibility:hidden;
	opacity:0;
	display:inline-block;
}
	
.diapositives{
	position:absolute;
	display:inline-block;
	visibility:hidden;
	opacity:0;
	background-color:#dedede;
}
	
.titre-container{
    position:absolute;
    box-sizing:border-box;
	display:inline-block;
    margin:0;
    padding:0;
	width: 100%;
    height: auto;
	padding-left:30px;
	max-height:100%;
	overflow-y:auto;
	overflow-x:hidden;
}

.titre-container h2{
    text-align: right;
    font-size: 18px;
    color: white;
    opacity: 0.8;
	margin:0;
	padding:0;
	position:relative;
	display:inline-block;
	width:100%;
	float:right;
	min-height:10px!important;
}


.titre-container h2 p{
    text-align: inherit;
    font-size: inherit;
    color: inherit;
	display:inherit;
}

footer{
	 position:absolute;
	 z-index:200;
	 height:30px;
	 width:auto;
	 bottom:50px;
	 left:50px;
}

footer ul{ /* AND ,nav ul */
	 width:auto;
	 display:inline;
	 height:30px;
	 position:relative;
	 float:left;
	 margin:0;padding:0;
}

.clicTimeline{ /* AND , nav ul li */
	display:inline;
	width:auto;
	height:30px;
	line-height:30px;
	margin:0;
	padding:0;
	margin-left:10px;
	margin-right:10px;
	color:#FFF;
	font-weight:bolder;
	font-size:15pt;
	opacity:.7;
	float:left;
}

#loader{
	visibility:hidden;
	position:absolute;
	z-index:-3000;
	height:0;
	width:0;
	display:none;
}

.clicTimeline:hover{
	cursor:pointer;
	opacity:1;
}

#wie{
	color:#333;
	display:inline;
	width:auto;
	height:30px;
	line-height:30px;
	margin:0;
	padding:0;
	margin-left:0px;
	margin-right:10px;
	font-weight:bolder;
	font-size:15pt;
	z-index:3000;
}

#wie-bouton{z-index:1000;}

.source{
	display:none;
}
 
#screenChange{
    height:20px;
    width:auto;
    visibility: visible;
    z-index:3000;
    top:50px;
    left:50px;
    margin:0;padding:0;
}

#screenChange img {
    height:20px;
    display:none;
    text-align:left;
    margin:0;
	padding:0;
}

#screenChange #screenOn{
    display:inline-block;
}
#screenChange:hover img {
	cursor:pointer;
}
	
	
.diapositives img,.titre-container,.titre-container h2,.titre-container h1{
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-o-user-select: none;
	user-select: none; 
}
	
#exhibtions-container{
	width:100%;
	position:fixed;
	height:30px;
	bottom:15px;
	box-sizing:border-box;
	padding-left:230px;
	padding-right:70px;
	overflow:hidden;
}
	
#exhibitions{
	position:relative;
	top:0;
	margin:0;
	padding:0;
}

#exhibtions-content{
	overflow:hidden;
	position:relative;
	width:100%;
	height:100%;
	margin:0;
	padding:0;
	float:left;
}

.fleches{
	position:fixed;
	bottom:20px;
	height:20px;
	width:10px;
	margin:0;
	padding:0;
	z-index:3000;
	opacity:.8;
}

.fleches:hover{
	opacity:1;
	cursor:pointer;
}

#fg{
	left:230px;
}
	
#fd{
	right:20px;
}
	
#dcgauche{
	z-index:3000;
	width:50%;
	position:fixed;
	height:100%;
	left:0;
	top:0;
	margin:0;
	padding:0;
}

#dcdroite{
	z-index:3000;
	width:50%;
	position:fixed;
	height:100%;
	right:0;
	top:0;
	margin:0;
	padding:0;
}

#loading{
	background-color:#ffffff;
	opacity:.6;
	position:fixed;
	width:100%;
	height:100%;
	margin:0;
	padding:0;
	z-index:2900;
}

#loading-gif{
	position:absolute;
	left:50%;
	top:50%;
	margin-left:-30px;
	margin-top:-30px;
	width:60px;
	height:60px;
}

#dcdroite:hover{cursor:url('../imgs/cursor-right.png') 20 20,auto;}
#dcgauche:hover{cursor:url('../imgs/cursor-left.png') 20 20,auto;}

.cadrage,.animationcadrage{background-color:#000;}