//*********************************************
// 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 = 800;
	oElem.style.color = "#046D84";
}
//*********************************************
//*********************************************

//*********************************************
// POUR LE CHAMPS RECHERCHE DANS LE HAUT DU SITE DEPARTEMENT
//*********************************************
function lf_searchblurDept(oElem){
	if (oElem.value == "") {
		oElem.value = "Recherche";
	}
	oElem.style.fontWeight = 400;
	oElem.style.color = "#000000";
}
//*********************************************
//*********************************************
//*********************************************
// POUR LE CHAMPS RECHERCHE DANS LE HAUT DU SITE DEPARTEMENT
//*********************************************
function lf_searchDept(oElem){
	if (oElem.value == "Recherche") {
		oElem.value = "";
	}
	oElem.style.fontWeight = 400;
	oElem.style.color = "#000000";
}

function _openBottin(){
window.location = "http://brebeuf.intraflex.ca/intr/module/bottinEnligne/BottinEnligne.aspx?NomConfig=collegial";
}

