body{
	background-color: black;
	color: white;
}

img {
	width: 500px;
}

#menu {
	position: absolute;
	top: 5%;
	left: 50%;
}

#menu a {
	float: left;
	padding: 30px;
	border: solid 1px black;
	background-color: #DDCE8B;
}

#action {
	position: absolute;
	top: 15%;
	left: 50%;
}

#welcome {
	position: absolute;
	top: 15%;
	left: 20%;
	font-size: 20px;
}

.contenu {
	position: absolute;
	top: 25%;
	left: 5%;
	border: solid 1px white;
	border-collapse:collapse;
}

.contenu td{
	border: solid 1px white;
	padding: 10px;
	text-align: center;
}

.contenu th{
	border: solid 1px white;
	padding: 10px;
	text-align: center;
	background-color: #DDCE8B;
	color: #107AB7;
	font-size: 20px;
}

.submit{
	background-color: #DDCE8B;
	width: 50px;
	height: 50px;
	font-size: 20px;
}

.imgsuprr{
	width: 80px;
}

.buttonSuppr{
	font-size: 0px;
	background-image: url('del_eco.jpg');
	width: 60px;
	height: 51px;
	border: 0px;
}