@font-face{
	font-family: "Chelsea Market";
	font-style: normal;
	font-weight: 400;
	src: local('Chelsea Market'), local('ChelseaMarket-Regular'), url(../fonts/chelsea-market.woff) format('woff');
}

@font-face {
	font-family: 'Marck Script';
	font-style: normal;
	font-weight: 400;
	src: local('Marck Script'), local('MarckScript-Regular'), url(../fonts/marck-script.woff) format('woff');
}

h1{
	margin-top: 0;
	margin-bottom: 0;
}

html{
	width: 100%;
	background: #3A0404;
	font-family: "Trebuchet MS", "Arial", sans-serif;
}

body{
	/*width: 1000px;
	margin: 0 auto;
	padding: 0;*/
	background-color: inherit;
}

header{
	/*height: 180px;*/
	/*margin: 0;*/
	padding-top: 20px;
	padding-bottom: 10px;
	background: #600505;
}

header h1{
	/*width: 700px;*/
	text-align: center;
	color: #DD974B;
	font-family: "Chelsea Market", "Palatino", "Arial", sans-serif;
	font-weight: normal;
	/*line-height: 70px;*/
	background: #E0D4BE;
	border-radius: 50% 50% 50% 50%;
	box-shadow: 0px 0px 7px black;
}

#titre-princ{
	padding: 5% 8%;
}

@media (min-width: 992px){
	#titre-princ{
		padding: 4%;
	}
}

header h1 a, header h1 a:hover{
	color: inherit;
	text-decoration: inherit;
}

#lieu{
	font-size: 0.6em;
	/*position: relative;*/
	/*left: 170px;*/
	/*bottom: 10px;*/
}

#mask-poule{
	height: 100%;
	overflow: hidden;
	display: inline-block;
	float: right;
	/*margin-top: 13px;*/
}

@media(min-width: 1200px){
	#mask-poule{
		/*margin-top: 50px;*/
	}
}

#poule{
	width: 200%;
}

#poule:hover{
	margin-left: -100%;
}

#poule img{
	width: 50%;
	display: inline-block;
	float: left;
	/*margin-right: 1px;*/
}

#meuble{
	/*display: inline-block;:;*/
	/*float:left;
	margin: 50px auto 10px 10px;*/
}

#meuble img{
	/*height: 120px;
	width: 120px;*/
	margin-top: 15px;
}

nav{
	/*height: 52px;*/
	background: #E0D4BE;
	box-shadow: 0px 0px 5px black;
	position: relative;
}

#menu{
	/*margin: 0px auto;*/
	/*padding: 0;*/
	/*width: 700px;*/
	/*height: 40px;*/
	margin-bottom: 0;
	padding-left: 0;
}

#menu li{
	/*width: 19%;*/
	/*height: 30px;*/
	list-style: none;
	text-align: center;
	font-family: Trebuchet MS, Arial, sans-serif;
	font-weight: bold;
	font-size: 0.8em;
	padding-left: 0;
	padding-right: 0;
}

@media(max-width: 991px){
	#menu li:not(:last-of-type){
		border-bottom: 1px solid #DD974B;
	}
}

#menu a{
	display: inline-block;
	margin-left: -15px;
	margin-right: -15px;
	width: 100%;
	padding-top: 10px;
	padding-bottom: 10px;
}

#menu a, #menu a:visited{
	color: #272727;
	text-decoration: none;
}

#menu a:hover, #menu a.actual{
	color: #3A0404;
}

#menu a:hover, #menu a:focus{
	outline: none;
	text-decoration: none;
	background: #F2EFE9;
}

#menu a.actual{
	text-decoration: underline
}

#main-wrapper{
}

footer{
	
	background: #E0D4BE;
	box-shadow: 0px 0px 7px 0px black;
}

footer p{
	padding: 6px 15px;
	font-family: Trebuchet MS, Arial, sans-serif;
	font-size: 0.8em;
	margin-bottom: 0;
}

footer .right{
	text-align: right;
	float: right;
}

footer a, footer a:visited{
	text-decoration: none;
	color: #3A0404;
}

footer a:hover{
	text-decoration: underline;
}

.bordurehaut, .bordurebas{
	height: 5px;
	margin: 0;
	padding: 0;
}

.bordurehaut{
	border-bottom: 1px solid #DD974B;
}

.bordurebas{
	border-top: 1px solid #DD974B;
}

#wrapper{
	background: #F2EFE9;
	min-height: 300px;
	padding-bottom: 50px;
	/*padding: 10px 10px 50px;*/
}

#wrapper h2{
	text-align: center;
	font-family: "Chelsea Market", "Palatino", "Arial", sans-serif;
	font-weight: normal;
}

a:active{
	position: relative;
	top: 1px;
}

a:focus{
	outline: none;
	text-decoration: underline;
}
