body { margin: 0; padding: 0; background: none; background-color: #514B3F; }

/* News */
#news {
	position: relative; /* important */
	overflow: hidden; /* important */
	width: 226px; /* important */
	height: 160px; /* important */
}

#news_container { margin: 10px 0 10px 10px; padding: 5px 10px 10px 12px; background-image:url(../images/background03.gif); background-repeat: no-repeat;
	display: block; width: 226px; height: 262px; }

#news_container h2 { text-indent: -2000em; width: 225px; height: 38px; margin-bottom: 15px; background-image: url(../images/fr/t_actualite.gif); background-position: 0 0; background-repeat: no-repeat; }

#news_ext { border: 0px; width: 219px; }

#news_frame { }
#news_frame img { position: absolute; left: 26px; }
#news_previous { top: 65px; cursor: pointer; }
#news_next { left: 0; cursor: pointer; }
#news_content { position: absolute; left: 0; color: white; margin-top: 20px; }

.news_item { padding: 20px 5px 5px 5px; height: 155px; text-align: left; }
.news_item h4 { font-size: 90%; color: #fff; font-weight: bold; margin: 0; }
.news_item p { font-size: 77%; }
.news_item a { font-weight: bold; color: #EEBE29; text-decoration: underline; }
.news_item a:hover { color: #F8E718; }