body {
font-family: "prestige-elite-std",monospace;
font-style: normal;
font-weight: 700;
background-color: #f4efe2;
}

h1, h2, h3, h4, h5, h6 {
font-family: "prestige-elite-std",monospace;
font-style: normal;
font-weight: 700;
}

p {
	text-align: center;
}
#header-text {
	padding-bottom: 6px;
}

div.container {
	padding-left: 36px;
	padding-right: 36px;
}

#header-text h1 {
	font-size: 20px;
	text-align: center;
	display: block;
	width: 100%;
	padding-top: 12px;
	color: #6b132a;
}

img#logo {
	margin-top: 36px;
	height: auto;
	border: 5px solid #ffffff;
	margin-bottom: 6px;
}


address {
	text-align: center;
		padding-top: 36px;
	
}

#logo {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.illustration {
	width: 180px;
	padding: 0 20px 20px;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	display: block;
	height: auto;
}

img#vine.illustration {
	width: 350px;
	padding-bottom: 0;
	height: auto;
}

/* @group fwfp header */

#header-fwfp {
	background-color: #ffffff;
-webkit-box-shadow: inset 0 -18px 24px rgba(0, 0, 0, 0.12);
-moz-box-shadow: inset 0 -18px 24px rgba(0, 0, 0, 0.12);
box-shadow: inset 0 -18px 24px rgba(0, 0, 0, 0.12);
	padding: 10px 30px;
	position: relative;
	height: 50px;
	border-bottom: 1px solid #cbc8c8;
	display: block;
}

#header-fwfp h1 {
	font-style: normal;
	font: 12px "garamond-premier-pro-display",serif;
	font-style: normal;
	font-weight: 300;
	text-transform: uppercase;
	letter-spacing: 4px;
	width: 300px;
	text-align: center;
	position: absolute;
	top: 0;
	left: 30px;
	margin: 0;
	padding: 0;
	border-style: none;
}


h1#eng-head {
	color: #676767;
	position: absolute;
	top: 10px;
		text-shadow: 2px 2px 1px #ffffff;
	
}

h1#fr-head {
	color: #b7b7b7;
	text-shadow: 1px 1px 1px #ffffff;
	top: 25px;
}

#header-fwfp ul {
	width: 450px;
	clear: none;
	position: absolute;
	right: 0;
	top: 18px;
	margin: 0;
	padding: 0;
	font: 12px "garamond-premier-pro-display",serif;
	font-style: normal;
	font-weight: 300;
	list-style:none;
	
}
#header-fwfp ul li {
	float: left;
	font-size: 13px;
	margin: 0;
	padding: 0 5px;
	color: #7f7b7b;
}

#header-fwfp ul li a:link, #header-fwfp ul li a:active, #header-fwfp ul li a:visited {
	color: #821c31;
	text-decoration: none;
}
#header-fwfp ul li a:hover {
	color: #821c31;
	text-decoration: underline;
}

@media ( max-width : 768px ) {
#header-fwfp {
	display: none;
}
}

/* @end */