/* FEUILLES DE STYLES À INTÉGRER DANS LES PAGES AVEC TABLEAUX */

/* GESTION DES AFFICHAGES DES ANCIENNES PAGES INTERIEURES*/

@media screen and (max-width:800px){

img {
	max-width: 80vw;
	height:auto;
}

	tr {
		display:flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;
	}

}