/* <panier_apercu> */
.panier_apercu_table, .panier_complet_table
{
	width:100%;
}

.panier_apercu_qte
{
	width:60px;
}

.panier_apercu_qte
{
	width:60px;
}
/* </panier_apercu> */

/* <panier_complet> */
.panier_complet_table
{
	border-collapse:separate;
	border-spacing:5px;	
}
.panier_complet_entete, .panier_complet_qte
{
	text-align:center;
}
.panier_complet_prix
{
	text-align:right;
}
.panier_complet_total_ttc_libelle
{
	font-weight:bold;
}
.panier_complet_total_ttc
{
	font-weight:bold;
	color:blue;
}
/* </panier_complet> */

#form_panier_etape_suivante
{
	float:right;
}