
body {
background-image: url("../images/Images3.jpg");
background-repeat: no-repeat;
background-size: 2080px 1500px;
}

h1 {
	color: blue;
	text-align: center;
	font-size: 40px;
}
h2  {
	color: blue;
	text-align: center;
	font-size: 25px;
}

p {
	font-family: copperplate;
	font-size: 20px;
	color: blue
}

th, td {
  border: 1px solid blue;
  border-radius: 30px;
  color: blue;
}

ul	{
	color:blue;
	font-size: 25px;
}

/* barre de navigation */
#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: ##0000ff;
}

#menu .active {
  background-color: #0000ff;
}


a {
	color: blue;
}

img {
	display: block;
	margin-left: 1200px;
	margin-right: auto;
}