/* galerie.css */

h1.TitleRedDark {
  padding: 6px 10px;
  font-size: 18px;
  font-weight: bold;
  text-transform: uppercase;
  color: #FF7F00;
}
.GalleryBox {
  width: 578px;
}

.GalleryBox ul li{
  float: left;
  padding: 15px;
  list-style-type: none;
}

.GalleryBox .ThumbsBox img {
  width: 150px;
  height: 100px;
}

.GalleryBox .cleaner {
  display: block;
  clear: both;
}

.GalleryBox .DiaporamaBox h1 {
  font-size: 14px;
  margin: 10px 0;
  color: #FF7F00;
}

.GalleryBox .DiaporamaBox {
  color: white;
}

.GalleryBox .DiaporamaBox {
  text-align: center;
  padding-top: 15px;
}

.GalleryBox .DiaporamaBox .previous a {
  padding-right: 0;
  color: white;
  font-weight: bold;
  text-decoration: none;
  font-size: 13px;
}

.GalleryBox .DiaporamaBox .previous a:hover {
  color: #FF7F00;
}

.GalleryBox .DiaporamaBox .next a {
  color: white;
  padding-left: 100px;
  font-weight: bold;
  text-decoration: none;
  font-size: 13px;
}

.GalleryBox .DiaporamaBox .next a:hover {
  color: #FF7F00;
}


.GalleryBox .back {
  margin: 20px;
}

.GalleryBox .DiaporamaBox .back a {
  font-size: 10px;
  text-decoration: none;
  color: #FF7F00; 
}

.GalleryBox {
  font-size: 12px;
}