/* Mise en Forme des Encarts gauche */
.encart-head {
	width: 296px;
	height: 30px;
	background: url('/data//img/encart-head.jpg') no-repeat;
}
.encart-promo {
	width: 296px;
	height: 30px;
	background: url('/data//img/encart-promo.jpg') no-repeat;
}
.encart-rea {
	width: 296px;
	height: 30px;
	background: url('/data//img/encart-rea.jpg') no-repeat;
}
.encart-event {
	width: 296px;
	height: 30px;
	background: url('/data//img/encart-event.jpg') no-repeat;
}
.encart-commercants {
	width: 296px;
	height: 30px;
	background: url('/data//img/encart-commercants.jpg') no-repeat;
}
.encart-asso_commercants {
	width: 296px;
	height: 30px;
	background: url('/data//img/encart-asso_commercants.jpg') no-repeat;
}
.encart-body {
	width: 296px;
	background: url('/data//img/encart-body.jpg') repeat-y;
	text-align: left;
	padding: 0px 15px;
}
.encart-footer {
	width: 296px;
	height: 24px;
	background: url('/data//img/encart-footer.jpg') no-repeat;
}
.encart-body p {
	font-size: 10px;
}
.encart-body a {
	paddin-left: 20px;
	font-size: 10px;
	color: #336633;
}