body
{
	background-color: peachpuff;
	background-image: url("Ressources/arbre.jpg");
	background-repeat : no-repeat;
	background-position: 390px 30px;
	background-size: 950px 550px;
	border-image: 2px solid black;
	border-radius: 10px 10px;
}
.t0
{
	position: absolute;
	top: 20px;
	width: 300px;
	height: 550px;
	background-color: aliceblue;
	border: 2px solid red;
	text-align: center;
	Font-size: 14px;
	border-radius: 10px 10px;
}
.t1
{
	position: absolute;
	top: 20px;
	left: 10px;
	width: 270px;
	background-color: HSL(60,75%,63%);
	border: 1px solid black;
	text-align: left;
	Font-size: 12px;
	border-radius: 10px 10px;
}
.t3
{
	position: absolute;
	top: 220px;
	left: 20px;
	width: 200px;
	background-color: aliceblue;
	border: 1px solid black;
	text-align: left;
	Font-size: 12px;
	border-radius: 10px 10px;
}
.t4
{
	position: absolute;
	top: 290px;
	left: 20px;
	width: 200px;
	background-color: HSL(60,75%,63%);
	border: 1px solid black;
	text-align: left;
	Font-size: 12px;
	border-radius: 10px 10px;
}
.t5
{
	position: absolute;
	top: 350px;
	left: 20px;
	width: 200px;
	border: 1px solid black;
	background-color: HSL(60,75%,63%);
	text-align: center;
	border-radius: 10px 10px;
	Font-size: 14px;
}
.t6
{
	position: absolute;
	top: 100px;
	left: 20px;
	width: 200px;
	border: 1px solid black;
	background-color: HSL(60,75%,63%);
	text-align: left;
	border-radius: 10px 10px;
	Font-size: 12px;
}
.t7
{
	position: absolute;
	top: 300px;
	left: 20px;
	width: 200px;
	border: 1px solid aliceblue;
	text-align: center;
	Font-size: 14px;
}
.t8
{
	position: absolute;
	top: 510px;
	left: 10px;
	width: auto;
	border: 1px solid transparent;
	text-align: center;
	border-radius: 10px 10px;
	Font-size: 14px;
}
.t9
{
	position: absolute;
	top: 510px;
	left: 140px;
	width: 120;
	border: 1px solid transparent;
	text-align: center;
	border-radius: 10px 10px;
	Font-size: 14px;
}
.tarbre1
{
	Position : Absolute;
	background-image: url("Ressources/Ecrans/arbre_ete.jpg");
	background-size : contain;
	top: 20px;
	left: 450px;
	Width: 730px;
	Height: 550px;
	background-repeat : no-repeat;
	border: 2px solid red;
	border-radius: 10px 10px;
}
.tarbre2
{
	Position : Absolute;
	background-image: url("Ressources/Ecrans/arbre_hivers.jpg");
	background-size : contain;
	top: 20px;
	left: 450px;
	Width: 730px;
	Height: 550px;
	background-repeat : no-repeat;
	border: 2px solid red;
	border-radius: 10px 10px;
}
table
{
	Border-collapse: collapse;
}
th, td{
	padding: 10px;
	Font-size: 10px;
}
.btnretour {
	width: auto;
	padding: 2px 18px;
	background-color: Orange;
	border-radius: 10px 10px;
}
.btnok {
	width: auto;
	padding: 2px 18px;
	background-color: Lime;
	border-radius: 10px 10px;
}