/* PROMOTIONS */

#bloc_promotions {
	clear: both;
}

#bloc_promotions .bandeau_boutons {
	text-align:right;
	margin: 0px;
	padding: 0px;
}

#bloc_promotions .promotion {
	float: left;
	height: 219px;
	width: 221px;
	overflow: hidden;
	color: #ffffff;
	margin-right: 19px;
}

.promotion a {
	text-decoration:none;
}

.promotion .contenuPromotion {
	background-image: url(../../images/promotions_fond.jpg);
	background-repeat: no-repeat;
	height: 224px;
	width: 220px;
}

.promotion h2 {
}

.promotion .promotion_contenu {
	clear: both;
	padding-left: 9px;
	padding-right: 9px;
	border-top: solid 1px #ffffff;
	width: 202px;
	height: 150px;
	overflow: hidden;
}

.promotion .promotion_contenu h3 {
	float: left;
}

.promotion .promotion_contenu h3 a {
	margin-top: 6px;
	color: #ff5b01;
	font-weight: bold;
	font-size: 15px;
	float: left;
	width: 145px;
	display: block;
}

.promotion .promotion_contenu .promotion_prix 
{
	float: right;
}

.promotion .promotion_contenu .promotion_prix a 
{
	/*margin-top: 2px;
	float: right;
	font-weight: bold;
	font-size: 19px;
	color: #ff001e;
	display: block;*/
	background-image: url(../../images/picto_titre_col_bleu.gif);
    background-repeat: no-repeat;
    background-position: 0px 4px;
    padding-left: 24px;
    padding-top: 4px;
    height: 32px;
    line-height: 21pt;
    font-size: 14px;
    font-weight: bold;
    color: #ffffff;
}

.promotion .promotion_contenu .promotion_prix a span 
{
    display: block;
    float: left;
    height: 28px;
    padding-top: 0px;
    padding-bottom: 0px;
    padding-left: 2px;
    padding-right: 2px;
    margin-right: 1px;
    margin-bottom: 1px;
    font-size: 14px;
    background-color: Orange;
    color: #ffffff;
    text-transform: uppercase;
}

.promotion .promotion_contenu .imgPromotion {
	display: block;
	max-height: 80px;
	overflow: hidden;
}

.promotion_destination {
	clear: both;
}

.promotion .promotion_contenu .promotion_destination a {
	background-image: url(../../images/puce2.gif);
	background-position: left 4px;
	background-repeat: no-repeat;
	padding-left: 10px;
	font-weight: bold;
	font-size: 13px;
	color: #003a76;
	margin-bottom: 4px;
}

.promotion_produit {
	clear: both;
	margin-top: 5px;
}

.promotion .promotion_contenu .promotion_produit a {
	background-image: url(../../images/puce2.gif);
	background-position: left 3px;
	background-repeat: no-repeat;
	padding-left: 15px;
	font-weight: normal;
	font-size: 12px;
	overflow:hidden;
	height:40px;
	color:black;

}

/* EOF */

