Bonjour retour,
Do you read English? Good. Because I don't write French, sorry.
Did you fixed it already? Your site is accessible...
If not:
Search "allowed memory size" here on the forum or elsewhere, and you'll get plenty of hints towards the fact that your system is long running out of just this: memory. The memory limit, which is currently strangling you, is typically set in a so-called php.ini file on your (host's) server. If your host let's you access the file... we don't know. Many hosts don't allow their users this. Best contact him.
The reason? Something in your website demands that much memory, obviously. Like so often in life, it adds up from many little things, but one big fat file needing to be processed can speed such things dramatically up. Must not be HikaShop, at least not alone. And hardly the program itself, but more likely something that it's 'working with'.
Anyway, you need a good chunk more memory. Take everything your host is willing to give you. Not sure if you'll get it, but 256M would be really nice, hehe. Add your numbers up and come out with way more than half of that already. 128M is sure not enough...
Good luck!