//*********************************************
// POUR LE CHAMPS RECHERCHE DANS LE HAUT DU SITE
//*********************************************
function lf_search(oElem){
 if (oElem.value == "recherche") {
 oElem.value = "";
 }
 oElem.style.fontWeight = 400;
 oElem.style.color = "#000000";
}
//*********************************************
//*********************************************

//*********************************************
// POUR LE CHAMPS RECHERCHE DANS LE HAUT DU SITE
//*********************************************
function lf_searchblur(oElem){
 if (oElem.value == "") {
 oElem.value = "recherche";
 }
 oElem.style.fontWeight = 400;
 oElem.style.color = "#000000";
}
//*********************************************
//*********************************************