﻿body {
	background-image: url(photos/hiver.jpeg);
	font-family: comic sans ms;
}
h1{
	color: #FF0000;
	text-align: center;
	font-size: 14pt;
	text-align: center;
}
a {
	color: red;
	font-size: 12pt
}
.page{
	display: none;
	position: absolute;
	left: 400px;
	top: 150px;
	width: 600px;
	height: 300px;
	padding: 10px;
	background-image: url(photos/cerisier.jpg);
	color: black;
	text-align: justify;
}
.avenir{
	display: none;
	position: absolute;
	left: 100px;
	top: 500px;
	width: 400px;
	height: 150px;
	background-color: white;
	color: black;
	border-style: dotted;
	border-width: 5px;
	border-color: black;
	border-radius: 10px;
	
}
.citation{
	position: absolute;
	right: 100px;
	top: 600px;
	background-color: white;
	border-radius: 10px;
}
.lao{
	position: absolute;
	left: 100px;
	top: 100px;
	background-color: white;
	border-radius: 10px;
}