
/*--------------------------------------------------------------------------------------------*/
/****************************** SECTION TÉLÉ-SÉRIE MYSTÈRES **********************************/
/*------------------------------------------------------------------------------------------*/


	/* Section Télé-Série Mystères - Pour le Titre de Chaque Épisode du Tableau */
td.mystere-titre {
	color: darkviolet;
	background-color: white;
	padding:12px;
	vertical-align:middle;
	text-align: center;
	font-variant: small-caps;
	font: bold 120% "Comic Sans MS", arial }

	/* Section Télé-Série Mystères - Pour le Lien ED2K de Chaque Épisode du Tableau */
td.mystere-lien {
	background-color: darkslategray;
	padding:8px;
	text-align: center;
	vertical-align:middle;
	font: bold 90% "Comic Sans MS", arial }

	/* Section Télé-Série Mystères - Pour le Taille en Megs de Chaque Fichier ED2K du Tableau */
td.mystere-taille {
	background-color: teal;
        color: yellow;
	padding:1px;
	text-align: center;
	vertical-align:middle;
	font-family: "Comic Sans MS", arial;
	font-size: 90%;
	font-style: italic;
        font-weight: bold }

	/* Section Télé-Série Mystères - Pour le Titre "Détail de l'Épisode" de ch. Épisode du Tableau */
td.mystere-entete {
	background-color: darkgray;
        color: #CD5C5C;
	padding:1px;
	text-indent: 50px;
	text-align: left;
	vertical-align:middle;
	font: bold 100% "Comic Sans MS", arial;
	font-variant: small-caps }

	/* Section Télé-Série Mystères - Pour le Titre de Chaque Reportage de ch. Épisode du Tableau */
td.mystere-info {
	background-color: black;
	color: aliceblue;
	padding:3px;
	text-align: justify;
	vertical-align:middle;
	font-size: 90%;
	font-variant: small-caps;
	font-weight: bold }

	/* Section Télé-Série Mystères - Pour le Titre de Chaque Mini Reportage de ch. Épisode du Tableau */
td.mystere-info2 {
	background-color: midnightblue;
	color: yellow;
	text-align: justify;
	vertical-align:middle;
	padding:3px;
	font-size: 80% }

	/* Section Télé-Série Mystères - Pour les Infos Moins Importantes du Tableau (Ex : Gens Plateau) */
td.mystere-info3 {
	color: aliceblue;
	background-color: midnightblue;
	text-align: justify;
	vertical-align:middle;
	font-size: 80% }

