.conteneurDrPopup {
	position: absolute;
	z-index: 10001;
	height: 100%;
	width: 100%;
	left: 0;
	top: 0;
}
.fondDrPopup {
	background-color:#4267a7;
	z-index: 10001;
	height: 100%;
	width: 100%;
	position: absolute;
	top:0;
}
.whiteDivDrPopup {
	width: 87px;
	height: 100px;
	background-color: white;
	position: absolute;
	z-index: 10003;
	overflow: hidden;
	text-align: center;
}
a
{
	cursor: pointer;
}
