Libellé = Replace(Libellé, "BOITE", "BTE")
Libellé = Replace(Libellé, "SUCRES", "SUCRE")
Libellé = Replace(Libellé, "COCACOLA", "COCA COLA")
Libellé = Replace(Libellé, "1,25L", "125CL")
Libellé = Replace(Libellé, "1,5L", "150CL")
Libellé = Replace(Libellé, "CL", " CL ")
Libellé = Replace(Libellé, "X", " X ")
Libellé = Replace(Libellé, "-", " ")