html, body {
  margin: 0;
  padding: 0;
  font-weight: normal;
  height: 100%;
  font-family: Tempus Sans ITC;
  font-size: 14px;
  color: #ffcc33;
  background-color: black;
}
* {
  margin: 0;
  padding: 0;
}
a {
  color: #33cc00;
  text-decoration: none;
}
a:hover {
  color: #ffffff;
  text-decoration: underline;
}
#middle h1 {
  border-bottom: 3px solid #993300;
  font-weight: bold;
  text-align: center;
  padding-top: 10px;
  padding-bottom: 10px;
  visibility: visible;
  position: static;
  font-size: 20px;
  font-family: Garamond,"Times New Roman";
  background-color: transparent;
  color: #ffef23;
}
p {
  padding: 10px;
  font-size: 14px;
  color: #ffcc33;
  background-color: transparent;
}
#banner {
  margin: auto;
  background-repeat: no-repeat;
  text-align: center;
  width: 100%;
  background-position:  center center;
  height: 140px;
  background-color: black;
  background-image: url(images/Banner.jpg);
}
#nav {
  border: 5px solid #000000;
  background-color: #000000;
  float: left;
  color: #ffcc33;
  width: 15.6%;
}
#nav a {
  border: 1px solid #ffef23;
  padding: 3px;
  display: block;
  text-align: center;
  font-size: 14px;
  font-weight: inherit;
  background-color: black;
  color: #ffef23;
}
#nav a:hover {
  border-color: black;
  border-width: 3px;
  display: block;
  font-weight: bold;
  background-color: #ffef23;
  color: black;
}
#nav ul {
  list-style-type: none;
  list-style-image: none;
  list-style-position: outside;
  line-height: 14px;
  color: black;
}
#nav h1 {
  border: 3px solid #ffef23;
  margin: 0px;
  padding: 0px;
  font-weight: bold;
  text-align: center;
  volume: 50;
  font-size: 17px;
  background-color: #ffef23;
  color: black;
}
#middle {
  border: 3px solid #993300;
  padding: 3% 5% 5% 3%;
  float: right;
  font-size: 17px;
  font-family: Garamond;
  width: 70%;
  margin-right: 3%;
  background-color: transparent;
  background-image: url(images/Logo-Klezmic-fond.jpg);
  text-align: left;
}
#copyright {
  float: right;
  font-weight: normal;
  width: 80%;
  text-align: center;
  padding-top: 3px;
  padding-bottom: 3px;
  font-size: 10px;
  background-color: black;
}
.image {
  float: right;
  padding-left: 5px;
}
#news {
  border-style: double;
  padding: 5px;
  float: left;
  background-color: #595959;
  color: #ff0000;
  font-weight: bold;
  width: 15%;
  font-size: 16px;
}
#news h1 {
  text-align: center;
  text-decoration: blink;
  font-weight: inherit;
  font-size: 28px;
}
.textemusicos {
  float: right;
  position: relative;
}
.imagegauche {
  float: left;
  padding-right: 5px;
  padding-bottom: 5px;
}
#middlemus {
  border: 3px solid #993300;
  padding: 3% 5% 5%;
  float: right;
  width: 70%;
  background-image: url(images/Logo-Klezmic-fond.jpg);
  background-color: black;
}
#middlemus h1 {
  border-bottom: 3px solid #993300;
  font-weight: bold;
  text-align: center;
  visibility: visible;
  position: static;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 17px;
  font-family: garamond;
  color: #ffcc33;
  background-color: transparent;
}
#middlemus p {
  min-height: 150px;
}
#musicindex {
}
#Flags {
  float: left;
}
#choixlangue {
  border-color: #ffd216;
  border-width: 2px;
  padding: 10% 10% 0%;
  bottom: 10%;
  position: fixed;
  text-align: center;
  width: 80%;
  left: 0%;
  right: 0%;
}
#middle h1 a {
  color: #00ba00;
}
#middle h1 a:hover {
  background-color: #00ba00;
  color: black;
}
#middle a {
  color: #009900;
  text-decoration: underline;
}
