#popup {
	position:absolute;
  	left: 50%; 
  	top: 50%;
  	width: 688px;
  	margin-top: -200px; /* moitié de la hauteur */
	margin-left: -350px; /* moitié de la largeur */
	z-index:99;
}
#popup input{
	cursor:pointer;	
}

#popup_haut {
	background: transparent url(/images/popin/popup_haut-trans.png) no-repeat;
	height:35px;
	width:688px;
	text-align:right;
}
#popup_haut img{
	padding:5px;		
}
#popup_bas {
	background: transparent url(/images/popin/popup_bas-trans.png) no-repeat;
	height:37px;
	width:688px;
}
#popup_contenu {
	background: transparent url(/images/popin/popup_repeat-trans.png) repeat-y;
	padding:5px 30px;
	width:628px;
	text-align:center;	
}
.popup_close {
	cursor:pointer;
}

#lbOverlay {
	position: fixed;
	z-index: 99;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: #000;
}