body
{
	background-color: peachpuff;
	background-repeat : no-repeat;
	background-position: 390px 30px;
	background-size: 950px 550px;
	border-image: 2px solid black;
	border-radius: 10px 10px;
}
.ta
{
	position: absolute;
	Color: Lime;
	top: 15px;
	left: 450px;
	text-shadow: 3px 3px red;
	Font-size: 60px;
}
.tnews
{
	position: absolute;
	top: 330px;
	width: 280px;
	background-color: HSL(60,75%,63%);
	border: 2px solid red;
	text-align: left;
	Font-size: 10px;
	border-radius: 10px 10px;
}
.familles
{
	position: absolute;
	top: 500px;
	width: 280px;
	background-color: HSL(60,75%,63%);
	border: 2px solid red;
	text-align: left;
	Font-size: 10px;
	border-radius: 10px 10px;
}
.t0
{
	position: absolute;
	top: 70px;
	width: 950px;
	left: 350px;
	background-color: aliceblue;
	border: 2px solid red;
	text-align: left;
	Font-size: 12px;
	border-radius: 10px 10px;
}
.t1
{
	position: absolute;
	top: 30px;
	height:200px;
	width: 280px;
	background-image: url("Ressources/Ecrans/arbre_hivers.jpg");
	background-size : cover;
	border: 2px solid red;
	text-align: left;
	padding: 10px;
	Font-size: 12px;
	border-radius: 10px 10px;
}
.t8
{
	position: absolute;
	top: 270px;
	left: 40px;
	width: 240px;
	border: 1px solid transparent;
	text-align: center;
	border-radius: 10px 10px;
	Font-size: 14px;
}
.btnok {
	width: auto;
	padding: 2px 18px;
	background-color: Lime;
	border-radius: 10px 10px;
}