@import url('https://fonts.googleapis.com/css2?family=Inknut+Antiqua:wght@300;400&display=swap');

body {
	text-align:center;
	margin:20px;
	color: #fff;
	background-color: #2A2828;
	font-family: "Inknut Antiqua", Garamond, "Times New Roman", serif;
	line-height: 1.3;
}

#conteneur {
	margin: 0 auto;
	text-align: left;
	width: 100%;
	max-width: 1100px;
}		

.carte {
	width: 300px;
	margin-bottom: 20px;
	-moz-border-radius:20px;
	-webkit-border-radius:20px;
	border-radius:20px;
}	

.carte_agrandie {
	-moz-border-radius:60px;
	-webkit-border-radius:60px;
	border-radius:60px;
	width: 100%;
	max-width: 800px;
}

#zone_carte_agrandie {
	margin-top: 80px;
	margin-bottom: 80px;
	text-align:center;
}

h1 {
	text-align: center;
	font-size: 5em;
	color: #e4643f;
}

p {
	font-size: 2em;
}

p .note {
	font-size: 1em;
}

.note {
	font-size: 1em;
	text-align:center;
}

table#bureau {
	width: 100%;
	margin-top: 80px;
	margin-bottom: 80px;
	padding-left: 0;
	border: 0;
}

table#bureau td + td + td {
	text-align:right;
}

table#bureau td + td {
	text-align:center;
}

table#bureau td {
	text-align:left;
}

a {
	color: #e4643f;
}

.lien_cache {
	text-decoration: none;
	color: #fff;
	cursor: text;
}