@font-face{
    font-family: "caractitre";
    src: url("Merriweather.ttf") format("truetype");
}
@font-face{
    font-family: "caractexte";
    src: url("MerriweatherSans.ttf") format("truetype");
}
*{
	margin: 0;
	padding: 0;
}
html,body{
	width: 100%;
	height: 100%;
}
body{
	background-color: #990000; 
}
#haut{
	position: fixed;
	left: 0%;
	top: 0%;
	height: 120px;
	width: 100%;
	margin-left: 20%;
	display: inline;
	background-color: #990000;
}
.affixe{
	height: 80%;
	display: inline;
	padding-top: 1%;
}

#menu{
	position: fixed;
	left: 0%;
	top: 120px;
	width: 20%;
	height: 100%;
}
#boutons{
	font-family: "Lucida Grande", Arial;
	font-size: 0.8em;
	color: #FFCC00;
	text-align: center;
	margin-left: 20%;
	margin-right: 20%;
}
li{
	border: 2px #FFCC00 solid;
	border-radius: 15px;
	list-style: none;
	margin-top: 10px;
	padding: 5 5 5 5px;
}
li:hover{
	border: 2px rgba(255, 204, 0, 0.8) solid;
	color: rgba(255, 204, 0, 0.8);
}
#ecran{
	background-color: #FFCC00;
	color: #990000;
}
a{
	color: #FFCC00;
	text-decoration: none;
}
#switch{
	width: 60%;
	margin-top: 10%;
	padding-left: 20%;
}

#contenu{
	margin-top: 120px;
	margin-left: 20%;
	height: 100%;
	padding-top: 50px;
}
h1{
	font-family: "Caractitre", Verdana, "Lucida Grande", Arial;
	font-size: 1.6em;
	font-weight: bold;
	letter-spacing: 1px;
	color: #ADA78F;
	margin-top: 3%;
}
h2{
	font-family: "Caractitre", Verdana, "Lucida Grande", Arial;
	font-size: 1.2em;
	font-style: normal;
	font-weight: normal;
	letter-spacing: 1px;
	color: #ADA78F;
	margin-top: 3%;
}
h3{
	font-family: "Caractitre", Verdana, "Lucida Grande", Arial;
	font-size: 1em;
	font-style: normal;
	font-weight: normal;
	color: #F0F0F0;
	text-align: justify;
	margin-right: 20%;
	margin-top: 1.5%;
	line-height: 1.5;
}
p{
	font-family: "Caractexte", Verdana, "Lucida Grande", Arial;
	font-size: 1em;
	color: #FCEAA0;
	text-align: justify;
	margin-right: 20%;
	margin-top: 1%;
	line-height: 1.5;
}
.illustration{
	width: 35%;
	border-color: #FFCC00;
	margin-top: 3%;
	margin-right: 5%;
}
h4{
	font-family: "Caractexte", Verdana, "Lucida Grande", Arial;
	font-size: 0.8em;
	font-style: normal;
	font-weight: normal;
	color: #FFCC00;
	margin-right: 20%;
	margin-bottom: 3%;
}
#lastTEXT{
	margin-bottom: 50px;
}