#imageBanner {
	background:transparent url(../images/banner-right.png) no-repeat scroll right top;
	height:124px;
	position:absolute;
	right:0;
	top:1px;
	width:500px;
	z-index:1;
}
.title {
	width:800px;
}
#title-en {
	background-image:url(../images/banner_title_en.png);
}
/* exemple pour une autre langue XX
#title-xx {
	background-image:url(../images/banner_title_xx.png);
}
*/

ul.news-list{
	text-transform:uppercase;
}

#content .news h3 a, #content .ads-content h3 a {
	text-transform:uppercase;
}

#content .related-links li.with-img {
	background: none;
	padding-top:5px;
	padding-bottom:5px;
}