body {
 font-family: Verdana, Arial, Helvetica;
 color:#000;
}
#panorama {
 width: 1200px;
 height: 600px;
}
a:link {
 color: #000;
 text-decoration: none;
}
a:visited {
 color: #000;
 text-decoration: none;
}
a:hover {
 color: #034e63;
 text-decoration: none;
 background: none;
}
h1 {
 font-size:20px;
 padding:10px;
}
h2 {
 font-size:16px;
}
.imagette {
 padding:10px;
}
.imagettes {
}
.description {
 font-size:17px;
 margin:10px;
}
.adresse {
 font-size:15px;
}
.logo {
 margin:10px;
}
.credits {
 font-size:11px;
 color: #777;
}
a.liencredits {
 color: #777;
 text-decoration: none;
 background: none;
}
a.liencredits:visited {
 color: #777;
}
a.liencredits:hover {
 color: #034e63;
}

::-webkit-scrollbar {
  width: 10px;
  height: 10px;
}
::-webkit-scrollbar-button {
  width: 20px;
  height: 20px;
}
::-webkit-scrollbar-thumb {
  background: #e1e1e1;
  border: 0px none #ffffff;
  border-radius: 20px;
}
::-webkit-scrollbar-thumb:hover {
  background: #024d62;
}
::-webkit-scrollbar-thumb:active {
  background: #000000;
}
::-webkit-scrollbar-track {
  background: #666666;
  border: 0px none #ffffff;
  border-radius: 34px;
}
::-webkit-scrollbar-track:hover {
  background: #999999;
}
::-webkit-scrollbar-track:active {
  background: #eeeeee;
}
::-webkit-scrollbar-corner {
  background: transparent;
}

.mots-cles {
 border:1px solid LightSteelBlue; 
 background-color:#f5f5f5;
 color:#000000;
 padding:2px 4px;
 margin-top:5px;
 display:inline-block;
 position:relative; 
 border-radius:5px 0;
 font-size:14px;
}
.mots-cles:hover {
 background-color: #024d62;
 color: #ffffff;
}
.titre-mots-cles {
 font-size:14px;
}