.body
{
	background-color: var(--fondStandard); 
}

.corps
{
	padding: 5px;
	display: flex;
	flex-direction: column;
	text-align: center;
}

.imgContact{
	width: auto;
}

table{
	margin: auto;
	border: none;
}

th
{
	padding: 5px;
	font-weight: bold;
	font-size : large;
}
td
{
	padding: 5px;
	font-weight: bold;
	/*border: 1px solid black;*/
}

.ltitre 
{
	text-align: left;
	color: white;
}


.ctitre
{
	text-align: center;
	color: white
}
