
/* COULEURS */
#barreTitre, #GalPhoto, #GalDiapo { background:#023059; color:#fff; }
#TitreGAL { color:#fff; }

#menuHautGal { background:#d6d6d6; }
#menuHautGal .line2 { background:#e7e7e7; }

#titrePhoto, #descPhoto { background:#3F7EA6; color:#fff; }

#navPhoto .center { background:#3F7EA6; }
#navPhoto, #navPhoto a { color:#fff; }


#menuHautGal .photos { border:2px solid #335e84; }
#menuHautGal .line2 .photos { border-color:#29557c; }
#menuHautGal .photos.select { border-color:#b3d1e9; }


#barreTitre, #menuHautGal,.blockPhotoAjx { overflow:hidden; }

#barreTitre {
  position:relative;
  margin:10px 0 5px;
  height:33px;
  overflow:hidden;
	text-align:left;
}


#barreTitre .separe { position:relative; float:right; }
#GalOptions { position:absolute; top:0; right:0; }
#GalPhoto, #GalDiapo { position:relative; float:right; cursor:pointer; }
#GalPhoto span, #GalDiapo span { position:relative; top:-12px; }
#GalPhoto span.select, #GalDiapo span.select { font-weight:bold; text-decoration:underline; font-variant:small-caps; }

#TitreGAL {
	margin:0;
  position:relative;
  font-size:17px;
  padding:7px 15px;
  font-weight:normal;
  text-transform:uppercase;
}
#DescGAL {
  position:relative;
  font-size:11px;
  margin:0 0 5px;
}



#menuHautGal {
  position:relative;
  overflow:hidden;
  margin: 0;
  height:68px;
}
#menuHOGal {
  position:absolute;
  top:0;
  left:0;
  width:50000px;
  height:68px;
  overflow:hidden;
}
#menuHautGal .photos {
  position:relative;
  display:block;
  margin-left:12px;
  margin-top:7px;
  margin-bottom:7px;
  float:left;
  *border-bottom-width:3px;
  _border-bottom-width:2px;
  height:50px;
	width:70px;
  overflow:hidden;
}
#menuHautGal .line2 { min-height:68px; height:auto!important; height:68px; }


#menuHautGal .photos img {
  opacity:0.6;
  -moz-opacity:0.6;
  filter:Alpha(Opacity=60);
}
#menuHautGal .photos.select img, #menuHautGal .photos a:hover img {
  opacity:1;
  -moz-opacity:1;
  filter:Alpha(Opacity=100);
}



#menuHCGal {
  position:relative;
	display:block;
	margin-left:18px;
	margin-right:18px;
  height:68px;
  overflow:hidden;
}
#menuHLGal {
	position:absolute;
  left:5px;
  top:10px;
}
#menuHRGal {
	position:absolute;
  right:5px;
  top:10px;
}
#menuHLGal a.disabled img, #menuHRGal a.disabled img {
	opacity:0.5;
	-moz-opacity:0.5;
	filter:Alpha(Opacity=50);
}

.blockPhotoAjx { display:block; position:relative; }



#titrePhoto {
  position:relative;
	font-size:17px;
	padding:5px 20px;
	margin:5px 0;
	text-align:left;
}
#bigPhoto {
  position:relative;
  text-align:center;
	margin:0 0;
	height:550px;
	background:url(load.gif) no-repeat center center;
}

#navPhoto {
	position:relative;
	text-align:left;
	margin:5px 0;
	_border:1px solid #fff;
  _border-width: 1px 0;
}

#navPhoto .center {
  text-align:center;
	font-size:17px;
	padding:5px 0;
}
#navPhoto .left {
	position:absolute;
	top:-4px;
	left:5px;
	font-size:12px;
}
#navPhoto .left img, #navPhoto .right img {
  position:relative;
  top:8px;
}
#navPhoto .right {
  position:absolute;
	top:-4px;
	right:5px;
	_right: 30px;
	font-size:12px;
}
#navPhoto, #navPhoto a { text-decoration:none; }

#descPhoto {
  position:relative;
	font-size:11px;
	margin:0 0;
	padding:7px 15px;
	text-align:left;
background:#d6d6d6;
color:#000000;
}


hr.clear { visibility:hidden;height:1px;font-size:0; }
