
body	{
	font-family: 'AddeXMedium'; 
	font-size: 40px;
	background-color: black;
	color: red;
}

h1 {
	font-size: 60px;
	text-align: center;
	color:red;
	
}

.page {
	width: 100%;

}
.texte {
	position:absolute;
	font-size: 120%;
	min-width: 200px;
	z-index: 1000;
}
.menu {
	background-color: black;
	color: red;
	padding:10px;
	position: absolute;
    width: auto;
}
.carte {
	position: absolute;
}


a {
	color: red;
	text-decoration: red;
	text-align: center;
}
a:visited {
	color: red;
	text-decoration: red;
	text-align:center;
}
