/* CSS Vide grenier du 26/05/2019 */

.images img 	{
	width: 20%;
	border: 50px #DDD;
	box-shadow: 0px 0px 30px;
		}
.images_2 img 	{
	margin-top: 2%;
	width: 15%;
	border: 50px #DDD;
	box-shadow: 0px 0px 30px;
		}

h1	{
/*	position: fixed;*/
	text-align: center;
	top: 0px;
	width: 800px;
	background-color: #8899ff;
	border: 5px solid #777;
	border-radius: 15px;
	margin-left: auto;
	margin-right: auto;
	}
	
h2	{
/*	position: fixed;*/
	width: 300px;
	color: #ce5c00;
/*	background-color: #8899ff;
	border: 5px solid #777;
	border-radius: 15px;
	margin-left: auto;
	margin-right: auto; */
	}

