#popup1,#popup2,#popup3 {
	position:absolute;
	width:100%;
	height:600px;
	z-index:2000;
	left:0px;
	top:0px;
}
#popup1 a,#popup2 a,#popup3 a {
	color:#519E04;
	text-decoration:underline;
	font-weight:bold;
}
.popup1,.popup2 {
	position:relative;
	width:860px;
	margin:0 auto;
	margin-top:210px;
	left:0px;
}
.popup-top {
	background-image: url(../medias/images/deco/bg-popup-top.png);
	background-repeat: no-repeat;
	width:860px;
	height:58px;
}
.bg-popup {
	background-image: url(../medias/images/deco/bg-popup.png);
	background-repeat: repeat-y;
	width:860px;
}
.popup-top .num {
	float:left;
	color:#187B23;
	line-height:45px;
	font-size:42px;
	padding:12px 0 0 20px;
	width:32px;
	font-weight:bold;
}
.popup-top .titre {
	float:left;
	line-height:45px;
	font-size:14px;
	color:#187B23;
	font-weight:bold;
	padding:12px 0 0 0;
	width:755px;
}
.popup-top .fermer {
	float:left;
	padding:10px 0 0 0;
	color:#5B2F6C;
	cursor:pointer;
}
.bg-popup .txt {
	padding:6px 25px 0 25px;
	text-align:justify;
	font-size:12px;
}
.bg-popup .btn {
	float:right;
	padding:15px 25px 0 0;
}
