h1{
	size : 50px;
	color : purple;
	font-family : system-ui;
}

span{
	text-decoration : underline;
}

body{
	background-image : url(imgDeFond.jpg);
}

h2{
	size : 40px;
}

#bouton{
	color : blue;
	background-color : lightgrey;
	border : black;
}