#TB_overlay {
  position: absolute;
  z-index: 100;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  min-height: 100%;
  background: #000;
  filter: alpha(opacity=60);
  -moz-opacity: 0.6;
  opacity: 0.6;
}

/* Style du cadre où s'affiche photo, légende et liens */
#TB_window {
  position: absolute;
  z-index: 102;
  display: none;
  text-align: left;
  /* Les propriétés suivantes peuvent être modifiées */
  color: #C0C0C0; /* couleur par défaut */
  background: #000000; /* couleur de fond */
  border: 1px solid #FFFFFF; /* bordure */
  font: 0.8em/1.2em arial, sans-serif; /* police pour la légende */
}

/* Style des liens */
#TB_window a, #TB_window a.active, #TB_window a.visited {
  /* Les propriétés suivantes peuvent être modifiées */
  text-decoration: none;
  color: #EEBD05;
}

/* Style des liens lorsqu'on les survole*/
#TB_window a:hover {
  /* Les propriétés suivantes peuvent être modifiées */
  text-decoration: none;
  color: #EEBD05;
}

#TB_window img {
  display: block;
  margin: 15px 0 0 15px;
  border-right: 0px solid #ccc;
  border-bottom: 0px solid #ccc;
  border-top: 0px solid #666;
  border-left: 0px solid #666;
}

#TB_caption{
  width: 100%;
  text-align: center;
  padding: 7px 0px;
  margin: 0;
}

#TB_next{
  padding: 7px 15px 3px 15px;
  width: auto;
  text-align: right;
  float: right;
}

#TB_prev{
  padding: 7px 15px 3px 15px;
  width: auto;
  text-align: left;
  float: left;
}

#TB_secondLine{
  display: none;
}

#TB_closeWindow{
  padding: 7px 0px 3px 0px;
  margin: 0 40% 0 40%;
  width: 20%;
  text-align: center;
  font-weight: bold;
}

#TB_closeAjaxWindow{
  padding: 5px 10px 7px 0;
  margin-bottom: 1px;
  text-align: right;
  float: right;
}

#TB_ajaxWindowTitle{
  float: left;
  padding: 7px 0 5px 10px;
  margin-bottom: 1px;
}

#TB_title{
  background: #e8e8e8;
  height: 27px;
}

#TB_ajaxContent{
  clear: both;
  padding: 2px 15px 15px 15px;
  overflow: auto;
  text-align: left;
  line-height: 1.4em;
}

#TB_ajaxContent p{
  padding: 5px 0 5px 0;
}

#TB_load{
  position: absolute;
  background: url(loading_animation.gif);
  display: none;
  height: 100px;
  width: 100px;
  z-index: 101;
}

#TB_HideSelect{
  z-index: 99;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  border: none;
  filter: alpha(opacity=0);
  -moz-opacity: 0;
  opacity: 0;
}

#TB_iframeContent{
  clear: both;
  border: none;
  margin-bottom: -1px;
  margin-top: 1px;
  _margin-bottom: 1px;
}

