

/*--------------------------------------------------------------------------------------------*/
/*********************************** SECTION SOUS-TITRES *************************************/
/*------------------------------------------------------------------------------------------*/

	/* Section Sous-Titres - Pour le Titre du Documentaire dans le Tableau */
td.tabtitre {
    color: yellow;
    vertical-align:middle;
    text-align: center;
    font-size: 120%;
    background-color: midnightblue;
    font-weight: bold }


	/* Section Sous-Titres - Pour les Info normal centré dans le Tableau */
td.tabnor-cen {
    color: khaki;
    vertical-align:middle;
    text-align: center;
    background-color: midnightblue } 

	/* Section Sous-Titres - Pour la description du Vidéo dans le Tableau */
td.tabnor-jus {
    color: white;
    text-align: justify;
    background-color: black } 

	/* Sert pour la Phrase qui donne le choix des Moteurs de recherche  */
.titre-09 {
	text-align: center;
	background-color: black;
	color: #00F890;
	font: bold small-caps 125% "Comic Sans MS", arial }

/*--------------------------------------------------------------------------------------------*/
/******************************* FIN DE LA SECTION SOUS-TITRES *******************************/
/*------------------------------------------------------------------------------------------*/

