var ValeoContainer = Container;
ValeoContainer.setRibbonColor = function(color)
{
	document.getElementById("pied").style.borderColor = "#" + color.toString(16);
}