/**
*	AFFICHAGE DES PRODUITS
*
*/
isCatalogue = true ;

function initCatalogue() {
	// globalAttachEvent(document.getElementById('listeAffichageQuantite'), 'onmouseover', function(){document.getElementById('choixQuantite').style.display='block';}) ;
	// globalAttachEvent(document.getElementById('listeAffichageQuantite'), 'onmouseout', function(){document.getElementById('choixQuantite').style.display='none';}) ;
}