@CHARSET "UTF-8";

#univers_autre_1 {
	position: absolute;
	top: 300px;
	left: 15px;
}

#univers_autre_2 {
	position: absolute;
	top: 400px;
	left: 15px;
	
	cursor: Pointer;
}

#univers_autre_3 {
	position: absolute;
	top: 500px;
	left: 15px;
	
	cursor: Pointer;
}

#presentation {
	position: absolute;
	margin: 0px;
	padding: 0px;
}

#titre_presentation {
	position: absolute;
	top: 252px;
	/*left: 140px;*/
	
	width: 1000px;
	height: 40px;
	
	background: #58585a;
}

#contenu_presentation {
	position: absolute;
	top: 292px;
	/*left: 140px;*/
	
	width: 1000px;
	height: 505px;
	
	background: #f5f5f5;
}

#titre {
	position: absolute;
	top: 252px;
	left: 240px;
	width: 800px;
	
	font-family: "FjallaOne-Regular";
	font-size: 24px;
	
	color: #fff;
	
}

#contenu {
	position: absolute;
	top: 300px;
	left: 250px;
	
	width: 480px;
	
	font-family: "Maeven-Pro";
	font-size: 12px;
	text-align: justify;
	line-height: 15px;
	color: #58585a;
	
}

#slogan {
	text-align: center;
	font-family: "Maeven-Pro";
	font-weight: bold;
	font-size: 12px;
	color: #e53e21;
}

#bottom {
	top: 795px;
}

.errors {
	margin-top: 0em;
}

.red {
	background-color: #ff9797;
}

#bandeau_univers {
	position: absolute;
	top: 284px;
	left: 755px;
	
	width: 235px;
	height: 505px;
	
	background: #58585a;
}

#libelle_contact {
	position: absolute;
	left: 15px;
	top: 15px;
}

#titre_contact {
	font-family: "FjallaOne-Regular";
	font-size: 24px;
	color: #d2d1d1;
	line-height: 30px;
	display:block;
}

#texte_contact {
	font-family: "Maeven-Pro";
	font-size: 12px;
	color: #FFFFFF;
	line-height: 14px;
	display:block;	
}

#libelle_contact a{
	text-decoration: none;
	color: #FFFFFF
}

#btn-contactez-nous {
	position: absolute;
	left: 15px;
	top: 205px;
	
	cursor: Pointer;
}

#btn-contactez-nous-off {
	position:absolute;
	left:0px;
	top:0px;
}

#btn-contactez-nous-on {
	position:absolute;
	left:0px;
	top:0px;
	display: none;
}

#photo_univers {
	position: absolute;
	top: 43px;
	left: 389px;
}