@charset "UTF-8";
/* CSS Document */

/* PROMOTIONS - Bouton */
.bouton_index_promotions_plus {
display : block;
width : 26px;
height : 55px;  /* la moitié de la hauteur totale de l'image */
background:url(../IMAGE/bouton/Promotions_index_plus.jpg) left top no-repeat;
text-decoration : none;
}

.bouton_index_promotions_plus:hover {
background-position : 0 -55px;
}

/* PROMOTIONS - Date */
.date_jour_promotions_index {
font-size:40px;
line-height:30px;
color:#333333;
}
.date_mois_promotions_index {
color:#333333;
font-size:9px;
line-height:9px;
text-transform:uppercase;
}

/* PROMOTIONS - titre */
.titre_promotions_index {
color:#333333;
font-size:17px;
line-height:15px;
}