/* 
 * To change this template, choose Tools | Templates
 * and open the template in the editor.
 */
function resetSearch(elt){
        if(elt.value=="Recherche"){
                elt.value="" ;
        }
}


