html,body {
    font-size: 0.9em;
    font-family: arial, verdana, helvetica, sans-serif;
    margin: 0px;
    padding: 0px;
    background:#D9ECFF;
}

.titre {
    font-size:24px;
    color:#007FFF;
    margin-top:30px;
    margin-right:20px;
    text-align:right;
    font-weight: bold;
}
.acces {
    font-size:16px;
    color:#007FFF;
    margin-top:24px;
    margin-right:20px;
    text-align:left;
    font-weight: bold;
}
a {
    text-decoration: none;
    color: #007FFF;
}
a:hover {
    text-decoration: underline;
}
a.th {
    color: #ffffff; 
}

td.header1 {
  color:white;
  height:40px;
  font-size: 20px;
  font-weight: bold;
  background-color:#99B3E6;
}

.header1M {
  font-size:1.2em;
  color:white;
}
 a.header1MA {
  color:white;
}

td.header2 {
  color:white;
  text-align: center;
  font-size: 18px;
  font-weight: lighter;
  background-color:#5C85D7;
}

ul#tabnav li {
    float: left;
    height: 21px;
    background-color: #eee;
    margin: 2px 2px 0 2px;
    border: 1px solid #5C85D7;
}
.sterne {
    position:absolute;
    left:0;
    bottom:0;
}
.logo {
    position:absolute;
    right:0;
    bottom:0;
}
