body { 
    font-family: 'BebasNeueRegular'; 
	background-color:#FFDEFB;
    font-weight: normal; 
    font-style: normal; 
	font-size: 30px;
	color: #5EA4EA;
}

h1 {
	font-family: 'BebasNeueRegular';
	font-size: 60px;
	color: #2D7FBF;
	text-align: center;
}

.carte {
	position: absolute;
	border: 5px solid white;
}	

.texte {
	position: absolute;
	font-size: 24px;
	min-width: 400px;
}

a {
	color:#4badd1;
	font-family: 'BebasNeueRegular';
	text-decoration: none;
	font-size: 26px;
}	

.titrebaisse {
	margin-top: 60px;
}

.page {
	text-align: center;
	margin: auto;
}

.index {
	position: absolute;
	top: 3px;
	left: 3px;
}

	
