h4 {	/* titre de chaque corps */
	padding: 0px;
	margin: 0px;
	margin-top: 10px;
	margin-bottom: 10px;
	
	color: rgb(102,102,204);
	text-decoration: underline;
	text-align: center;
	font-size: 28px;
	font-weight: bold;
	font-style: italic;
}
	
#tableau table {
	width: 100%;
	
	margin: auto; /* Centre le tableau */
	margin-top: 5px;
	
	border-collapse: collapse;
	border-left: 1px solid rgb(102,102,204);
}

#tableau caption /* Titre du tableau */
{
   margin: auto; /* Centre le titre du tableau */
   margin-bottom: 5px; /* Pour éviter que le titre ne soit trop collé au tableau en-dessous */
   
   font-weight: bold;
   font-style: italic;
   font-size: 24px;
   text-decoration: underline;
   color: rgb(102,102,204);
}

#tableau td /* Les cellules normales */
{
   padding: 5px; /* Petite marge intérieure aux cellules pour éviter que le texte touche les bordures */
   vertical-align: top;
   
   border-left: 1px solid rgb(102,102,204);
   
   text-align: left; /* Tous les textes des cellules seront centrés*/
   font-size: 12px;
   caption-side: top;
}

#image td /* Les cellules normales */
{
   padding: 0px;
   margin: 0px;
   border: none;
   text-align: right;
}

.titre {
	font-size: 18px;
	font-weight: bold;
	font-style: italic;
   color: rgb(102,102,204);
   text-decoration: underline;
}

#VTTlogo {
	text-align: center;
	color: rgb(102,102,204);
	font-weight: bold;
}

.LogoVert {
	width: 200px;
	
	padding: 0px;
	margin: 0px;
	border: none;
}