	function fermerPopup(){
	    document.getElementById('popup_gris').style.display = 'none' ;
	    document.getElementById('popupmsg').style.display = 'none' ;
	}
	function afficherPopupPanier(){
	    document.getElementById('panier-vide').style.display = '' ;
	    document.getElementById('panier-plein').style.display = '' ;
	}
	function cacherPopupPanier(){
	    document.getElementById('panier-vide').style.display = 'none' ;
	    document.getElementById('panier-plein').style.display = 'none' ;
	}
	function afficherPopupMsg(){
		document.getElementById('popup_gris').style.height = document.body.offsetHeight ;
		document.getElementById('popup_gris').style.display = '' ;
		document.getElementById('popupmsg').style.display = '' ;
	}
	// mon compte
	

