/********************PROGRESSION PANIER*************************/
#progression_panier{
width:580px;
height:66px;
margin:10px auto 20px;
border-collapse:collapse;
}

.td_ligne_sep{
width:60px;
vertical-align:top;
}

.td_ligne_sep img{
display:block;
margin:15px auto;
}

.td_etape{
text-align:center;
width:56px;
vertical-align:top;
}

.lien_etape_bloc{
display:block;
width:32px;
height:32px;
text-decoration:none;
margin:0 auto;
font-size:24px;
color:#FFF;
line-height:32px;
text-align:center;
}

.avant .lien_etape_bloc{		background:url(http://www.editionsreinette.com/img/commun/panier/etape_avant.png) center center no-repeat;	}
.present .lien_etape_bloc{	background:url(http://www.editionsreinette.com/img/commun/panier/etape_present.png) center center no-repeat;	}
.apres .lien_etape_bloc{		background:url(http://www.editionsreinette.com/img/commun/panier/etape_apres.png) center center no-repeat;	}

.lien_etape_texte{
font-size:10px;
text-decoration:none;
line-height:12px;
display:block;
margin:3px auto 0px;
}

.avant .lien_etape_texte{	color:#ffb27c;	}
.present .lien_etape_texte{	color:#ff5b00;	font-weight:bold;}
.apres .lien_etape_texte{	color:#999;		}