
@font-face{
	font-family: "segoeuisl";
	src: url("fonts/segoeuisl.ttf") format("truetype");
}
@font-face{
	font-family: "agencyb";
	src: url("fonts/agencyb.ttf") format("truetype");
}
@font-face{
	font-family: "agency-fb-bold";
	src: url("fonts/agency-fb-bold.ttf") format("truetype");
}
html{
	height: 100%;
}
body{
	position: relative;
	margin: auto;
	max-width: 900px;
	min-height: 100%;
}
header{
	width: 900px;
	height: auto;
	margin: auto;
}
section{
	width: 900px;
	height: 100px;
	margin: auto;
}
#titre_principal{
	width: 500px;
	margin-left: auto;
	margin-right: auto; 
} 
#logo2{
	width: 500px;
	margin: auto;
	opacity: 0.9;
}
#citation{
	position: relative;
	text-align: right;
	font-family: segoeuisl;
	font-style: italic;
	font-size: 1.1em;
}
#auteur_citation{
	font-family: segoeuisl;
	font-style: italic;
	font-size: 1.3em;
}
a:hover {
	text-decoration: none;
	color: blue;
}
a {
	position: absolute;
	right: 20px;
	font-size: 1.5em;
	font-family: "agency-fb-bold";
	text-decoration: none;
	color: black;
}
footer{
	position: absolute;
	width: 100%;
	right: 0px;
	bottom: 50px;
	border-top: 1px solid #e46d25;
}
