function montre_accueil() {
	montrem("Retour &agrave; l\'<strong>accueil</strong>");
}
function montre_news() {
	montrem("D&eacute;couvrez les <strong>derniers arrivages</strong> !");
}
function montre_promos() {
	montrem("Profitez des <strong>promotions en cours</strong> !");
}
function montre_client() {
	montrem("Entrez dans votre <strong>espace client</strong>");
}
