
.logo {
  position: absolute;
  background-color: #018FBF;
  height: 100px;
  padding-left: 0%;
  padding-right: 0%;
  top: 4px;
  left: 3px;
  width: 150px;
  border: 1px solid #CCFFFF;
 }

.fond {
  position: absolute;
  margin-left: 2px;
  background-color: #018FBF;
  padding: 0%;
  top: 2px;
  left: 2px;
  width: 99%;
  height: 1200px;
  border: 0px solid #CCFFFF;
 }

.bandeau {
  position: absolute;
  background-color: #018FBF;
  border: 1px solid #CCFFFF;
  width: 75%;
  top: 3px;
  left: 170px;
  height: 400px;
  color:#CAFFFF;
  font-family:Arial Narrow;
  font-weight: bold;
  text-decoration: none;
 }
 
.menu {
  position: absolute;
  background-color: #018FBF;
  border: 1px solid #CCFFFF;
  top: 120px;
  left: 3px;
  width: 150px;
  height: 1250px;
  font-family:Arial Narrow;
  color:#CAFFFF;
  font-weight: bold;
  text-decoration: none;
 }

.contenu {
  position: absolute;
  left: 170px;
  top: 488px;
  background-color: #018FBF;
  padding-left: 0px;
  padding-right: 0px;
  width: 75%;
  height: 850px;
  border: 1px solid #CCFFFF;
  }

.contenuhaut {
  position: absolute;
  left: 170px;
  top: 410px;
  background-color: #018FBF;
  padding-right: 0px;
  width: 75%;
  height: 70px;
  border: 1px solid #CCFFFF;
}

A:hover {
  color:#FF0000;
}
A {
  color:#FFFFCC;
  font-weight: bold;
  text-decoration:none;
}
