/*-------------------TIMER------------------------*/
/* div.timer {
    border:1px #666666 solid;
	width:190px;
	height:50px;
	line-height:50px;
	font-size:36px;
	font-family:"Courier New", Courier, monospace;
	text-align:center;
	margin:5px;
} */
div.timer {

	text-align:left;
	margin:5px;
}

/*------------------POPUPS------------------------*/
#fade, #fade2 {
    display: none; 
	position: fixed; left: 0; top: 0; 
	z-index: 10;
	width: 100%; height: 100%;
	z-index: 9999;
}
#fade  { background: #000; opacity: .50; }
#fade2 { background: #fff; opacity: .20; }


.YN-popup, .IC-popup, .DVS-popup, .FPDT-popup, .DOCS-popup, .DIVERS-popup {
	display: none;
	background: #fff;
	border: 5px solid #FF6600;
	float: left;
	position: fixed;
	top: 50%; left: 50%;
	z-index: 99999;
	-webkit-box-shadow: 0px 0px 20px #000;
	-moz-box-shadow: 0px 0px 20px #000;
	box-shadow: 0px 0px 20px #000;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}
.FPDT-popup{
    top: 50%; left: 33%;
}
@media (max-width:900px){
    .FPDT-popup{
    top: 50%; left: 5%;
    }
}
.IC-popup{  
    width:800;
    height:500;
}

.DOCS-popup, .FPDT-popup {  
    width:900;
    height:600;
}

.CONNEXION-popup {
	display: none;
	background: none repeat scroll 0% 0% transparent;
	float: left;
	position: fixed;
	top: 50%; left: 50%;
	z-index: 99999; 
    width:437;
    height:295;
}

img.btn_close {
	float: right; 
	margin: -55px -55px 0 0;
}
.popup p {
	padding: 5px 10px;
	margin: 5px 0;
}
/*--Making IE6 Understand Fixed Positioning--*/
*html #fade {
	position: absolute;
}
*html .popup_block {
	position: absolute;
}