body {
  max-width: 1600px;
  min-width: 800px;
  margin-left:auto;
  margin-right:auto;
  font-family: Verdana,Arial,Helvetica,sans-serif;
  font-size: 100%;
  background-color: lightskyblue;
  color: black;
  text-align: center;
}
table {
  margin-left:auto;
  margin-right:auto;	
  width: 90%;
  background-color: lightskyblue;
}
tr {
  vertical-align: center;
}
p {
  margin: 5px 0;
  font-weight: bold;
  font-family: Times New Roman;
  color: black;
  font-size: 12pt;
  text-align: center;
}
p.date {
  margin: 0px 0;
  font-size: 18pt;
  text-align: center;
  background-color: lightskyblue;
  color: black;
  font-family: Times New Roman;
  line-height: 100%;
  font-weight: bold;
}
p.lieu {
  margin: 5px 0;
  font-size: 14pt;
  text-align: center;
  color: black;
  font-family: Times New Roman;
  line-height: 100%;
  font-weight: bold;
}
td {
  text-align: center;
}
img {
  max-width: 1360px;
}
p.navp img {
  padding-right: 20px;
}
a:hover {
  background-color: #ff99ff;
}
h1 {
  border: 5px groove black;
  padding: 5px;
  color: black;
  font-family: Comic Sans MS;
  background-color: #33ff33;
  font-size: 12px;
  text-align: center;
}
div {
  text-align: center;	
}
