	function btRollOver(elem)
	{
		document.getElementById(elem).src="images/bt_on_soldes_top.png";
	}
	
	function btRollOut(elem)
	{
		document.getElementById(elem).src="images/bt_off_soldes_top.png";
	}
	
	function changefondPubHaut01(elem){
	//ONMOUSEOVER
		document.getElementById(elem).style.borderColor  = "#98004b";
	}
	function changefondPubHaut02(elem){
	//ONMOUSEOUT
		document.getElementById(elem).style.borderColor  = "#c7c7c7";
	}
	
	function changefondPubHautSolde01(elem){
	//ONMOUSEOVER
		document.getElementById(elem).style.borderColor  = "#bd2700";
	}
	function changefondPubHautSolde02(elem){
	//ONMOUSEOUT
		document.getElementById(elem).style.borderColor  = "#c7c7c7";
	}
	
	function changefondPubHautGaucheSolde01(elem){
	//ONMOUSEOVER
		document.getElementById(elem).style.borderColor  = "#ffffff";
	}
	function changefondPubHautGaucheSolde02(elem){
	//ONMOUSEOUT
		document.getElementById(elem).style.borderColor  = "#bd2700";
	}
	
	function changefondPubMilieuSolde01(elem){
	//ONMOUSEOVER
		document.getElementById(elem).style.borderColor  = "#0091dc";
	}
	function changefondPubMilieuSolde02(elem){
	//ONMOUSEOUT
		document.getElementById(elem).style.borderColor  = "#c7c7c7";
	}
	
	function changefondPubBas01(elem){
	//ONMOUSEOVER
		document.getElementById(elem).style.borderColor  = "#ff6600";
	}
	function changefondPubBas02(elem){
	//ONMOUSEOUT
		document.getElementById(elem).style.borderColor  = "#c7c7c7";
	}
	
	function contourFlash01(elem){
	//ONMOUSEOVER
		document.getElementById(elem).style.border  = "1px solid #E30618";
	}
	function contourFlash02(elem){
	//ONMOUSEOUT
		document.getElementById(elem).style.border  = "1px solid #ffffff";
	}