#corps .table_ass {
	margin: auto; /* Centre le tableau */
	margin-bottom: 20px;
	margin-right: 0px;
	margin-top : 5px;
	padding: 0px; /* Petite marge intérieure aux cellules pour éviter que le texte touche les bordures */
	padding-left : 15px;
	font-size: 13px;
	text-align: center;
	background-image:url("../ImgAccueil/fond.jpg"); 
}

#corps h3 {
	text-align: center;
	font-variant: small-caps;
	color: rgb(102,102,204);
	font-size: 18px;
	font-weight: bold;
	text-decoration: none;
}

#corps h4 {
	text-align: center;
	color: rgb(102,102,204);
	font-size: 16px;
	font-weight: bold;
	text-decoration: none;
}

#corps p {
	font-size: 14px;
	color: black
}

#corps a {
	text-decoration: none;
	color: black
}

#corps img {
	border: none;
}

#corps td /* Les cellules normales */
{
   border: none;
   vertical-align: top;
   text-align: center; /* 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: 13px;
}

#corps .souligne {
	text-decoration : underline;
	font-variant: small-caps;
}

#pied_de_page{
	width: 450px;
}






