body{
	width:100%;
	height:100%;
	margin:0;
	padding:0;
	background-image: none;
	}
	#overlay {
		visibility: visible;
		 position:absolute;
		 top:Opx !important;
		 left:0px;
	     width:100%;
	     height:100%;
	     text-align:center;
	     z-index: 20099;
		 background: transparent url("filler.jpg");
	}
	#fond {
		visibility: hidden;
		position:absolute;
		top:50%;
		left:50%;
		 width:700px;
	     height:480px;
		 margin-top:-242px;
		 margin-left:-353px;
	     border:none;
	     text-align:center;
		 cursor:pointer;
		 z-index:20099;
		 background: transparent url("Offre_Zorro.jpg") no-repeat;
	}
	#btn_container{
		position:absolute;
		top:49%;
		left:104%;
		 width:42px;
	     height:20px;
		 margin-top:-252px;
		 margin-left:-353px;
	     border:none;
		 z-index:20099;
	     text-align:center;
	     text-align: right;
	     vertical-align: bottom; 
	     color: #FFFFFF;
	     font-family:arial,helvetica,sans-serif;
		 font-size: 10px;
		 cursor:pointer;
	}
	#btn_close{
		visibility: hidden;
		z-index:20099;
		margin-left:634px;
		margin-top:0;
		width:72px;
		height:16px;
/* 		background: transparent url("btn_close.jpg") no-repeat; */
		font-family:arial,helvetica,sans-serif;
		font-size: 10px;
		color: #FFFFFF;
	}

.footer{
	position:relative;
	bottom: 0px;
}
