function lancer_recherche(){
        var motif;
        if( document.getElementById("input_recherche")!=null ){
            motif = document.getElementById("input_recherche").value;
            window.location = "/francais/recherche.aspx?motif="+motif;
        }
}
