@CHARSET "ISO-8859-1";
#newsdiv {
	position:absolute;
	left:50%;
	top:50%;
	margin-left: -250px;
	margin-top: -300px;
	width:500px;
	height:500px;
	background-image : url(/ressources/interface/test_scroll.png);
	background-repeat : false;
	
	z-index:0;
}
#news{
	position:absolute;
	width:460px;
	height:460px;
	margin-left:20px;
	margin-top:20px;
	margin-bottom:20px;
	margin-right:20px;

	z-index:2;
}