html {
	font-size: 100%;
}
body {
	background-color: #000000;
	font-family: "Eras", Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.75em;
	margin:0;
	padding:0;
}
@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: #CCCCCC;
	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 {
	width:82em;
	height:50em;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -41em;
	margin-top: -25em;
	z-index:1;
	visibility: visible;
}
#Navigation {
	width:11.7em;
	height:43.7em;
	z-index:2;
	visibility: visible;
	margin: 0;
	padding-left:0.3em;
	padding-top:0.3em;
	color: #EEEEEE;
	float: left;
}
#Navigation h3 {
	font-size: 1em;
	line-height: 1em;
	display: inline;
}
#Navigation h4 {
	font-size: 1em;
	line-height: 1em;
	display: inline;
}
#Contenu {
	width:70em;
	height:43.17em;
	z-index:3;
	overflow: auto;
	color: #CCCCCC;
	background-color: #474747;
	visibility: visible;
	margin-top: 0.83em;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	float: right;
}
#Pied {
	width:82em;
	height:5em;
	z-index:4;
	visibility: visible;
	margin: 0 auto;
	padding-left:0.3em;
	float: left;
	color: #EEEEEE;
}
#Pied h3 {
	font-size: 1em;
	line-height: 1em;
	display: inline;
}
#Pied h4 {
	font-size: 1em;
	line-height: 1em;
	display: inline;
}
.Corps12clair {
	font-size: 1em;
	color: #EEEEEE;
}
.Corps10 {
	font-size: 0.83em;
}
.Corps14 {
	font-size: 1.08em;
}
.Corps14clair {
	font-size: 1.08em;
	color: #EEEEEE;
}
.Corps14beige {
	font-size: 1.08em;
	color: #D9CFB9;
}
.Corps14gras {
	font-size: 1.08em;
	font-weight: bold;
}
img     {
	border:0px;
}
h1 {
	font-size: 1.08em;
	font-weight: bold;
}
h2 {
	font-size: 1em;
	font-weight: bold;
}
h3 {
	font-size: 1em;
	font-weight: normal;
}
h4 {
	font-size: 0.98em;
	font-weight: normal;
}
h5 {
	font-size: 0.96em;
	font-weight: normal;
}
h6 {
	font-size: 0.94em;
	font-weight: normal;
}
p {
	font-size: 0.94em;
	line-height: 1.5em;
}

