#pop1, #pop2 {
	position: absolute;
	width: 50em;
	border: 3px double black;
	background: #f5f5dc;
	z-index: 500;
	cursor: pointer;
	font-size: 80%;
	filter:alpha(opacity=80);-moz-opacity:.80;opacity:.80;
}

#pop1 p, #pop2 p {
	margin: 0 0.3em;
}
#pop1 h1, #pop2 h1 {
	font-size: 110%;
	margin: 0 0 0.5em 0;
	border-bottom: 1px solid black;
	background: white url(top.gif) left top repeat-x;
	color: black;
	text-align: center;
}
.fermer {
	margin: 0.5em 0 0 0;
	border-top: 1px solid black;
	background: white url(bottom.gif) left top repeat-x;
	color: black;
	text-align: center;
}
