html, body 
{
height: 100%;
padding: 0;
margin: 0;
}

body 
{
min-height: 100%;
margin: 0 auto;
font-family: 'Roboto Slab', serif;
background-color: #ffc61e;
}


@media screen and (min-width: 1501px)
{
	#centragegénéral
	{
	margin-left: 25%;
	margin-top: 5%;
	width: 831px;
	}
}

@media screen and (max-width: 1500px)
{
		#centragegénéral
		{
		margin-left: 25%;
		margin-top: 1%;
		width: 831px;
		
		}
}

#contact
{
display: inline-block;
background-image: url('Images/contact.png');
background-repeat: no-repeat;
height: 490px;
width: 830px;
}


#plaquette
{
text-align: center;
font-size: 2em;
color: #633a11;
}