function openConnexion() {
	$('divConnexion').toggle()
}
function ouvreAjoutPanier() {
	$('divAjoutPanier').toggle();
}
