@font-face 
{
	font-family: "vg5000" ;
	src: url("../vg5000.otf");
}

@font-face 
{
	font-family: "terminal" ;
	src: url("../terminal.ttf");
}

#titre {
	font-family:"terminal";
	color:gray;
	font-size:1.2em;
	margin-left:30px;
	margin-bottom:40px;
}

#texte{
	background-image:url("text1.jpg");
	height:300px;
	width:1000px;
	display:block;
	align-items:center;
	justify-content:center;
	margin:auto;
	background-repeat:no-repeat;
	margin-bottom:50px;
}

#texte:hover {
	background-image:url("text2.jpg");
	height:300px;
	width:1000px;
	background-repeat:no-repeat;	
}

a {
	text-decoration:none;
	color:rgba(11,83,220,1.00);
}

#merci {
	font-family:"terminal";
	color:black;
	text-align:right;
	margin-right:30px;
	font-size:2em;
	margin-top:70px;
}
