/* page de paiement gratuit modif bouton [Etape suivante] */
#validationPaiementFree .lienValiderPaiementFree {
	background: none repeat scroll 0 0 #efbc3f;
    border: 0 none;
    color: #fff;
    cursor: pointer;
    font-family: robotocondensed,Arial,Helvetica,sans-serif,robotocondensed,Arial,Helvetica,sans-serif;
    font-size: 22px;
    font-weight: normal;
    height: 55px;
    line-height: 55px;
    margin-right: 25px;
    text-align: center;
    text-indent: inherit;
    text-transform: uppercase;
    width: 310px;
	padding: 10px 30px 10px 30px;
}
#validationPaiementFree .lienValiderPaiementFree:hover{
    background-color: #e92f99;
	-webkit-transition: all 1s ease-in-out;
	-moz-transition: all 1s ease-in-out;
	-ms-transition: all 1s ease-in-out;
	-o-transition: all 1s ease-in-out;
	transition: all 1s ease-in-out;
}

.jours,.samedi {
    margin-top : 5px;
    font-size: 12px;
}

/*
PANIER
*/
#compPanier1 .listeRecapPanier .bottomRecapPanier span.supRecapPanier {
    margin-top: 5px;
    border-top: 0px;
    border-bottom: 1px solid #fff;
    margin-bottom: 5px;
}