let temps_chrono () =
        (if not(!chronometre_est_actif) then raise Chronometre_non_actif);
        string_of_temps (convertir_temps ((time ()) -. !temps_debut_chrono.se ) )