#corps{
	width: 65%;
	padding: 10px;
}
	
#corps table {
	border: none;
/*	border: 4px 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: 10px; /* Petite marge intérieure aux cellules pour éviter que le texte touche les bordures */
   font-size: 24px;
   color: rgb(102,102,204);
}

#corps .col1  /* Les cellules normales */
{
   background : none;
   width : 80px;
   vertical-align: middle;
}

#corps a {
   text-decoration: none;
   font-size: 24px;
   color: rgb(102,102,204);
}

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

#corps ul, #corps li{
	display: inline;
	padding: 0px;
	margin: 0px;
	list-style: none;
}



