function oninit1(){
  initCoupCoeur();
  initActus(); 
  initIdees();
}    

function initCoupCoeur(){
  setScrollHorizontalOnLstGenerePage("div_miseEnAvantCoupCoeurContent","ul_coupCoeur",{idDivPastePage:"div_miseEnAvantCoupCoeur",position:"bottom"}); 
}  

function initActus(){
  setScrollHorizontalOnLstGenerePage("div_actusGitesDefilContent","ul_actusGites",{idDivPastePage:"div_actusGitesDefil",position:"bottom"});
}  

function initIdees(){
  setScrollHorizontalOnLstGenerePage("div_ideeSejourDefilContent","ul_ideeSejour",{idDivPastePage:"div_ideeSejourDefil",position:"bottom"});
}      
