#lightbox{
	height: 100%;
	width: 100%;
	position: fixed;
	top: 0px;
	left: 0px;
	background-color: black;
	z-index: 1;
}

#cibleswitch{
	position: absolute;
	border: 3px solid white;
	z-index: 3;
}

#loader{
	position: fixed;
	top: 40%;
	left: 50%;
	margin-left: -27px;
	z-index: 4;
}


#divbox{
	text-align: center;
	width: 100%;
	position: fixed;
	left: 0%;
	top: 50%; 
	z-index: 2;
}
	
	#divbox #ciblecontenu{
		padding: 15px;
		background-color: white;
		text-align: justify;
		border: 3px solid white;
		margin: auto;
		margin-top: -270px;
		overflow: auto;
		max-height: 500px;
	}
	
	#divbox #cibleimage{
		border: 3px solid white;
	}
	
	#divbox #count{
		margin: auto;
		color: white;
		font-family: arial black;
		position: absolute;
		text-align: right;
	}
	
	#divbox #close{
		margin: auto;
		overflow: hidden;
	}
		#divbox #close a{
			font-family: arial black;
			color: white;
			text-decoration: none; 
		}
		
	#divbox #arrowleft{
		display: block;
		width: 30px;
		height: 20px;
		background-image: url(arrowleft.png);
		background-repeat: no-repeat;
		background-position : center center;
	}
	#divbox #arrowright{
		display: block;
		width: 30px;
		height: 20px;
		background-image: url(arrowright.png);
		background-repeat: no-repeat;
		background-position : center center;
	}

