#popupPromo {
	z-index: 1;
	left: 0;
	top: 0;
	display: none;
	position: absolute;
	width: 350px;
	height: 200px;
	border: 2px solid #F12429;
	filter: alpha(opacity=100);
	background: #ffffff;
	font-size: 80%;
}

#popupTxt {
	padding:10px;
}

#popupFermer {
	padding: 4px;
	text-align:right;
	background: #F12429;
	height: 16px;
	width: 342px;
	color:#FFFFFF;
}

#popupFermer a {
	color:#FFFFFF;
	text-decoration: none;
}

#popupFermer a:hover {
	color:#FFFFFF;
	text-decoration: underline;
}

#popupConteneur {
	padding: 10px;
}