/*.promo_header {
	width: 296px;
	height: 30px;
	background: url('/data//img/encart-promo.jpg') no-repeat;
}*/
.promo {
	display: none;
	position: fixed;
	behavior: url(ie-fixed.htc);
	left: 37%;
	top: 300px;
	background-color: #EDEDE4;
	border: 5px solid #625D57;
	padding: 10px;
	width: 350px;
}
.promo img {
	border-width: 0px;
}
.promo_body {
	/*background: url('/data//img/encart-body.jpg') repeat-y;*/
	text-align: left;
}
.promo_photo {
	width: 100%;
	text-align: center;
	background-color: #F4F5ED;
	border-right: 1px dashed #999999;
	border-top: 1px dashed #999999;
	border-left: 1px dashed #999999;
	padding-top: 10px;
}
.promo_texte {
	padding: 5px 15px;
	background-color: #F4F5ED;
	border-right: 1px dashed #999999;
	border-bottom: 1px dashed #999999;
	border-left: 1px dashed #999999;
}
.promo_descriptif {
	font-size: 10px;
	color: #336633;
	clear: both;
}
.promo_fermer {
	width: 100%;
	text-align: center;
	padding-top: 15px;
}
/*.promo_footer {
	width: 296px;
	height: 24px;
	background: url('/data//img/encart-footer.jpg') no-repeat;
}*/