h1{
  font: normal bold 28pt/28pt Arial;
  text-align: center;
}

h2{
  font: normal normal 16pt/16pt Arial;
  margin-left: 10pt;
  margin-top: 20pt;
  text-align: left;
}

h3{
  font: normal bold 12pt/14pt Arial;
  text-align: center;
  color: black;
  background: yellow;
}

h4{
  font: italic bold 12pt/12pt Arial;
  text-align: center;
  background: blue;
  color: yellow;
}

h5{
  font: normal normal 12pt/12pt Arial;
  text-align: justify;
}

h6{
  font: normal normal 9pt/10pt Arial;
  text-align: left;
  color: black;
}
body {background-color: #c7fdcb;}

#menuhorizontal { 
  position: absolute;
  height: 20px;
  top: 0px;
  right: 5px;
  margin-left: auto;/* position du div */
  margin-right: auto;
  background: #168223;
  font: normal bold 12pt Arial;
  text-align: center;
   }

#menuhorizontal a {
  text-decoration: none;
  color: yellow;
}
#menuhorizontal a:hover, #menuhorizontal a:focus {
	background:#ffa81b;
	color:black;
	}
a, a:visited {
  color: #aa00ff;
}

tr td h4 {
  text-align: center;
  vertical-align: middle;
  border: navy;
  font-size: 16px;
  line-height: 12px;
  background: blue;
  font-weight: bold;
}

tr td {
  text-align: center;
  vertical-align: middle;
  border-color: #0020a0;
  font: normal 12pt/16pt "Times New Roman", arial;
  empty-cells: hide;
}

th {
  font-weight: bold;
  background: #d3d3d3;
}