.body
{
	background: var(--fondStandard);; 
}


.corps
{
	padding: 5px;
}

a img
{
	border: none; 
}

.corps th
{
	padding: 5px;
	font-weight: bold;
	font-size : large;
}
.corps td
{
	padding: 5px;
	font-weight: bold;
	border: 1px solid black;
}

.ltitre 
{
		text-align: left;
		color: white;
}

.ctitre 
{
	text-align: center;
	color: white;
}

.bouton{
	padding: 0.3rem 0.7rem;
    border-radius: 1rem;
    border: 2px solid red;
	margin: 1rem;
	background: var(--fondSuccess);
}
