/* galerie.css */

h1.TitleRedDark {
  padding: 0px 10px;
  font-size: 22px;
  font-weight: bold;
  color: #E73800;
}
.GalleryBox {
  width: 590px;
}

.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 {
  background: url(/images/realisation/background.gif) no-repeat bottom;
  padding: 30px
}

.GalleryBox .DiaporamaBox h1 {
  font-size: 14px;
  color: white;
  position: absolute;
  margin: -352px 0 0 -16px;
  display: block;
  line-height: 30px;
  width: 562px;
  background: white url(/images/realisation/header.gif) no-repeat;
}

.GalleryBox .DiaporamaBox img {
   margin: 40px 0 0 70px;
   padding-bottom: 10px;
   width: 400px;
   height: 283px;
   display: block;
}

.GalleryBox .DiaporamaBox {
  color: black;
  padding-bottom: 20px;
  margin-top: 5px;
}

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

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

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

.GalleryBox .DiaporamaBox .next a {
  color: #127DC9;
  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;
}
