/*-------------------------*/
/* Style de Fenêtre Modale */
/*-------------------------*/

#overlaypres{
    display: none;
    position: fixed;
    top:0; right:0; bottom:0; left:0;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 1000;
}
#overlaypres: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 */
/*------------------------------------*/		


.modalsujetpresentation{
	/* 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:15%;
}
		

div#croixfermeturepresentation {
	position:absolute;	
	float: right;	
	right:3px;
	height:25px;
	margin-top:5px;
	margin-right:3px;	
	text-align:right;
	vertical-align:down;
}			
		

div#contenustitregeneralpresentation {
	position:absolute;
	font-family:Arial;	
	font-size:1.4em;	
	float: left;	
	left:20px;	
	top:10px;	
}

		
		


div#contenusujetpresentation {
	position:absolute;
	float: left;	
	left:20px;	
	top:85px;	
	width:810px;
	height:410px;

	
	-webkit-text-size-adjust:100%;
	font-family: arial;				
	font-size:1.25em;
	color: #1d1db;			
	text-align:left;
	padding:5px;	
	line-height : 1.3;
	background-color:#E0FFFF;
	border-width:1px;
	border-style:dotted;			
	border-color:black;	
	border-top-style: hidden;	
	overflow:auto;

}		


div#boutonfermerpresentation {
	position:absolute;
	text-align:center;	
	top:505px;	
	width:840px;
	height:35px;
	text-align:center;
}	

