body {
	background-color: black;
}

.annonce {
	width: 660px;
	height: 160px; 
	text-align: center;
	vertical-align: middle;
	overflow: hidden; 
	position: fixed;
	top: 0px;
	z-index: 10;
	background-color: black;
}

.titre-acceuil {
	text-align: left;
	vertical-align: baseline;
	white-space: nowrap;
	z-index: 4;
	position: fixed;
	top: 160px;
	left: 125px;
	background-color: black;
}

.rightbar {
	padding-left: 0px;
	border-left: 0px;
	position: fixed;
	top: 162px;
	left: 660px;
	padding-top: 0px;
	z-index: 1;
}

.news {
	position: absolute;
	top: 190px;
	width: 530px;
	vertical-align: top;
	overflow: hidden;
}