
@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;
}
#t-ref{
	font-family: agencyb;
}
#st-ref{
	font-family: agencyr;
}
p{
	font-size: 1.5em;
	text-align: center;
}
h2{
	font-size: 1.8em;
	text-align: center;
	line-height: 0px;
}
h3{
	font-size: 1.1em;
	text-align: center;
}
h4{
	font-family: agencyr;
	font-size: 1.4em;
	/* line-height:5px; */
	border-top: 1px solid rgb(210,210,210);
}
li{
	font-family: segoeuisl;
	font-size: 1em;
	list-style-type: none;
	text-align: left;
}
section{
	position: relative;
	text-align: center;
	/*left: 200px;*/
}

a:hover {
	text-decoration: none;
	color: blue;
}
a {
	position: relative;
	left: 20px;
	font-size: 1.5em;
	font-family: "agencyb";
	text-decoration: none;
	color: black;
}
footer{
	position: relative;
	width: 100%;
	right: 0px;
	bottom: 10px;
	border-top: 1px solid #e46d25;
}