/* Site www.lespassagers.org
 * Styles pour la gallerie de photos
 */

#lightbox {
  background-image: url(/img/overlay.png);
  color: black;
  padding: 10px;
}
.gallconc {
  border: 1px solid #C41E2C;
  margin-top: 10px;
  margin-bottom: 10px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}
.galltitre {
  font-size: 11pt;
  font-weight: bold;
  background: #C41E2C;
  color: white;
  margin: 0;
  padding: 6px;
}
.gallphoto {
  text-align: center;
  height: 100px;
  width: 100px;
}
.galllinks {
  text-align: center;
  font-size: 10pt;
  font-weight: bold;
  background: transparent;
  color: #DC7646;
}
.gallcmt {
  font-family: Georgia, Times, serif;
}
.gallzoom {
  width: 778px;
  margin-right: 15px;
}

