function over_nom(obj){
	obj.style.backgroundColor = "#860303";
	document.getElementById("lien1").style.color = "#FFF";
	//document.getElementById("sep1").style.backgroundColor = "#860303";
	//document.getElementById("sep1").style.color = "#FFF";
}

function out_nom(obj){
	obj.style.backgroundColor = "#fae1e1";
	document.getElementById("lien1").style.color = "#000";
	//document.getElementById("sep1").style.backgroundColor = "#f9f9f9";
	//document.getElementById("sep1").style.color = "#000";
}

function over_telephone(obj){
	obj.style.backgroundColor = "#860303";
	document.getElementById("lien2").style.color = "#FFF";
	//document.getElementById("sep1").style.backgroundColor = "#860303";
	//document.getElementById("sep1").style.color = "#FFF";
	//document.getElementById("sep2").style.backgroundColor = "#860303";
	//document.getElementById("sep2").style.color = "#FFF";
}

function out_telephone(obj){
	obj.style.backgroundColor = "#fae1e1";
	document.getElementById("lien2").style.color = "#000";
	//document.getElementById("sep1").style.backgroundColor = "#f9f9f9";
	//document.getElementById("sep1").style.color = "#000";
	//document.getElementById("sep2").style.backgroundColor = "#f9f9f9";
	//document.getElementById("sep2").style.color = "#000";
}

function over_ville(obj){
	obj.style.backgroundColor = "#860303";
	document.getElementById("lien3").style.color = "#FFF";
	//document.getElementById("sep2").style.backgroundColor = "#860303";
	//document.getElementById("sep2").style.color = "#FFF";
	//document.getElementById("sep3").style.backgroundColor = "#860303";
	//document.getElementById("sep3").style.color = "#FFF";
}

function out_ville(obj){
	obj.style.backgroundColor = "#fae1e1";
	document.getElementById("lien3").style.color = "#000";
	//document.getElementById("sep2").style.backgroundColor = "#f9f9f9";
	//document.getElementById("sep2").style.color = "#000";
	//document.getElementById("sep3").style.backgroundColor = "#f9f9f9";
	//document.getElementById("sep3").style.color = "#000";
}

function over_sous_service(obj){
	obj.style.backgroundColor = "#860303";
	document.getElementById("lien4").style.color = "#FFF";
	//document.getElementById("sep3").style.backgroundColor = "#860303";
	//document.getElementById("sep3").style.color = "#FFF";
}

function out_sous_service(obj){
	obj.style.backgroundColor = "#fae1e1";
	document.getElementById("lien4").style.color = "#000";
	//document.getElementById("sep3").style.backgroundColor = "#f9f9f9";
	//document.getElementById("sep3").style.color = "#000";
}
