.popup_block{
  	display: none; /*--masqué par défaut--*/
	background: #000;
	position: fixed; left: 0; top: 0;
	width: 75%; height: 75%;
	opacity: .97;
	z-index: 9999;
    }
.popup_block{
	display: none; /*--masqué par défaut--*/
	background: #8d8d8d;
	padding: 40px;
	border: 10px solid #fff;
	float: left;
	font-size: 1.2em;
	position: fixed;
	top: 50%; left: 50%;
	z-index: 99999;
	
    /*--Les différentes définitions de Box Shadow en CSS3--*/
	-webkit-box-shadow: 0px 0px 20px #000;
	-moz-box-shadow: 0px 0px 20px #000;
	box-shadow: 0px 0px 20px #000;
	
    /*--Coins arrondis en CSS3--*/
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
    height:50%;
    min-width:350px;
}
img.btn_close {
	float: right;
	margin: -60px -60px; 0 0;
    opacity: 1.0;
}
/*--Gérer la position fixed pour IE6--*/
#fade {
position: absolute;
}
.popup_block {
    position: absolute;
    text-align: center;
}
.specialJournee{
    display:none;
}
/* Class for hiding things without removing the space it takes */
.hiddenText{visibility:hidden!important;}