body
{
	background-color: PaleGoldenrod;
}
h1 {
  margin: 2px 0;
  padding: 0;
  line-height: 0.8;
  font-size: 20px;
}
h3 {
  margin: 2px 0;
  padding: 0;
  line-height: 1.2;
  font-size: 12px;
}
h4 {
  margin: 2px 0;
  padding: 0;
  line-height: 1.2;
  font-size: 11px;
}
.tarbre1
{
	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 gray;
	border-radius: 10px 10px;
}
.tarbre2
{
	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 gray;
	border-radius: 10px 10px;
}
.ta
{
	position: absolute;
	Color: Yellow;
	top: 420px;
	left: 500px;
	text-shadow: 3px 3px blue;
	Font-size: 72px;
}
.tarbre
{
	position: absolute;
	background-color: yellow;
	top: 40px;
	left: 1000px;
	Font-size: 12px;
	border-radius: 10px 10px;
}
.tnews
{
	position: absolute;
	top: 500px;
	width: 250px;
	background-color: HSL(60,75%,63%);
	border: 2px solid red;
	text-align: left;
	Font-size: 10px;
	border-radius: 10px 10px;
}
.t0
{
	position: absolute;
	top: 20px;
	width: 300px;
	height: 550px;
	background-color: aliceblue;
	border: 2px solid gray;
	text-align: center;
	Font-size: 14px;
	border-radius: 10px 10px;
}
.t1
{
	position: absolute;
	width: 250px;
	background-color: aliceblue;
	border: 2px solid gray;
	text-align: left;
	padding: 10px;
	Font-size: 12px;
	border-radius: 10px 10px;
}
.t2
{
	position: absolute;
	top: 130px;
	left: 20px;
	width: 250px;
	background-color: HSL(60,75%,63%);
	border: 1px solid gray;
	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 gray;
	text-align: left;
	Font-size: 12px;
	border-radius: 10px 10px;
}
.t4
{
	position: absolute;
	top: 320px;
	left: 20px;
	width: 200px;
	background-color: HSL(60,75%,63%);
	border: 1px solid gray;
	text-align: left;
	Font-size: 12px;
	border-radius: 10px 10px;
}
.t5
{
	position: absolute;
	top: 350px;
	left: 20px;
	width: 200px;
	border: 1px solid gray;
	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 gray;
	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: 130px;
	width: 140px;
	border: 1px solid transparent;
	text-align: center;
	border-radius: 10px 10px;
	Font-size: 14px;
}
.t10
{
	position: absolute;
	top: 460px;
	left: 130px;
	width: 140;
	border: 1px solid transparent;
	text-align: center;
	border-radius: 10px 10px;
	Font-size: 14px;
}
table
{
	Border-collapse: collapse;
}
th, td{
	padding: 10px;
	Font-size: 10px;
}
.btnretour {
	top:450px;
	width: auto;
	padding: 2px 18px;
	background-color: Orange;
	border-radius: 10px 10px;
}
.btnraz 
{
	top:450px;
	left: 80Px;
	width: auto;
	padding: 2px 18px;
	background-color: silver;
	border-radius: 10px 10px;
}
.btnok {
	top:450px;
	left: 150Px;
	width: auto;
	padding: 2px 18px;
	background-color: Lime;
	border-radius: 10px 10px;
}