body {
	background: url('images/fond_accueil.jpg') no-repeat center fixed;
	background-size: cover;	
}

#main {
	position: absolute; top: 50%; left: 50%;
	width:950px; height:580px;
	margin-left:-475px; margin-top:-290px;
}

#barre_verticale {
	position: absolute; top: 0; left:50%;
	width:2px; height:100%;
	margin-left:-1px;
	background-color: rgba(255,255,255,0.4);	
}

#barre_horizontale {
	position: absolute; top: 50%; left:0;
	width:100%; height:2px;
	margin-top:-1px;
	background-color: rgba(255,255,255,0.4);	
}

#logo {
	position: absolute; top: 135px; left: 140px;
	width:131px; height:108px;
	background: url('images/logo.png') no-repeat center center;	
}

#thierry_veron {
	position: absolute; top: 225px; left: 30px;
	width:360px; height:130px;
	text-align: center; line-height:130px;
	font-family: "Rochester";
	color:#761131;
	font-size: 60px;
	background-color: #eceadd;
}

#cave {
	position: absolute; top: 335px; left: 280px;
	padding:20px 30px;
	text-align: center;
	font-family: "Rochester";
	color:#761131;
	font-size: 37px;
	background-color: #eceadd;
}

#cave #separation {
	position: relative; top: 0; left: 0;
	width:160px; height:2px;	
	background-color: #761131;
	margin:15px auto 5px auto;
}

#langues {
	position: absolute; top: 100px; left: 600px;
	width:150px; height:60px;
	background-color: #eceadd;
}

#langues a {
	position: relative; top: 0; left: 0;
	width:42px; height:33px;
	display: block;
	float:left;
	text-align: center; line-height:33px;
	color:#FFF;
	background-color: #761131;
	font-size: 20px;
	font-family: "EB Garamond";
	text-decoration: none;
	margin:15px 0 15px 22px;
}

