$(document).ready(function(){

           
		$('#calendrier').load("/index.php/calendrier/test");
} ); 

  

  
        function precedent(annee,mois){
        
           $('#calendrier').load("calendrier/test?sens=moins&mois="+mois+"&annee="+annee);
		           }
        
        function suivant(annee,mois){
        	
             $('#calendrier').load("calendrier/test?sens=plus&mois="+mois+"&annee="+annee);
			 
        }


$('#formulaire').focus(function() {
  alert ('toto');
});
		
           
        
