html,body {
	margin: 0;
	padding: 0;
	background-color:#064AF7;
}
#block1 {
	margin: auto;
	width: 100%;
	max-width: 900px;
	height: auto;
	background-color:#D3D4D7;
	border-radius: 4%;
	box-shadow: 0px 0px 10px #999;
}

img {
	width: 35%;
	float: left;
	margin-right: 2%;
	margin-left: 1%;
	border-radius: 4%;
	box-shadow: 0px 0px 10px #999;
}
p {
	line-height: 150%;
	font-family: 'BioRhyme', serif;
	color: black;
	font-weight: bold;
}
h1,h2 {
	font-family: 'BioRhyme', serif;
	text-align: center;
	color: #415184;
	font-weight: bold;
}
#texte {
	margin-top: 10%;
}
#block2 {
	margin: 2%;
}
a {
	color: #261780;
}
a:hover {
	text-decoration: none;
	color: #eeeeee;
}
strong {
	text-decoration: underline;
	text-decoration-color: #e57e00;
	text-decoration-style: double;
}
li {
	line-height: 150%;
	font-family: 'BioRhyme', serif;
	color: black;
	font-weight: bold;
}
i {
	line-height: 150%;
	font-family: 'BioRhyme', serif;
	color: black;
	font-weight: bold;
}
#marge {
	margin-top: 120px; 
}