/*-----------------------MISE EN PAGE ELEMENTS-----------------------*/

body{
	margin: 0px;
	margin-top: 12px;
	margin-bottom: 60px;
	background-image: url("./../images/bg.png");
	background-size: cover;
	background-repeat: no-repeat;
}


/*-----------------------CONTENU-----------------------*/

#tableau-fin{
	margin-top: 200px;
}


textarea{
	resize: none;
	width: 40%;
	font-size: 18px;
	border-radius: 40px;
	text-align: center;
}


.btn_fichier{
	background-color: white;
	border-radius: 10px;
}


.btn_envoyer{
	margin-top: 10px;
	margin-left: 10px;
	font-size: 16px;
	font-weight: bold;
	width: 100px;
	height: 40px;
	border-radius: 40px;
	background-color: green;
}

.formulaire-id{
	margin-left: 20px;
}


.id{
	resize: none;
	font-size: 18px;
	border-radius: 40px;
	text-align: center;
	background-color: white;
	width: 150px;
	height: 40px;
}


.valider{
	font-size: 16px;
	font-weight: bold;
	width: 100px;
	height: 40px;
	border-radius: 40px;
	background-color: red;
}