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

#PlanAcces {
	margin: 50px auto; /* Centre le tableau */
}

#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 .null {
	border-right: none;
	border-left: none;
	background: none;
}

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

#corps .mail {
	margin-left: 10px;
}

#corps ul {
	padding: 0px;
	list-style-type: none;
	text-indent: 20px;
}

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

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

#menu3 .lstimg {	
	list-style-type: none;
	padding: 0px;
	margin: 0px;
	margin-top: 5px;
	text-align: center;
	}

#menu3 .lstimg img {
	border: none;
}

#pied_de_page{
	width: 450px;
}




