
  
    function display_contact(){
	location.href= "mailto:"+"contact"+ "@" + "recrut-info.com";
    }
    
     function display_postuler(id,titre){
	 
	location.href= "mailto:"+"candidature"+ "@" + "recrut-info.com?subject=Candidature à l'offre "+id + " - " + titre;
    }
    

    
  
  

