h2{
  font: normal normal 16pt/16pt Arial;
  margin-left: 10pt;
  margin-top: 10pt;
  text-align: left;
  color: white;
}
body { background:#def2d8;
	}

#menuhorizontal { 
  position: absolute;
  height: 20px;
  top: 0px;
  right: 5px;
  margin-left: auto;/* position du div */
  margin-right: auto;
  background: #168223;/*2e8e3b;*/
  font: normal bold 12pt Arial;
  color: #00ffff;
  text-align: center;
   }
.video { border :2px solid black;
}

.tete{
  text-align: center;
  vertical-align: middle;
  background: blue;
  font: italic bold 13pt/18pt Arial;
  color: yellow;
}

.pair {
  background: #dfffba;
  }

.date{
  width: 75px;
  height: 16pt;
  text-align: center;
  vertical-align: middle;
  font: normal bold 12pt/12pt Arial;
}

.designation{
  width: 350px;
  height: 20pt;
  text-align: center;
  vertical-align: middle;
  font: normal bold 12pt/12pt Arial;
}

.course{
  width: 80px;
  height: 16pt;
  text-align: center;
  vertical-align: middle;
  font: normal bold 12pt/12pt Arial;
}

.virage{
  width: 130px;
  height: 16pt;
  text-align: center;
  vertical-align: middle;
  font: normal bold 12pt/12pt Arial;
}

#menuhorizontal a {
  text-decoration: none;
  color: yellow;
}
#menuhorizontal a:hover,
#menuhorizontal a:focus
	{background-color:#ffa81b;
  text-decoration: none;
  color: black;
}
div{float:left;}
td a {text-decoration: none;
  color: black;
}
td a:hover {background:gray;
	color:yellow;
	}
td a:focus {
  text-decoration: underline;
  color: black;
}
td a:visited {
  text-decoration: underline;
  color: black;
}