/* - - - - - - - - - - - - - - - - - - - - -

Title : Lightbox CSS
Author : Kevin Hale
URL : http://particletree.com/features/lightbox-gone-wild/

- - - - - - - - - - - - - - - - - - - - - */

#lightboxPage {
	display:none;
	position: absolute;
	top:50%;
	left:50%;
	z-index:9999;
	width:780px;
	height:558px;
	margin:-280px 0 0 -390px;
	border:1px solid #fff;
	background:#FDFCE9;
	text-align:left;
}

#lightboxPage[id]{
	position:fixed;
}

#overlayPage{
	display:none;
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	z-index:5000;
	background-color:#000;
	-moz-opacity: 0.8;
	opacity:.80;
	filter: alpha(opacity=80);
}
#overlayPage[id]{
	position:fixed;
}

#lightboxPage.done #lbLoadMessagePage{
	display:none;
}
#lightboxPage.done #lbContentPage{
	display:block;
}
#lightboxPage.loading #lbContentPage{
	display:none;
}
#lightboxPage.loading #lbLoadMessagePage{
	display:block;
}

#lightboxPage.done img{
	width:100%;
	height:100%;
}

td.titre {
	font: 16px Verdana, Arial, Helvetica, sans-serif;
	color:white;
	font-weight:bold;
	padding-left:20px;
	padding-right:20px;
	padding-top:0;
	vertical-align:middle;
	background-color:#0F466D;
	background-repeat:no-repeat;
	background-position:top center;
	height:96px;
	text-align:center;
	width:780px;
}

div.fermer {
  position:absolute;
  z-index:1000;
  top:0;
  right:5px;
}

div.titre {
  position:relative;
  width:750px;
}

td.bandeau {
	font-size:14px;
	background-repeat:no-repeat;
	height:39px;
	text-align:center;
	width:780px;
	padding-bottom:9px;
	padding-left:45px;
	padding-right:45px;
}

td.contenu {
	height:410px;
}

td.contenuLien {
	height:80px;
	width:140px;
	border-top:5px solid white;
	border-left:5px solid white;
	border-bottom:5px solid white;
	background-color:white;
	cursor:pointer;
	background-position:center center;
	background-repeat:no-repeat;
}

td.contenuContenu {
	width:640px;
	height:410px;
	border-top:5px solid white;
	border-bottom:5px solid white;
	background-color:#DDDDDD;
	text-align:center;
	background-position:center center;
	background-repeat:no-repeat;
	border-left:2px dotted white;
	vertical-align:top;
}

td.contenuLienTampon {
	background-color:white;
}

a[class="lbOn"] img{
  border: 0;
}