.title-on_view{
	background: transparent url(/images/titles/on_view_fr.png) no-repeat 0 0;
	display: block;
	height: 38px;
	overflow: hidden;
	text-indent: -9999px;
	width: 160px;
}
#wrapper.en .title-on_view{
	background-image: url(/images/titles/on_view_en.png);
	height: 14px;
}
#wrapper.it .title-on_view{
	background-image: url(/images/titles/on_view_it.png);
	height: 35px;
	width: 145px;
}

.title-news{
	background: transparent url(/images/titles/news_fr.png) no-repeat 0 0;
	display: block;
	height: 16px;
	overflow: hidden;
	text-indent: -9999px;
	width: 132px;
}
#wrapper.en .title-news{
	background-image: url(/images/titles/news_en.png);
}
#wrapper.it .title-news{
	background-image: url(/images/titles/news_it.png);
	height: 21px;
	width: 78px;
}


.title-all_publics{
	background: transparent url(/images/titles/general_audience_fr.png) no-repeat 17px 0;
	display: block;
	height: 20px;
	overflow: hidden;
	text-indent: -9999px;
	width: 215px;
}
#wrapper.en .title-all_publics{
	background-image: url(/images/titles/general_audience_en.png);
}
#wrapper.it .title-all_publics{
	background-image: url(/images/titles/general_audience_it.png);
	height: 17px;
	width: 262px;
}


.title-younger{
	background: transparent url(/images/titles/young_audience_fr.png) no-repeat -13px 0;
	display: block;
	height: 20px;
	overflow: hidden;
	text-indent: -9999px;
	width: 207px;
}
#wrapper.en .title-younger{
	background-image: url(/images/titles/young_audience_en.png);
	background-position: 15px 0;
}
#wrapper.it .title-younger{
	background-image: url(/images/titles/young_audience_it.png);
	background-position: 15px 0;
	height: 21px;
	width: 126px;
}
