@charset "utf-8";
/* CSS Document */

body {
	background: #efefef;
	color: #000000;
	font-family: expo-serif-pro, Georgia, serif;
	font-size: 20px;
	text-align: justify;
	}
	
	@media screen and (min-width: 1024px) {
		.largeur  {
			margin-left: 25%;
			margin-right: 25%;
		}
	}
	
	@media screen and (min-width: 768px)  {
	table, thead, tbody, th, td, tr { 
		display: flex; 
	}
	}
	
	
img {
	max-width: 100%;
	height: auto;
	text-align: center;
	}

a {
	color:#336633;
	text-decoration:none;
	}