html{
	height: 100%;
}
body{
	margin: 0;
	padding: 0;
	background: url('_design/ondule.png') top left repeat;
	background-color: #ebead6;
	font-family: 'merribold', Arial;
	color: #5f9b9c;
	font-size: 16px;

}
a{
	font-family: 'merribold', Arial;
	text-decoration: none;
	color: #5f9b9c; 
}
img, video{
	max-width: 100%;
	height: auto;
}
video{
	margin: auto;
	display: block;
}
@font-face {
    font-family: 'merri';
    src: url('_font/franchise-regular-webfont.woff2') format('woff2'),
         url('_font/franchise-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'merribold';
    src: url('_font/merriweather-bold-webfont.woff2') format('woff2'),
         url('_font/merriweather-bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'merribolditalic';
    src: url('_font/merriweather-bolditalic-webfont.woff2') format('woff2'),
         url('_font/merriweather-bolditalic-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

#container{
	max-width: 1000px;
	margin: auto;
}
#frame1{
	margin: 5px;
	border: 1px solid #cea52c;
}
#frame2{
	margin: 3px;
	border: 10px solid #cea52c;
	position: relative;
	background: url('_design/city.png') bottom center no-repeat;
}
#deco1{
	width: 110px;
	height: 32px;
	background-image: url('_design/deco1.png');
	position: absolute;
	top: -3px;
	left: -58px;
}
#deco2{
	width: 227px;
	height: 42px;
	background-image: url('_design/deco2.png');
	position: absolute;
	bottom: -19px;
	right: -5px;
}
#marge{
	margin: 0 30px 240px 30px;
}
#logo{
	margin-top: 25px;
}
.cross{
	width: 107px;
	height: 11px;
	background-image: url('_design/cross.png');
	margin: 20px 0;
}
.spacer{
	width: 110px;
	height: 32px;
	background-image: url('_design/deco1.png');
	margin: 20px auto;
}
h1{
	margin: 50px 0 20px 0;
	font-size: 2.5em;
	word-wrap: break-word;
	text-transform: uppercase;
}
h2{
	font-size: 2em;
	margin: 10px 0;
}
h3, h4{
	font-family: 'merribolditalic';
	font-size: .8em;
	margin: 0;
}
p{
	font-size: 1em;
	padding: 0;
	text-align: justify;
	word-wrap: break-word;
	-webkit-hyphens: auto;
	-moz-hyphens: auto;
	-ms-hyphens: auto;
	-o-hyphens: auto;
	hyphens: auto;
}
.status{
	background: url("_design/star.png") top center no-repeat;
	font-size: 1.35em;
	text-align: center;
	color: #cea52c;
	padding: 0;
	margin: 0;
	height: 50px;
	line-height: 50px;
	margin: 40px 0;
}

ol, ul{
	font-family: 'merri';
	font-size: 1em;
	padding: 10px 20px 10px 40px;
	margin: 20px;
	border: 1px solid #cea52c;
}

ul#menu{
	border: 0;
	margin: 50px 0 0 0;
	padding: 0;
	list-style-type: none;

}
ul#menu li{
	margin: 0 15%;
	padding: 0;
	width: 70%;
}
ul#menu li a{
	display: block;
	border: 1px solid #5f9b9c;
	text-align: center;
	font-size: 1.25em;
	padding: 10px;
	margin: 10px;

}


@media screen and (max-width: 800px){
	#marge{
		margin: 0 15px 260px 15px;
	}
	h1{
		font-size: 1.75em;
	}
	h2{
		font-size: 1.5em;
	}
	.status{
		font-size: 1em;
	}
	ol, ul{
		margin: 0;
	}
	ul#menu li{
		margin: 0 5%;
		padding: 0;
		width: 90%;
	}
}








