/*
 * Tout ce qui est destiné aux styles coupons
 */
.apercuCoupon{
	display:inline-block;
	height:115px;
	margin-bottom:10px;
	overflow:hidden;
	width:138px;
}
.apercuCoupon .logoApercu{
	display:block;
	margin:5px auto 0;
}
.apercuCoupon .textePromoApercu{
	display:inline-block;
	height:60px;
	margin-left:auto;
	margin-right:auto;
	overflow:hidden;
	width:136px;
}
.apercuCoupon .datesApercu{
	display:inline-block;
	height:16px;
	overflow:hidden;
	width:135px;
	font-size: 11px;
	text-align: center
}


h2.centreInteretSection{
	color:#868686;
	font-size:20px;
	margin-top:15px;
	padding-left:15px;
	padding-top:5px;
}

.couponIntegral{
	display:inline-block;
	height:521px;
	margin-bottom:10px;
	overflow:hidden;
	width:296px;	
}
.couponIntegral .logoCouponEntier{
	display:block;
	margin:15px auto 0;
}
.couponIntegral .textePromoCouponEntier{
	display:inline-block;
	height:111px;
	margin-left:9px;
	margin-right:auto;
	overflow:hidden;
	width:179px;
}
.couponIntegral .texteCGVCouponEntier{
	display:inline-block;
	height:78px;
	margin-left:9px;
	margin-right:auto;
	overflow:hidden;
	width:179px;
}
.couponIntegral .codeBarre{
	display:block;
	margin:0 auto 0;
}
