#corps .table_ass {
	margin: auto; /* Centre le tableau */
	margin-bottom: 20px;
	margin-right: 180px;
	padding: 15px; /* Petite marge intérieure aux cellules pour éviter que le texte touche les bordures */
	color: white;
	background: rgb(102,102,204);
}

#corps h2 {
	text-align: center;
	font-variant: small-caps;
	color: rgb(102,102,204);
}
	
#corps h4 {
	font-variant: small-caps;
	color: white;
}

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

#corps img {
	border: none;
}

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

#corps ul {
	padding: 0px;
	margin: 0px;
	list-style-type: none;
}

#corps dt {
	font-size: 15px;
	font-weight: bold;
}

#corps dd {
	padding-left: 0px;
	margin-left: 20px;
}

#menu3{		/* menu3 : empilement de photos à droite du corps */
	padding: 0px;
	margin: 0px;
   float: right; /* Le menu flottera à gauche */
   width: 160px; /* Très important : donner une taille au menu */
	}

#menu3 img {
	display: block;
	margin: 0px;
	margin-bottom: 5px;
	padding: 0px;
	border: none;
}

#pied_de_page{
	width: 450px;
}






