<!DOCTYPE html>
<html>
<head>
<style>
body {
	background-color: LightGray;
}
body{
  color: black;
}
h1 {
  color: black;
}
h2 {
  color: black;
}
h3 {
  color: black;
}
ul{
	list-style-type: none;
	margin: 0;
	padding: 0;
	overflow: hidden;
	background-color: #333;
	position: -webkit-sticky;
	position: sticky; 
	top: 0;
}
li {
	float: left; 
}
li:last-child {
	border-right: none;
}
li a {
	display: block;
	color: white; 
	text-align: center;
	padding: 14px 16px;
	text-decoration: none;
}
li a:hover {
	background-color: #111;
}
.active {
	background-color: #4CAF50;
}

</style>
</head>
<body>

	<ul>
				<li><a href="Introduction.asp">introduction</a></li>
				<li><a href="Histoire des fake news.asp">Histoire des fake news</a> </li>
				<li><a href="Pourquoi se propagent-elles ?">Pourquoi se propagent-elles ?</a></li>
				<li><a href="Les éffets sur la santé">Les éffets sur la santé</a></li>
				<li><a href="Comment les repérer"> Comment les repérer</a></li>
				<li><a href="Exemples connus">Exemples connus</a></li>
				<li><a href="Sources">Sources</a></li>
				<li style="float:right"><a class="active" href="#about">About</a></li>
	</ul>
<div style="padding:20px;margin-top:30px;background-color:#1abc9c;height:1500px>
</body>
</html>