@charset "UTF-8";
/* CSS Document */
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: #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 {
	width:82em;
	height:50em;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -25em;
	margin-left: -41em;
	z-index:1;
	visibility: visible;
}
#Navigation {
	width:12em;
	height:44em;
	z-index:2;
	visibility: visible;
	margin-top: 0;
	margin-bottom: 0;
	margin-left: 0;
	margin-right: 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 ul {
	list-style: none;
	padding-bottom: 0;
	padding-top: 0;
	padding-right: 0.3em;
	padding-left: 0;
	margin-top: 0.8em;
	margin-bottom: 0;
	margin-left: 0;
	margin-right: 0;
	border: 0;
}
#Navigation ul li {
	padding-bottom: 0;
	padding-top: 0.3em;
	padding-right: 0;
	padding-left: 0.45em;
	border:0;
	margin:0;
	height:1.28em;
}
#Contenu {
	width:70em;
	height:43.17em;
	z-index:3;
	overflow: auto;
	color: #f5ecd8;
	background-color: #550000;
	visibility: visible;
	margin-top: 0.83em;
	float: right;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
}
#Contenu h1 {
	font-size: 1.08em;
	font-weight: bold;
	line-height: 3.5em;
	display: inline;
	text-shadow: 2px 2px 2px #333333;
}
#Contenu h2 {
	font-size: 1.08em;
	text-shadow: 2px 2px 2px #333333;
}
#Pied {
	width:82em;
	height:5em;
	z-index:4;
	visibility: visible;
	margin: 0 auto;
	float: left;
	color: #EEEEEE;
}
#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;
}
img     {
	border:0px;
	-webkit-box-shadow: 3px 3px 3px #220000;	
	-moz-box-shadow: 3px 3px 3px #220000;
}
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;
}
