#fictis {
	width: 570px;
	margin-left: auto;
	margin-right: auto;
	font-family: Arial, Verdana, sans-serif;
	color:#000000;
	font-size: 12px;
	text-align: justify;
}
#fictis .texte {
	padding: 20px;
}
/* titres */
#fictis h2 {
	background-repeat: no-repeat;
	height: 56px;
}
#fictis h2 span {
	visibility: hidden;
}
#fictis h2#dvd-titre1{
	background-image: url(dvd_titre1.gif);
}
#fictis h2#dvd-titre2{
	background-image: url(dvd_titre2.gif);
}
/* sous titres */
#fictis h3 {
	background-repeat: no-repeat;
	height: 20px;
}
#fictis h3 span {
	visibility: hidden;
}
#fictis h3#dvd-tun {
	background-image: url(dvd_petit-titre1.gif);
}