body {
	background-image: url(./mdp.jpg);
  	background-repeat: no-repeat;
  	background-size: 100% 100%;
  	height: 800px;
  	color : Black;
	text-align: center;
	font-weight: bold;
}
p {
	font-size : 25px;
	color : white;
	font-weight: bold;
}
h1{
	background-color : Black; 
	color: White;
	font-family: arial;
	text-align: center;
	font-size: 50px;
	font-weight: bold;
	border: 2px solid black;
	width : 400 px;
	border-radius: 100px;
	padding: 10px;
	margin-left:100px;
	margin-right:100px;
}
h2 {
	background-color : white; 
	color: black;
	font-family: arial;
	font-style :italic;
	font-size: 20px;
	text-align: center;
	border: 2px solid white;
	width : 400 px;
	border-radius: 15px;
	padding: 10px;
	margin:20px;
	margin-left:500px;
	margin-right:500px;
}
#lien {
	font-family: impact;
	font-size: 16px;
	text-align: center;
	margin:5px;
	padding: 10px;
	width: 25%;
	border:solid 1px black;
	background-color: #E1E1E5;
}
a:hover {
	background: #85aae094;
}
