// Intialisation globale
$j(document).ready(function () {
  
  if (typeof (InitMasterPage) == "function") {
        InitMasterPage();
  }
  
 if (typeof (InitDecoPage) == "function") {
        InitDecoPage();
  }
  
  if (typeof (InitProductPage) == "function") {
        InitProductPage();
  }

    if (typeof (InitConfigPage) == "function") {
        InitConfigPage();
    }

    if (typeof (InitSurMesurePage) == "function") {
        InitSurMesurePage();
    }
  
    if (typeof (InitContentPage) == "function") {
        InitContentPage();
    }

    
});
