/*  Le Phare : <http://www.lephare.com>
 *  (c) 2007
 *
 *  Page s04p02
 *
/*--------------------------------------------------------------------------*/
   var myrules = {
      '#divBoutons #autreModele' : function(el){
      	el.onclick = function(){document.location.href='../s04_cartes/s04p01_cartes.php';}
      }
   };

   Behaviour.register(myrules);

   function init() {
      var fDemInfos = new Validation('fCartesInvitation', {useTitles:true,stopOnFirst:false});
   }
   Event.observe(window, 'load', init, false);
   
   
