/* fonts */
@font-face{
    font-family:'aka';
    src:url('./font/akashi.ttf') format('truetype');
}
@font-face {
    font-family:'noto';
    src:url('./font/NotoSans-Regular.ttf') format('truetype');
}
body{
	font-family:noto;
}
footer{
	font-family:aka;
}
/* disposition et fond des éléments */
body{
	background:url('img/body.png') fixed;
}
section{ 
	padding:50px;
	margin-left:15px;
	width:950px;
	overflow:hidden;
	color:black;
	background:#fdf6e3;
}
.lien{
	background:url('img/lien.png');
	padding:8px;
	border-radius:10px;
	text-decoration:underline;
}
.lien:hover{
	cursor:url('img/081.gif'), auto;
}
footer{
	background-color:#002b36;
	color:#586E75;
	padding:9px;
	width:1300px;	
	height:85px;
	font-size:12px;
	display:flex;
	justify-content:space-between;
	border-top:1px solid #466ea1;
}
a{
	text-decoration:none;
	color:#416986;
}
footer a:hover{
	text-decoration:underline;
	background-color:rgb(157,171,172);
}
