#mois li {
	display: inline;
	margin-right: 15px;
	
	text-decoration: underline;
	font-weight: bold;
	font-size: 13px;
	color: rgb(102,102,204);
}

#corps table {
	margin: auto; /* Centre le tableau */
	margin-top: 15px;
	
	border-collapse: separate;
	border: 1px solid rgb(102,102,204);
/*	width: 95%;*/
}

#corps td /* Les cellules normales */
{
	padding: 15px; /* Petite marge intérieure aux cellules pour éviter que le texte touche les bordures */
   border: 1px solid rgb(102,102,204);
	width: 50%;
   vertical-align: top;
   text-align: center; /* Tous les textes des cellules seront centrés*/
   font-size: 13px;
}

.tableau li{
	list-style-type: none;
	text-align: left;
}

.titre {
	margin: 0px;
   font-weight: bold;
	font-size: 15px;
   color: rgb(102,102,204);
   text-decoration: none;
}

.imggauche{
   min-width: 80px;
   max-width: 250px;
   min-height: 20px;
   max-height: 100px;

   padding: 0px;
   margin: 0px;
   padding-top: 5px;

   border: none;
}

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

.gotop {
	text-align: right;
}

