@charset "utf-8";
/* CSS Document */

body {
  	font-family: "Open Sans", sans-serif;
	color: #3D441E;
	background-image: url("../img/Background.jpg"); 
	background-size: cover;
	background-attachment: fixed;
}
container {
		width: 512px;
		margin-left: auto;
		margin-right: auto;
		display: block;
		position: relative;
    }

#Menu {
	width: 100%;
	height: 48px;
	background-image: url("../img/BG_Orange.jpg");
	background-position: center;
	background-size: cover;
}
#Menu .selection {
		width: 256px;
		height: 48px;
		margin-left: auto;
		margin-right: auto;
		border-radius: 20px;
		overflow: hidden;
		margin-bottom: 32px;
		margin-top: 32px;
		background-image: url("../img/fleche.png");
		background-position: right center;
		background-repeat: no-repeat;
	}
#Menu .selection select {
		width: 268px;
		height: 48px;
		background-color: transparent;
		text-align: center;
		border: none;
		color: #c7ab76;
		font-size: 1.1em;
		padding: 0px;
		margin: 0px;
	}
#Menu .selection select option{
		height: 40px;
		background-color: #b76205;
		text-align: center;
		border: none;
		color: #c7ab76;
	}

	img {
		width: 100%;
		height: auto;
		padding: 0px;
		margin-top: 0px;
		
	}
	ul {
		list-style: none;
		padding: 0px;
		margin: 0px;
	}
	li {
		padding: 0px;
		margin: 0px;
	}
header {
		width: 100%;
		margin: 0px;
		padding: 0px;
		position: relative;
	}
header img {
		width: 92px;
		height: auto;
		padding: 0px;
		margin-left: auto;
		margin-right: auto;
		margin-bottom: 32px;
		margin-top: 32px;
		display: block;
	}
	
