/* ------------------------------------------------------------------------
	Popin
------------------------------------------------------------------------- */

	#overlay {
		background: #000;
		position: absolute; top: 0; left: 0;
		z-index: 10000;
		width: 100%;
	}

	.prettyPopin {
		display: none;
		overflow: hidden;
		position: absolute; z-index: 11000;
		top: 50%; left: 50%;
		background: #fff;
		/*padding:10px;*/
		text-align:left;
	}

		.prettyPopin a#b_close {
			display: none;
			position: absolute; z-index: 2;
			top: 20px; right: 20px;
			width: 17px; height: 17px;
			text-indent: -10000px;
			font-size:1px;
			line-height:1px;
			background: url(../images/pop-close.png) no-repeat;
		}

		.prettyPopin .prettyContent {
			position: relative;
			width: 100%; height: 100%;
		}

			.prettyPopin .prettyContent .prettyContent-container {
				display: none;
				width:100%;
				height:100%;
			}

			.prettyPopin .prettyContent .loader {
				position: absolute;
				top: 50%; left: 50%;
				margin: -14px 0 0 -14px;
			}



#encart-pub{
	width:310px;
	height:357px;
	background:url(../images/back-pop-pub.jpg) repeat-y;
	
}
#encart-pub h4,
#encart-merci h4{
	font-size:24px;
	color:#392616;
	text-transform:uppercase;
}
#encart-pub img{
	display:block;
	margin-bottom:10px;
}
#encart-pub p{
	padding-right:30px;	
}
#encart-pub .number-pop{
	color:#392616;
	font-weight:bold;
	padding-top:15px;
}
.num-tel{
	font-size:28px;
	font-weight:bold;
}

#encart-merci{
	width:290px;
	height:150px;
	background:url(../images/back-pop-pub.jpg) repeat-y;
	padding: 50px 0 0 20px;

}


