#corps{
	width: 65%;
	padding: 10px;
}
	
#corps table {
/*	border: none;*/
	border: 3px outset blue;
	margin: auto; /* Centre le tableau */
	width: 100%;
}

#corps td /* Les cellules normales */
{
   border: none;
   vertical-align: center;
   text-align: left; /* Tous les textes des cellules seront centrés*/
   padding: 0px; /* Petite marge intérieure aux cellules pour éviter que le texte touche les bordures */
   font-size: 20px;
}

#corps .impair td {
   width: 20%;
}


#corps a {
   text-decoration: none;
}

#corps img{
   padding: 0px;
   margin: 0px;
   padding-top: 5px;
   border: none;
}

h3 {
	padding: 10px;
	margin-top: 15px;
	margin-bottom: 0px;
	font-size: 24px;
   color: rgb(102,102,204);
   text-decoration: none;
   padding-left: 20px;
   font-weight: bold;
}


