h1 {

	font-family: "Arial", serif; 
	font-size: 32px;	
	color: black;
	background-color: white;
}

body {
	background-color: white;
}



h2 {

	font-family: "Merriweather", serif; 
	font-size: 20px;

	color: black;
	background-color: white;
	/*border: thick double #32a1ce;*/
	/*padding:10px*/
}



.fondbleuclair {

	background-color: lightblue;

}