#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;
}
p#pDrPopup
{
	color: #002b88;
	font-size: 12px;
	width: 90%;
	margin-top: 15px;
	margin-left: auto;
	margin-right: auto;
}
h1#titreDrPopup
{
	margin-top: 15px;
	border: 0px;
	margin-left: 20px;
	margin-right: 20px;
	font-size: 12px;
	color: #99cc00;
}
span#spanDrPopup
{
	position: absolute;
	margin-left: 10px;
	text-decoration: underline;
	color: #4267a7;
}
