charset "UTF-8";
/* CSS Document */
html {
	font-size: 100%;
}
body {
	width: 100%;
	height: 100%;
	background-color: #000000;
	font-family: "Eras", Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.75em;
	margin: 0;
	padding: 0;
	border: 0;
	-webkit-user-select: none;
}
@font-face {
	font-family: "Eras";
	src: url('../Fonts/ITCErasStd-Medium.otf');
}
/*
@font-face {
	font-family: "Eras";
	font-weight: bold;
	src: url('../Fonts/ITCErasStd-Bold.otf');
}
@font-face {
	font-family: "Eras";
	font-weight: lighter;
	src: url('../Fonts/ITCErasStd-Light.otf');
}
*/
a:link {
	color: #ABABAB;
	text-decoration: none;
}
a:hover {
	text-decoration: none;
	color: #FFF4DA;
}
a:active {
	color: #FFFFFF;
	text-decoration: none;
}
a:visited {
	color: #EEEEEE;
	text-decoration: none;
}
#Page {
	z-index: 1;
	width: 100%;
	height: 100%;
	visibility: visible;
	position: absolute;
	top: 0;
	left: -1px;
	margin-top: 0;
	margin-bottom: 0;
	margin-left: 0;
	margin-right: 0;
	padding: 0;
	border: 0;
	overflow: hidden;
}
#Navigation {
	z-index: 4;
	width: 15%;
	height: 90%;
	min-width: 12em;
	max-width: 12em;
	visibility: visible;
	overflow: auto;
	float: left;
	margin-top: 1em;
	margin-bottom: 0;
	margin-left: 1em;
	margin-right: 0;
	padding: 0;
	border: 0;
	color: #EEEEEE;
	display: inline-block;
}
#Contenu {
	z-index: 2;
	width: 78%;
	height: 90%;
	min-width: 35em;
	max-width: 80em;
	visibility: visible;
	overflow: auto;
	float: right;
	margin-top: 1em;
	margin-bottom: 0;
	margin-left: 0;
	margin-right: 1em;
	padding: 0;
	border: 0;
	color: #C2CFD9;
	background-color: #123856;
	display: inline-block;
}
#Pied {
	width: 90%;
	height: 10%;
	z-index: 3;
	visibility: visible;
	line-height: 1.6em;
	margin-top: 0;
	margin-bottom: 0;
	margin-left: 1em;
	margin-right: 1em;
	padding: 0;
	border: 0;
	float: left;
	color: #EEEEEE;
}
#Navigation h3 {
	font-size: 1em;
	line-height: 1em;
	display: inline;
}
#Navigation h4 {
	font-size: 1em;
	line-height: 1em;
	display: inline;
}
#Navigation h6 {
	font-size: 0.5em;
	font-weight: normal;
	color: #030303;
}
#Navigation h6 a:link {
	font-size: 0.5em;
	font-weight: normal;
	color: #030303;
}
#Navigation h6 a:visited {
	font-size: 0.5em;
	font-weight: normal;
	color: #030303;
}
#Navigation ul {
	list-style: none;
	padding-bottom: 0;
	padding-top: 0;
	padding-right: 0;
	padding-left: 0;
	margin-top: 0;
	margin-bottom: 0;
	margin-left: 0;
	margin-right: 0;
	border: 0;
}
#Navigation ul li {
	padding-bottom: 0;
	padding-top: 0.4em;
	padding-right: 0;
	padding-left: 0.45em;
	border: 0;
	margin: 0;
	height: 1.2em;
}
img {
	max-width: 9em;
}
#Contenu h1 {
	font-size: 1.08em;
	font-weight: bold;
	line-height: 3.5em;
	display: inline;
}
#Contenu h2 {
	font-size: 1.08em;
}
#Pied h3 {
	font-size: 1em;
	line-height: 1em;
	display: inline;
}
#Pied h4 {
	font-size: 1em;
	line-height: 1em;
	display: inline;
}
.Corps10 {
	font-size: 0.8em;
}
h1 {
	font-size: 1.08em;
	font-weight: bold;
}
h2 {
	font-size: 1.12em;
	font-weight: normal;
}
h3 {
	font-size: 1em;
	font-weight: normal;
}
h4 {
	font-size: 0.94em;
	font-weight: normal;
}
h5 {
	font-size: 0.85em;
	font-weight: normal;
}
h6 {
	font-size: 0.8em;
	font-weight: normal;
}
p {
	font-size: 0.94em;
	line-height: 1.5em;
}
.survol {
	background-color: #333333;
	color: #FFFFFF;
}
.clicker {
	background-color: #222222;
	color: #FFFFFF;
}
.origine {
	background-color: #000000;
	color: #333333;
}