
body {
	background-color: skyblue ;
}	
h1 {
  color: mediumseagreen  ;
  font-family: serif ;
  
}
h2 {
  color: mediumseagreen  ;
  font-family: serif ;
}

p {
  color: MediumPurple;
  font-family: serif ;
  font-size: 150%;
}
li {
	color: MediumPurple;
	font-family: serif ;
    font-size: 150%;
}

/* barre de navigation horizontale */

#menu {
  list-style-type: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
  background-color: #333;
}

#menu li {
  float: left;
}

#menu li a {
  display: block;
  color: white;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
}

#menu li a:hover:not(.active) {
  background-color: #111;
}

#menu .active {
  background-color: rgb(255, 0, 0);
}
	
table,td, th{
	border: solid 1px;
	 border-collapse: collapse;
	 width: 70%;
}