@charset "utf-8";
#fond{
	position:fixed;
	top:0;
	left:0;
	width:100%;
	height:100%;
	z-index:9998;
	background-color: #000033;
}
#conteneur{
position:absolute;
top:50px;
left:50px;
background:#fff;
z-index:9999;
}
#relative{
position:relative;
}
#adresse #contenu{
	padding:25px;
	z-index:9999;
}
#adresse #contenu p {
	color: #003366;
	font-size: 16px;
	text-transform: uppercase;
	text-align: center;
	font-weight: bold;
}
#adresse #contenu h4 {
	color: #003366;
	font-size: 20px;
	text-transform: uppercase;
	text-align: center;
	font-weight: bold;
}
#contenu img{
}
#close{
position:absolute;
top:-15px;
right:-15px;
width:30px;
height:30px;
background:url(/img/close.png);
cursor:pointer;
}
#loader{
	position:fixed;
	background:url(/img/loader.gif) center center no-repeat;
	top:0;
	left:0;
	width:100%;
	height:100%;
	z-index:9998;	
}

