.overlay_popup{
    height:100%;
    width:100%;
    position:fixed;
    top:0;
    background: url(./overlay.png);
    z-index:1001;
    cursor:default; /*a cause des eventuels habillages 24/7 qui peuvent interferer*/
    display:none;
}

/*====================Pop-up ecomobilite======================*/

#popup-newsletter.popup_bebetes{
	/*position:relative;*/
	position:fixed;
	left:50%;
	margin-left:-325px;
	top:50%;
	margin-top:-150px;
	width:650px;
	height:300px;
	z-index:1002;
	font-family:Arial;
	background: url(./popup-planetoscope.png) no-repeat;
	z-index:1002;
	cursor:defaut; /*a cause des eventuels habillages 24/7 qui peuvent interferer*/
}

#popup-newsletter .popup_newsletter_mail{
	border: 1px solid #cdcdbc;
	border-radius:3px;
    height: 34px;
    padding:0 0 0 8px;
    line-height:34px;
    left: 14px;
    position: absolute;
    top: 153px;
    width: 265px;
    background:#fff;
}

#popup-newsletter .conteneur_popup_newsletter_ok{
    height: 32px;
    width: 43px;
    left: 300px;
    position: absolute;
    top: 154px;
    border: 1px solid #204a62;
	border-radius:3px;
	background: #367194; /* Old browsers */
	background: -moz-linear-gradient(top, #367194 0%, #336b8c 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#367194), color-stop(100%,#336b8c)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #367194 0%,#336b8c 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #367194 0%,#336b8c 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #367194 0%,#336b8c 100%); /* IE10+ */
	background: linear-gradient(to bottom, #367194 0%,#336b8c 100%); /* W3C */
	
}

#popup-newsletter .popup_newsletter_ok{
	width: 43px;
	height: 32px;
	cursor: pointer;
	background:none;
	line-height:30px;
	color:#fff;
	font-size:22px;
	font-weight:bold;
	text-align:center;
	letter-spacing: 1px;
	border: 1px solid #6895af;
	border-radius:3px;
}

#popup-newsletter .popup_newsletter_loader_ajax{
    height: 34px;
    width: 34px;
    left: 308px;
    position: absolute;
    top: 215px;
    display:none;
}

#popup-newsletter .popup_close{
    height: 30px;
    right: 30px;
    position: absolute;
    top: 40px;
    width: 30px;
    cursor:pointer;
}

#popup-newsletter .popup_bebetes_conditions{
	display:block;
	position:absolute;
	width: 200px;
	height:15px;
	top:260px;
	left:15px;
}
/*====================Fin pop-up bebetes======================*/