#popup{
	position: fixed;
	z-index: 102;
	width: 600px;
	height: 450px;
	top: 50%;
	left: 50%;
	font: 12px Verdana;
	margin-left: -300px;
	margin-top: -225px;
}


#popup h1.title {
	width: 100%;
	height: 18px;
	text-align: center;
	background: transparent url(../images/design/popup_top.png) no-repeat;
	color: #FFF;
	font-size: 12px;	
	font-weight: bold;
	padding: 2px 0 0 0;
	margin: 0;
}

#popup .content {
	padding: 10px;
	background-color: #EDECEC;
	border: 1px solid #555;
}

#popup .fermer{
	position: absolute;
	top: 2px;
	right: 5px;
}