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

body{
	background: linear-gradient(#b4aa76, 60%, #258300);
	background-size: cover;
}


/*-----------------------PANIERS PUBLIQUES-----------------------*/

#paniers{
	text-align: center;
	margin: 0 auto;
	width: 90%;
	margin-top: 100px;
	margin-bottom: 200px;
}


#paniers table{
	display: inline-block;
}


#paniers p{
	margin-left: 10px;
	color: white;
	font-size: 20px;
}