couleurligne = "#ffffff";
function scrollBar()
	{
	with(document.body.style)
		{
		scrollbarDarkShadowColor="#980000";
		scrollbarShadowColor=couleurligne;
		scrollbar3dLightColor=couleurligne;
		scrollbarArrowColor=couleurligne;
		scrollbarBaseColor="#980000";
		scrollbarFaceColor="#980000";
		scrollbarHighlightColor="#980000";
		scrollbarTrackColor=couleurligne;
		}
	}
if (document.all){
scrollBar();
}
