﻿function ClickClearSearchField(FormField) 
{
  if (FormField.value == 'Entrez un mot-clé.') 
  {
    FormField.value = '';
  }
}
