.titre {
	font-size: 18px;
	font-weight: bold;
	color: #DF448E;
}
.soustitre {
	font-size: 14px;
	color: #DF448E;
	font-weight: bold;
}
.date {
	font-size: 10px;
	color: #999999;
	font-style: italic;
}
.textegras {
	font-size: 12px;
	color: #000000;
	font-weight: bold;
}
.chapeau {
	font-size: 12px;
	color: #DF448E;
	font-style: italic;
}
#afca {
font-size: 13px;
font-weight: bold;
color: #DF448E;
letter-spacing: 0.1em;
}
/* --------------------- */
/* Styles des liens de la rubrique */
/* --------------------- */
a {
	font-size: 12px;
	color: #DF448E;
	text-decoration: underline;
}

a:visited {
	font-size: 12px;
	color: #ED94BE;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}
a.liensoustitre {
	font-size: 14px;
	color: #DF448E;
	text-decoration: underline;
}

a.liensoustitre:visited {
	font-size: 14px;
	color: #ED94BE;
	text-decoration: underline;
}
a.liensoustitre:hover {
	font-size: 14px;
	color: #DF448E;
	text-decoration: none;
}
a img {
	border: 0 none;
}
/* --------------------- */
/* Styles des fils d'ariane */
/* --------------------- */
#fil {
	margin-bottom: 20px; 
}
.fil, a.fil, a.fil:hover, a.filon {
	font-size: 11px;
	color: #DF448E;
}
.fil, a.filon {
	font-weight: bold;
	text-decoration: none;
}
a.fil {
	text-decoration: none;
	font-weight: normal;
}
a.fil:hover {
	text-decoration: underline;	
}
a.fil:visited {
	font-size: 11px;
	color: #ED94BE;
}

/* --------------------- */
/* Styles du sous-menu de droite */
/* --------------------- */
a.menu_inactif {
	font-size: 12px;
	color: #DF448E;
	text-decoration: none;
}

a.menu_inactif:visited {
	font-size: 12px;
	color: #ED94BE;
	text-decoration: none;
}
a.menu_inactif:hover {
	font-size: 12px;
	color: #DF448E;
	text-decoration: underline;
}
.menu_actif {
	font-size: 12px;
	color: #DF448E;
	font-weight: bold;
}
/* --------------------- */
/* Styles du bandeau horizontal */
/* --------------------- */
.titre_noir {
	font-size: 16px;
	font-weight: bold;
	color: #000000;
}
.titre_blanc {
	font-size: 16px;
	font-weight: bold;
	color: #FFFFFF;
}
/* --------------------- */
/* les liens du menu vertical :  style 'lien' de la rubrique active */
/* --------------------- */
a.liensRubriquesON {
	color: #DF448E;
	font-size: 12px;
	text-decoration: none;
	font-weight: bold;
}
a.liensRubriquesON:hover { /* les liens sont souligns quand la souris passe dessus */
	text-decoration: underline ;
}

/* --------------------- */
/* style de la liste filmographie */
/* --------------------- */
ul#liste19 {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
#liste19 li {
	margin-bottom: 18px;
	margin-right: 10px;
}
#liste19 li img {
	margin-right: 10px;
}	
#vignette, #films {
 	float: left;
	margin-right: 10px;
	margin-bottom: 20px;
}
.spacer {
	clear: both;
	visibility: hidden;
	margin: 0;
	padding: 0;
}
