body {
	background-image: url(aventure2.jpg);
    color: yellow;
    font-family: accent-color;
    font-size: 22pt;
}
h1 {
	color:#0D69BA;
	text-align: center;
	text-decoration :underline;
}

h2 {
	text-align: center;
}

h3 {
	text-align: center;
	font-size: 36pt;
	color: blue 
}

p {
	background-image: url(aventure3.jpg);
	padding: 2em;
	color: red;
}

strong {
	color:skyblue;
	text-decoration : underline;
}

img {
	width: 800px;
}

figure {
	text-align: center;
}


