
function videInput(obj, texte)
{
  if(obj.value == texte)
    obj.value = '';
  
}
