body {
	background-color: black;
	color: Blue;
	font-size: 20px;
	font-family: sans-serif;
	text-align:center
}
h1 {
	background-color: white;
	color: Blue;
	font-size: 50px;
	font-family: sans-serif;
	background-image: url("travailsnt1/FFBB_SNT.jpg");
	background-size: contain;
	
}
p {
	font-family: arial;
	font-size: 14px;
	color: white;

}
.style1 {
	background-color: DodgerBlue;
	color: black;
	padding: 5px;
	margin: 50px;
	
	}
	
	
h2 {
	
	color: Blue;
	font-size: 35px;
	font-family: sans-serif;
	
	



}