/* elements de centrage dans la fenetre -------------------------------------- */
.conteneur1 {
text-align: center;
position: relative;
font: 13.2px arial, helvetica, sans-serif;
}
.centre {
margin-left: auto;
margin-right: auto;
width: 600px;
text-align: left;
position: relative;
}
/* --------------------------------------------------------------------------- */

/* elements d'organisation (Titre, menu, contenu, annonce,...) --------------- */
#BjjChansons {
  position: absolute;
  top: 0px;
  height: 19px;
}
#BjjChansons span {
  visibility: hidden;
}
#Bcontenu {
  position: absolute;
  top: 26px;
  width: 485px;
}
#Bmenu {
  position: absolute;
  left: 485px;
  top: 26px;
  font-weight: bold;
}
#Bmenu a {
  display: block;
  width: 100px;
  padding-bottom: 0.5em;
  padding-left: 0.8em;
}
#Bannonce {
  position: absolute;
  top: 354px;
  /* width pour IE5 (tantek hack) */
  width: 485px;
  padding: 5px;
  text-align: center;
  border: dotted #999 2px;
  /* Tantek hack */
  voice-family: "\"}\"";
  voice-family:inherit;
  width: 471px;
  /* background: url(pics/backBoiteEntree.gif); */
}
/* be nice to opera */
html>body .Bannonce {
  width:471px;
}
#Bannonce a {
  display: block;
  background: transparent;
}
#Bannonce a:link {
  text-decoration: none;
  color: #000000;
}
#Bannonce a:visited {
  text-decoration: none;
  color: #000000;
}
#Bannonce a:hover {
  color: #666666;
  text-decoration: none;
}
#Bannonce a:active {
  color: #666666;
  text-decoration: none;
}
#chansonsMenu {
  position: absolute;
  top: 0px;
}
#chansonsTexte {
  position: absolute;
  right: 0px;
  top: 0px;
  width: 300px;
}
#contactImage {
  float: right;
  margin-bottom: 10px;
}
#contactTexte {
  margin-right: 190px;
}
#copyright {
  font-size: 80%;
  clear: both;
}
/* --------------------------------------------------------------------------- */

/* elements de base ---------------------------------------------------------- */
a:link, a:visited {
  text-decoration: none;
  color: #999999;
  background: #fff;
}
a:hover, a:active {
  color: #000000;
  background: #fff;
  text-decoration: none;
}
img {
  border: 0;
}
hr {
  clear: both;
  display: none;
}
ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
/* elements specifiques */
ul.concert li {
  position: relative;
  padding-bottom: 20px;
  width: 485px;
}
.concertComment {
  padding-left: 140px;
}
.concertDateLieu {
  position: absolute;
  left: 0;
  top: 0;
  width: 130px;
  font-size: 140%;
  text-align: right;
  letter-spacing: 0.05em;
}
.concertDetails {
  font-size: 80%;
  margin-top: 3em;
}
.imagesTexte {
  width: 150px;
  padding-bottom: 20px;
}
.imagesImages {
  padding-bottom: 20px;
  text-align: right;
}
H2.titre1 {
  border-bottom: 2px dotted black;
  margin: 0 0 1em 0;
  padding: 0 0 0.3em 0;
  text-align: left;
  font-size: 120%;
  letter-spacing: 0.2em;
}
.menuActif {
  color: #000000;
  background: #fff;
}
