
.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;
 }

b.puce {
  font-family: Times New Roman;
  color: #FF9966;
  font size: 13px;
 }
 
.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: normal;
  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;
  text-decoration: none;
  line-height: 65%;
 }

.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;
}

a.lienmenu:link {
  color: #FFFFCC;
  text-decoration: none ; 
  font-family: Times New Roman;
  color: #FFFFCC;
  font-size: 12px;
  font-weight: normal;
  }
a.lienmenu:visited {
  color: #CCFFFF;
  text-decoration: none;
  font-family: Times New Roman;
  font-size: 12px;
  font-weight: normal;
  }
a.lienmenu:hover {color: #FF0000; font-weight: normal}
a.lienmenu:active {color: #FF6600; font-weight: normal}


a:link {color: #FFFFCC; font-weight: bold; text-decoration: none}
a:visited {color: #CCFFFF; font-weight: bold; text-decoration: none}
a:hover {color: #FF0000; font-weight: bold; text-decoration: none}
a:active {color: #FF6600; font-weight: bold; text-decoration: none}