/*
 * ISTEP Common Feature
 *
 * http://www.istep.fr/
 *
 *
 * Copyright (c) 2010-2011 Etienne Bailly - ISTEP.FR
 *
 * Date: 2010-08-13

 */

function clearSearch(input)
{
	if (input.value == "Rechercher")
	{
		input.value = "";
	}
}
