.titre_panier {
	padding: 8px;
	background: #99ccff;
}
#cartResult {
/*	height: 0;          */
/*	padding: 8px 2px;   */
	background: #ffffcc;
}
.table_panier {
	width: 99%;
    margin: 15px 2px;
	border-collapse: collapse
}
.table_panier th {
	font-size: 12px;
}
.table_panier td {
    border: 1px dotted black;
    font-size: 12px;
    text-align: center;
}
.table_panier .lib_produit {
    text-align: left;
}
.table_panier .pu_produit, .table_panier .tot_produit {
    text-align: right;
    white-space: nowrap;
}
