@charset "UTF-8";
/* CSS Document */
@font-face {
    font-family: 'GeosansLightRegular';
    src: url('geo/geosanslight-webfont.eot#') format('eot'),
         url('geo/geosanslight-webfont.woff') format('woff'),
         url('geo/geosanslight-webfont.ttf') format('truetype'),
         url('geo/geosanslight-webfont.svg#webfontp6WaIpza') format('svg');
    font-weight: normal;
    font-style: normal;

}
body {
	background-color: #000;
    font-size:16px;
    margin-left: auto;
	margin-right: auto;
    margin-top: 8px;
    width: auto;
	color:#C4C4C4;
	font-family:GeosansLightRegular;
}

.corps {
	/** font-family:GeosansLightRegular; */
	font-family:Arial;
	width: 800px;
	text-align:center;
	margin-top: 2px;
	margin-left: auto;
    margin-right: auto;
}

.hpage {
	width: 100%;
	height: 92%;
	position: absolute;

}

#menu {
	width:290px;
	float: right;
	text-align:center;
	margin-right: 70px;
	margin-top:-220px;
}

a {
	color:#C4C4C4;
	text-decoration:none;
	text-align: left;
	text-align: justify;
	font-size:22px;
	font-family: GeosansLightRegular;
}

a:hover {
	color:#FFF;
}

h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #C4C4C4;
	margin-top: 150px;
	margin-left: 320px;	
}