/*-----------------------*/
/* Style Carte de France */
/*-----------------------*/

div#contenusouspagecartefrance {
	width:305px;
	height: 375px;	
	position:absolute;
	margin-left:0px;
	background-color:white;
	border: 1px solid #F2F2F2;			
	box-shadow: 1px 1px 1px #aaa;
	border-radius:10px;		
}	






/* Titre de la liste des microrégions */
div#titrecontenusouspagecartefrance {			
	font-family:Times New Roman;
	font-size:1.3rem;
	font-weight:bold;
	line-height : 2.1;						
	text-align:center;					
}






/*-------------------------*/
/* Style de Fenêtre Modale */
/*-------------------------*/

#overlaycarteregionpaca{
    display: none;
    position: fixed;
    top:0; right:0; bottom:0; left:0;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 1000;
}
#overlaycarteregionpaca:target{
    display: block;
}
.popup_block{
    background: #fff;
    padding: 27px;
    border: 27px solid #ddd;
    position: relative;
    margin: 10% auto;
    box-shadow: 0px 0px 20px #000;
    border-radius: 5px;
}
img.btn_close {
    float: right;
    margin: -50px -50px 0 0;
}










/*------------------------------------*/
/* Style Contenu de la Fenêtre Modale */
/*------------------------------------*/		


.modalcarteregionpaca{
	/* arbitrary styling */
	background-color: white;
	border-radius: 5px;
	box-shadow: 2px 2px 2px rgba(0,0,0,0.2);
	height:550px;
	width:850px;

	/* change position to fixed if you want to prevent the dialog from scrolling away, and center it */
	position:fixed;
	top:5%;
	left:10%;
}

				
div#croixfermeturecarte {
	position:absolute;	
	float: right;	
	right:3px;
	height:25px;
	margin-top:5px;
	margin-right:3px;	
	text-align:right;
	vertical-align:down;
}				
		

		
		
div#contenustitregeneralcarte {
	position:absolute;
	font-family:Arial;	
	font-size:1.6em;	
	float: left;	
	left:10px;	
	top:5px;
}
		


		
div#contenucartes {
	position:absolute;
	float: left;	
	left:25px;	
	top:50px;
	width:799px;
	height:450px;
	text-align:justify;	
}		




div#boutonfermercarte {
	position:absolute;
	text-align:center;	
	top:507px;	
	width:840px;
	height:35px;
	text-align:center;
}	