
	document.getElementById('cartoucheMenu').style.visibility='visible' ;
	document.getElementById('cartoucheMenu').style.textAlign = 'left' ;
	//document.getElementById('cartoucheMenu').onclick = function() {document.location="cadeau.htm"}; 
	document.getElementById('cartoucheMenu').style.border = "solid #009 1px";
	//document.getElementById('cartoucheMenu').style.cursor = 'pointer' ;
	document.getElementById('cartoucheMenu').style.background = '#FFF' ;
	document.getElementById('cartoucheMenu').style.marginLeft = '20px' ;	
	document.getElementById('cartoucheMenu').style.fontSize = '90%' ;
