HTML {
  overflow-x :hidden ;
}
body {  
  background-attachment: fixed; 
  background-image: url(images/Audi-.jpg); 
  background-repeat: no-repeat; 
  background-position: left top; 
  border: none;
  scrollbar-face-color: #596A96;
  scrollbar-arrow-color: #FFFFFF;
  scrollbar-track-color: #FFFFFF;
  scrollbar-3dlight-color: #FFFFFF;
  scrollbar-darkshadow-color: #FFFFFF;
}
.cadre {  border: 2px #7E8CB3 solid}
a {
  color: #596A96;
  font-weight: bold;
  font-style: normal;
  text-decoration: none;
}
a:hover {
  color: #3E4659;
  font-weight: bold;
  font-style: normal;
  text-decoration: underline;
}
.td_vignette {
  background-image: url(images/boutique/pas_de_vignette.gif);
  background-repeat: no-repeat;
  background-position: center center;
  border: 2px;
  border-style: solid;
  border-color: #7E8CB3;
}
.tableover {
background-color: #FFFFFF;
cursor: pointer;
}

