* {
  font-family: Arial,Helvetica,sans-serif;
  font-size: 1em;
}

body {
  margin-left: 10%;
  margin-right: 10%;
  background-image:url(img/fond.gif);

}
a img {
  border-width : 0px;
}
h1 {
  font-weight: bold;
  text-align: center;
  font-size: 2.65em;
  color: rgb(0, 0, 102);
  text-align : midle;
}

body {
  background-color: #999999;
}

p {
  margin: 1em;
  padding: 0.5em;
  background-color: rgb(249, 249, 249);
  float: right;
  width: 70%;
  margin-bottom : 3em;
}

ul.menu {
  top: 20em;
  left: 5%;
  position: absolute;
  z-index: 2;
}

html > body ul.menu {
  top : 80%;
  bottom: 2em;
  position: fixed;
}

ul.menu li a { color: red;
  font-weight: bold;
  text-decoration: none;
  font-size: 1em;
}

ul.menu a:hover {
  text-decoration: underline;
  color: #FFFFFF;
}

h2 {
  font-family: Courier New,Courier,monospace;
  color: rgb(51, 0, 153);
  font-weight: bolder;
  font-size: 1.25em;
  text-align: center;
}
font {
  font-family: Courier New,Courier,monospace;
  color: rgb(0, 0, 102);
  font-weight: bolder;
  font-size: 0.8em;
  text-align: center;
}
h3 {
  font-family: Courier New,Courier,monospace;
  color: rgb(51, 0, 153);;  
  text-align: center;
  margin: 1em;
  padding: 0.5em;
  background-color: rgb(249, 249, 249);
  float: right;
  width: 70%;
}
span#titre {  
  font-family: Courier New,Courier,monospace;
  font-size: 1.3em;
  font-weight: bolder
}
span#rem {
  font-family: Courier New,Courier,monospace;
  font-size: 0.8em;
}
.txt {
  position: relative;
  left: 2em;
}

p span {
  font-family: Courier New,Courier,monospace;
  text-align : center;
  font-weight: bold; 
  color : red;
  font-size : 1.1em;
  margin : 0.5em;
}
h1 span {
  position : relative; 
  bottom : 0.3em;
}
table {
  margin-left : 3em;
}
span.rata {
  font-family: Courier New,Courier,monospace;
  color: rgb(51, 0, 153);
  font-size: 0.9em;
  font-weight: normal;
}
span.minirata {
  color: rgb(51, 0, 153);
  font-size: 0.8em;
}
span.rata strong {
  font-family: Courier New,Courier,monospace;
  font-weight: bold;
}