// JavaScript Document
//jsmica
function clearValue(field){
	if(field.value=='recherche offre'){
	field.value='';
	}
}
function putSearch(field){
	if(field.value==''){
	  	field.value='recherche offre';
	}
}

