function topmenu_over(obj)
{
	if(navigator.appVersion.indexOf("MSIE 5")== -1)
	{
		obj.style.cursor = "pointer";
	}
}

function menu_over_bg(obj)
{
	obj.style.backgroundColor = "#F8ECD4";
	if(navigator.appVersion.indexOf("MSIE 5")== -1)
	{
		obj.style.cursor = "pointer";
	}
	obj.getElementsByTagName("a")[0].style.textDecoration = "Underline";
	obj.getElementsByTagName("a")[0].style.color = "#000000";
}

function menu_over_bg_bo(obj)
{
	obj.style.backgroundColor = "#F1F1F1";
	if(navigator.appVersion.indexOf("MSIE 5")== -1)
	{
		obj.style.cursor = "pointer";
	}
	obj.getElementsByTagName("a")[0].style.textDecoration = "Underline";
	obj.getElementsByTagName("a")[0].style.color = "#000000";
}

function menu_out_bg(obj)
{
	obj.style.backgroundColor = "#990000";
	obj.getElementsByTagName("a")[0].style.textDecoration = "None";
	obj.getElementsByTagName("a")[0].style.color = "#ffffff";
}

function menu_out_bg_bo(obj)
{
	obj.style.backgroundColor = "#8AB793";
	obj.getElementsByTagName("a")[0].style.textDecoration = "None";
	obj.getElementsByTagName("a")[0].style.color = "#ffffff";
}


function menu_out_bg_sel(obj)
{
	obj.style.backgroundColor = "#F8ECD4";
	obj.getElementsByTagName("a")[0].style.textDecoration = "None";
	obj.getElementsByTagName("a")[0].style.color = "#000000";
}

function submenu_over_bg(obj)
{
	obj.style.backgroundColor = "#E3E3E3";
	if(navigator.appVersion.indexOf("MSIE 5")== -1)
	{
		obj.style.cursor = "pointer";
	}
	obj.getElementsByTagName("a")[0].style.textDecoration = "Underline";
	obj.getElementsByTagName("a")[0].style.color = "#000000";
}

function submenu_over_bg_sel(obj)
{
	obj.style.backgroundColor = "#F8ECD4";
	if(navigator.appVersion.indexOf("MSIE 5")== -1)
	{
		obj.style.cursor = "pointer";
	}
	obj.getElementsByTagName("a")[0].style.textDecoration = "Underline";
	obj.getElementsByTagName("a")[0].style.color = "#000000";
}


function submenu_out_bg(obj)
{
	obj.style.backgroundColor = "#D9D9D9";
	obj.getElementsByTagName("a")[0].style.textDecoration = "None";
	obj.getElementsByTagName("a")[0].style.color = "#58707C";
}
function printpage()
{
	window.print();
}

//////////////////////////////////////////////////////

function menu_over_bg_espace(obj)
{
	obj.style.backgroundColor = "#F1F1F1";
	if(navigator.appVersion.indexOf("MSIE 5")== -1)
	{
		obj.style.cursor = "pointer";
	}
	obj.getElementsByTagName("a")[0].style.textDecoration = "Underline";
	obj.getElementsByTagName("a")[0].style.color = "#000000";
}

function menu_out_bg_espace(obj)
{
	obj.style.backgroundColor = "#4F7564";
	obj.getElementsByTagName("a")[0].style.textDecoration = "None";
	obj.getElementsByTagName("a")[0].style.color = "#ffffff";
}




