
div {
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	width: 1400px; /* largeur obligatoire pour être centré */
}

img {
	width: 600px;
	height: auto;
}

p{
	font-size: 38px;
	font-family: 'Quicksand', sans-serif;
	color:#3F6182;
}

h1{
display: none;
}

#SAS-KALLISTE img{
	width: 300px;
	height: auto;
}

.link {
	color: #8FD1FF;
}

.link:hover { 
	color: #1A4883; 
}