/* Votre Style */
body {
	background:#000;
	background-attachment: fixed;
	background-repeat:no-repeat; 
	color:#A0A0A0;
}
body h1 {
	background:url(../img/logoWaltes.png) no-repeat;
	display:block;
	text-indent:-9000px;
	width:258px;
	height:120px;
	position: absolute;
	top: 50%;
	margin-top: -120px !important;
	left: 50%;
	margin-left: -129px;
}
p.tagline, p.contact {
	position:absolute;
	top: 50%;
	width: 100%;
	max-width:1000px;
	text-align:center;
	letter-spacing: 0.2em;
}
p.tagline {
	margin-top:4px;
	left: 50%;
	transform: translate(-50%);
	text-transform: uppercase;
	font-size: 0.7em;
}
p.contact {
	left: 50%;
	transform: translate(-50%);
	top:auto;
	bottom:2%;
	font-size:0.65em;
	text-transform:uppercase;
	border-top: 1px solid;
	padding: 0.5em;
}
p.contact span {
	margin:0 5px;
	white-space:nowrap;
	padding: 0em 1.5em;
}
p.contact span.adresse {
	float: left;
}
p.contact span.adresse::before {
	content: "";
	border-left: 1px solid;
	height: 2.25em;
	position: absolute;
	left: 1em;
	top: -1em;
}
p.contact span.tel, p.contact span.email {
	float: right;
	margin-left: 0;
	padding-left: 0;
}
p.contact span.email {
	padding-right: 1em;
}
p.contact span.email::after {
	content: "";
	border-right: 1px solid;
	height: 2.25em;
	position: absolute;
	right: 1em;
	top: -1em;
}
p.contact span.email a {
	text-decoration:none;
	color: #A0A0A0;
}
p.contact span.email a:hover {
	text-decoration:underline;
}
p.contact span.tel {
	font-weight:bold;
	margin-right: 0;
	padding-right: 0.5em;
}
a.fb {
	background:url(../img/fb12.png) no-repeat;
	display:block;
	text-indent:-9000px;
	position:absolute;
	width:30px;
	height:30px;
	top:-395px;
	right:3px;
}
a.fb:hover {
	background-position:0 -30px;
}
@media (max-width:479px) {
	body h1 {
		background-size: 100% 100%;
		width: 250px;
		margin-left: -125px;
		height: 128px;
	}
	p.contact, p.horaires {
		line-height:1em;
		font-size:1em;
	}
}