function afficherMentions(){
	window.open('mentions.html','','width=640, height=480, status=no, scrollbars=yes, menubar=no, top=50, left=50');
}

function imprimerPanier() {
	window.open("/panier.php", "imprimer", "width=640, height=480");	
}
