

///////// pour les listes des cadeaux/////////////////////
	            function hidepopupliste(){
				document.getElementById('quotation').style.display ="none";
				document.getElementById('cache').style.display ="none";

				}

				function showpopupliste(){
				document.getElementById('quotation').style.display ="block";
				document.getElementById('cache').style.display ="block";
				}
				

