#corps{
	width: 70%;
	padding: 0px;
	margin: 0px;
	margin-left: 190px;
	margin-top: 5px;
	padding-bottom: 10px;
	border-top: 2px solid gray;
/*	border-bottom: 2px solid gray;*/
	text-align: justify;
	font-size: 15px;
	}
	
#mois li {
	display: inline;
	margin-right: 25px;
	text-decoration: underline;
	font-weight: bold;
	font-size: 13px;
	color: rgb(102,102,204);
}

#stage {
	display: inline;
	margin: 35px;
	text-decoration: none;
	font-weight: bold;
	font-size: 13px;
	color: rgb(102,102,204);
}

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

#corps td /* Les cellules normales */
{
   border: 1px solid rgb(102,102,204);
   vertical-align: top;
   text-align: center; /* 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: 14px;
}

#tableau li{
	padding: 0px;
	margin: 0px;
	list-style-type: none;
	text-align: left;
}

.col1 /* Les cellules normales */
{
   width: 250px;
}

.col1 img {
	margin-top: 15px;
}

.col1 img {
	border : none;
}

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

.evidence {
	font-size: 16px;
	font-weight: bold;
   color: rgb(102,102,204);
   text-decoration: none;
}


