.menu a {

background-image: url(images/fondcellule.jpg);
background-attachment: scroll;
background-repeat: repeat-y;
background-position: center top;
height: 25px;
display: block;
padding-top:2px;
text-align: center;
text-decoration: none;
font-family: Times New Roman;
font-style:none;
font-weight:none;
font-size: 16px;
border-collapse: collapse;
border-color: #ffffff;
border-style:double;
border-width:1px;
}

.menu a:hover {
text-align: center;
background: red; 
}

.fond {
background-color: #FF9966;
background-image: url(fondvert.jpg);
background-attachment: fixed;
background-repeat: repeat-y;
background-position: center top;
font-family:Times New Roman;
font-style:none;
font-weight:none;
font-size: 10px;
}

.gauchedroite {
  border-left-width:1;
  border-left-style:solid;
  border-left-color:white;
  border-right-width:1;
  border-right-style:solid;
  border-right-color:white;
 background-image: url(images/fondcellule.jpg);
background-attachment: scroll;
background-repeat: repeat-y;
background-position: center top;
}

.gauchedroitebas {
  border-left-width:1;
  border-left-style:solid;
  border-left-color:white;
  border-right-width:1;
  border-right-style:solid;
  border-right-color:white;
  border-bottom-width:1;
  border-bottom-style:solid;
  border-bottom-color:white;
  background-image: url(images/fondcellule.jpg);
background-attachment: scroll;
background-repeat: repeat-y;
background-position: center top;
  }
  
  .gauchedroitehaut {

  border-left-width:1;
  border-left-style:solid;
  border-left-color:white;
  border-right-width:1;
  border-right-style:solid;
  border-right-color:white;
  border-top-width:1;
  border-top-style:solid;
  border-top-color:white;
  background-image: url(images/fondcellule.jpg);
background-attachment: scroll;
background-repeat: repeat-y;
background-position: center top;
  }
  .tour {
  border-width:1;
  border-style:solid;
  border-color:white;
  background-image: url(images/fondcellule.jpg);
  background-attachment: scroll;
  background-repeat: repeat-y;
  background-position: center top;
  }

