body{
	font-family: 'Hammersmith One', sans-serif;
	background-color: black;
	color: white;
	letter-spacing: -1px;
	text-shadow: -1px 1px 8px #333, 1px -1px 8px #333;
}

#content{
	text-align: center;
	font-size: 22px;
	width: 100%;
}

#space{
	height: 310px;
}

#white-band{
	width: 102%;
	height: 250px;
	background-color: #f6f6f6;
	margin-left: -8px;
	z-index: 4;
	margin-top: -4px;
	margin-bottom: -4px;
}

#info{
	margin-right: auto;
	margin-left: auto;
	width: 500px;
	text-shadow:0px 0px 5px #333;
}

#logo{
	width: 522px;
	height: 190px;
	background-size:100%;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../images/logo-blanc.svg);
	position: relative;
	top: 24px;
}


#open{
	color: white;
	font-size: 43px;
	margin-top: 30px;
	margin-bottom: 0;
	letter-spacing: -1px;
}

#slogan{
	font-size: 26px;
	color: silver;
	letter-spacing: -1px;
	margin-bottom: 10px;
}

#email{
	font-size: 20px;
}

a{
	color: white;
	text-decoration: none;
}

a:hover{
	color: silver;
	text-decoration: none;
}