/* CSS Document */
.imgfade {
        opacity: 0; 
		-Moz-Opacity: 0;
		-Khtml-Opacity: 0;
        filter: alpha(opacity=0);
		}

#flash
{
	position: absolute;
	left: 50%;
	top: 33%;
	width: 787px;
	height: 552px;
	margin-left: -393px;
	margin-top: -276px;
}

#msg
{
	position: absolute;
	left: 50%;
	top: 50%;
	width: 300px;
	height: 100px;
	margin-left: -150px;
	margin-top: -50px;
	background-color: #FFFFFF;
	padding:20px;
}

#carto {
	position: absolute;
	top: 0px;
	left: -7px;
	width: 1003px;
	height: 920px;
	/*background-color: #5493BE;*/
	z-index: 100;
	background-image: url(images/bg_carto.png);
	}

.fermer {
	width: 20px;
	height: 20px;
	
	float: right;
	background-color: #CC0000;
	border: 1px solid  #FFFFFF;
	
	text-align: center;
	
}
.fermer a {
	color: #fff;
	text-decoration: none;
}
