#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);
}
#title-fr {
	background-image:url(../images/banner_title_fr.png);
}
#content #nav ul li {padding: 2px 0 2px 10px;}

/* exemple pour une autre langue XX
#title-xx {
	background-image:url(http://158.167.242.54:8722/images/banner_title_xx.png);
}
*/