
@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: "agencyr";
	src: url("fonts/agencyr.ttf") format("truetype");
}
html{
	height: 100%;
}
body{
	position: relative;
	margin: auto;
	max-width: 900px;
	min-height: 100%;
}
#titre_principal{
	width: 300px;
	margin-left: auto;
	margin-right: auto;
}
#logo2{
	width: 300px;
}
#coordonnées{
	font-family: agencyr;
}
p{
	font-family: segoeuisl;
	font-size: 1.1em;
	text-align: center;
}
h2{
	position: relative;
	top: 200px;
	font-size: 2.2em;
	text-align: center;
}
a:hover {
	text-decoration: none;
	color: blue;
}
a {
	position: absolute;
	left: 20px;
	font-size: 1.5em;
	font-family: "agencyb";
	text-decoration: none;
	color: black;
}
footer{
	position: absolute;
	width: 100%;
	right: 0px;
	bottom: 150px;
	border-top: 1px solid #e46d25;
}