@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;
}

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

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

#contenu_contact {
	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: 285px;
	left: 250px;
	
	width: 500px;
	
	font-family: "Maeven-Pro";
	font-size: 12px;
	text-align: justify;
	line-height: 15px;
	color: #58585a;
	
}

#bottom {
	top: 795px;
}

.errors {
	margin-top: 0em;
}

.red {
	background-color: #ff9797;
}

input#cap {
	display: none;
}