#news_top, #news_bottom {
	margin: 0;
	width: 160px;
}

#news_top {
	height: 40px;
	background: url('../images/news_top.jpg') 50% 0% no-repeat;
	text-align: center;
	font-weight: bold;
	line-height: 36px;
	font-size: 13px;
}

#news_bottom {
	height: 30px;
	background: url('../images/news_bottom.jpg') 50% 100% no-repeat;
}

#news_middle {
	margin: 0;
	width: 160px;
	height: 254px;
	background: url('../images/news_middle.jpg') repeat-y;
	overflow: auto;
	padding: 0;
}

#news_container {
	position: relative;
	width: 120px;
	margin: 0px 20px 20px 20px;
}

div.news, div.news_fin {
	font-size: 10px;
	width: 100%;
	padding-bottom: 4px;
	color: #000000;
}

div.news {
	border-bottom: 1px dotted #BBBBBB;
	margin-bottom: 4px;
}

div.news_date {
	font-size: 9px;
	width: 100%;
	text-align: right;
	color: #888888;
}

div.news_titre {
	width: 100%;
	text-align: center;
	font-weight: bold;
}

div.news_contenu {
	width: 100%;
	text-align: justify;
	padding-top: 4px;
}