.pop {
	display: none;
	background: #fff;
	padding: 10px 10px 15px;
	position: absolute; top:0; right:0;
	border: 4px solid #efefef;
	width: 250px;
}

#pop1 {right:-95px;}
#pop2 {right:100px;}

.pop h2 {
	font-size:2em;
	border-bottom:1px dotted #666666;
	padding-bottom:11px;
	margin-bottom:11px;
	color:#666666;
}


.pop p {
	color:#666666;
	position:relative;
	width:100%;
}

.pop .x {
	display: block;
	position:absolute;top:10px; right:5px;
	height:19px; width:21px;
	background:url(../images/x.gif) no-repeat;
	color:white;
	text-indent: -9999px;	
}

.pop .fermer {
	display: block;
	margin-top:22px;
	height:19px; width:67px;
	background:url(../images/fermer.gif) no-repeat;
	color:white;
	text-indent: -9999px;
}
