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

#image{
	background-image:url("images/3/dessin.png");
	height:420px;
	width:420px;
	display:block;
	align-items:center;
	justify-content:center;
	margin:auto;
	background-repeat:no-repeat;
	margin-bottom:50px;
}

#image:hover {
	background-image:url("images/3/photo.png");
	height:420px;
	width:420px;
	background-repeat:no-repeat;	
}

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

#back {
	font-family:"terminal";
	color:black;
	font-size:1.2em;
	text-align:right;	
	margin-right:30px;
}

.retour {
	text-decoration:none;
	color:rgba(255,234,0,1.00);
}
