function clearQuery() {
	if(document.getElementById('query').value == 'Votre recherche')
		document.getElementById('query').value = '';	
}