 
 
window.onload = function () {

/*
  setTimeout(function() {
    document.getElementById('astrologie').style.visibility = 'visible';
  }, 500);

  setTimeout(function() {
    document.getElementById('astrologie').style.visibility = 'hidden';
  }, 1000);

  setTimeout(function() {
    document.getElementById('astrologie').style.visibility = 'visible';
  }, 1500);

 setTimeout(function() {
    document.getElementById('rencontres').style.visibility = 'visible';
  }, 500);

  setTimeout(function() {
    document.getElementById('rencontres').style.visibility = 'hidden';
  }, 1000);

  setTimeout(function() {
    document.getElementById('rencontres').style.visibility = 'visible';
  }, 1500);
*/

}