body {
  background-color: #FFFFEE; /*blanc créme*/
  margin: 0px;
  text-align: center;
  font-family: verdana;
  color: #000066; /*marine*/
}

table {
  font-size: 12px;
  border-collapse: collapse;
}

table#bandeau*td {
  padding: 0px;
}

table#menu {
  background-color: #DD3333; /*rouge*/
  text-align: center;
}

table#menu*td {
  color: #CCEEBB; /*vert*/
  font-weight: bold;
}

table#menu*a {
  color: #FFFFEE; /*blanc créme*/
}

table#contenu*td {
  background-color: #CCEEBB; /*vert*/
  padding: 16px;
  vertical-align: text-top;
}

h1 {
  font-size: 18px;
  color: #DD3333; /*rouge*/
  text-align: center;
}

div {
  text-align: center;
}

p {
  text-align: justify;
}

a {
  color: #DD3333; /*rouge*/
  text-decoration: none;
}

ul {
  list-style-type : square;
  text-align: justify;
}

li {
  margin-top: 5px;
  margin-bottom: 5px;
}

img {
  border-width: 0px;
}