h1 {
  color: black;
  text-align: center;
} 
h3 {
	text-align: center;
}
img {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 30%;
}
h4 {
	color: black;
	text-align: center;
}
h5 {
	color: red;
	text-align: center;
}
h2 {
	text-align: center;
}
/* barre de navigation */
#menu {
  list-style-type: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
  background-color: #333;
}

li {
  float: left;
}

#menu li a {
  display: block;
  color: white;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
}

#menu li a:hover {
  background-color: #111;
}

#menu li a:hover:not(.active) {
  background-color: #255;
}

#menu .active {
  background-color: LightBlue;
}

table, td, th { 
	border: 1px solid black;
}

table {
	border-collapse: collapse;
	width: 70%;
}
td {
	text-align: center
}

body {
  background-color: #D4CDEB;
}
p {
	text-align: center;
}

