#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-es {
	background-image:url(../images/banner_title_es.png);
}
/* exemple pour une autre langue XX
#title-xx {
	background-image:url(../images/banner_title_xx.png);
}
*/