/* Styles par défaut */
* {
	box-sizing: border-box;
	margin: 0;
	padding: 0;	
	font-family: "segoe ui", sans-serif;
	text-decoration: none;
}

html, body{
	height: 100%;
	background-color: #F4F6FF;
}