@charset "utf-8";
/* pour txt dyn page d'accueil princuipale et  module promo falsh */
div.module_home{
  background: url(../img/module_xlarge_bottom_bg.jpg) bottom center no-repeat;
  width:615px;
  padding:0 20px 20px 20px;
  display:block;
  margin: 0 auto 5px 6px;
}

.pop_in {
	height:100%;
	left:0pt;
	position:fixed;
	top:0pt;
	width:100%;
	z-index:60;
}


.pop_in .content {
	position: absolute;
	z-index: 61;
	padding: 0px;
}

.pop_in .background {
	background-color:#000000;
	height:100%;
	left:0pt;
	opacity: 0.7;
	-moz-opacity: 0.7;
	filter: alpha(opacity=70); 
	position:fixed;
	top:0pt;
	width:100%;
	z-index:60;
	display: block;
}

.pop_in .popin_loader{
	min-height:195px;
	max-height:auto;
	width:600px;
	top: 33%;
	left: 26%; 
	/*margin: -120px 0 0 -280px; */
	text-align: center;
}


