body{
	background: #E9F7EF;
	margin: 20px;
}

h1{
	color: darkred;
	font-size: 45px;
	text-decoration: underline;
	text-align: center;
	font-family: 'Playfair Display', serif;
}

.menu{
	color: darkgreen;
	text-decoration: underline;
	font-family: 'Playfair Display', serif;
}

h3{
	color: darkgreen;
	font-size: 25px;
	text-decoration: underline;
	font-family: 'Playfair Display', serif;
}

img{
	width: 60%;
	height: auto;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

code{
	font-size: 25px;
}

.com-img{
	font-family: 'Noto Sans Mono', monospace;
	font-style: italic;
	text-align: center;
}

.lien-menu{
	font-family: 'Noto Sans Mono', monospace;
	color: black;
	text-decoration: none;
}

.lien-menu:hover{
	font-family: 'Noto Sans Mono', monospace;
	background: lightgreen;
	text-decoration: none;
	transition-duration: 0.5s;
}

a{
	color: darkslateblue;
	text-decoration: underline;
}

g{
	font-family: 'Noto Sans Mono', monospace;
	color: red;
	font-weight: bold;
}

p{
	font-family: 'Noto Sans Mono', monospace;
	font-size: 20px;
	text-align: justify;
}

li{
	font-family: 'Noto Sans Mono', monospace;
	font-size: 20px;
}

.footer{
	font-family: 'Noto Sans Mono', monospace;
	font-size: 20px;
	text-align: center;
}

footer{
	background: grey;
}
