/*  **********************************************************************************************************
	*
	*					ce css est une version modifiée du visuallightbox.css initial 
	*
	*						j'y ai ajouté les instructions "loading" de vlightbox1.css
	*
	*						et remplacé le bouton close par une zone (vectorielle) au centre de l'image
	*
	***********************************************************************************************************
*/
.Style1 {
	font-family: "Times New Roman", Times, serif;
	font-size: 30px;
	color: #0000FF;
	font-style: italic;
	font-weight: bold;
}

.Style2 {
	font-family: "Times New Roman", Times, serif;
	font-size: 30px;
	color: #FFCC00;
	font-style: italic;
	font-weight: bold;
}

.Style3 {
	font-family: "Comic Sans MS";
	font-size: 20px;
	color: #FFCC00;
}
.Style4 {
	font-family: "Comic Sans MS";
	font-size: 20px;
	color: #EEEEEE;
}
.Style5 {	font-style: italic; font-family: "Monotype Corsiva"; font-size: 36px;}
.bouton2 a { /* boutons affichés verticalement*/
display:block;
background:url(bouton01.png) no-repeat;
font: 22px  Monotype Corsiva; 
/*text-shadow: #000 -1px 1px 1px;*/
white-space:nowrap; 
width:135px;
line-height:28px;
text-align:center;
vertical-align:middle;
color:#FFCC00; 
text-decoration:none; /* lien non souligné */
}
.bouton2 a:hover { 
background:url(bouton00.png) no-repeat;
color:white;
}


img.c1
{
border: 2px solid gray;
margin:5px 5px;
border-radius:4px;
transition:ease-in-out 0.15s;
width:auto;
height:auto;

}
img.c1:hover
{

border: 2px solid white;
transform:scale(1.03,1.03);
transform-origin: 50% 100%;
 box-shadow:1px 3px 6px 4px rgba(150,150,150,0.12);

}


BODY {
	BACKGROUND-POSITION: center top; BACKGROUND-ATTACHMENT: fixed; MARGIN: 0px; COLOR: #ffcc00; FONT-FAMILY: Verdana, Arial; BACKGROUND-COLOR: #000000}

div.c2 {	TEXT-ALIGN: center}



#loadingLink {	background:url(loading1.gif) center center no-repeat; }
#overlay{
	position:absolute;
	top:0;
	left:0;
	z-index:90;
	width:100%;
	height:auto;
	background-color:#151410;
}

#lightbox{
	position:absolute;
	top:20px;  /* fixe le départ de la première box */
	left:0;
	width:100%;
	z-index:100;
	text-align:center;
	color:#151410;
	line-height:0;
}

#outerImageContainer{
	width:auto;
	height:auto; /* without this line error in IE8 detected */
	margin:0 auto;
	position:relative;
}

#lightboxImage{
	width:100%;
	height:100%;
}

#imageContainerMain{
	margin:0 auto;
	overflow:visible;
	position:relative;
	font-size:0;/* ie fix - big info bar*/
	cursor:url(../templates/load.cur), s-resize;
}

#imageContainer{
	width:10px;
	height:10px;
	margin:0 auto;
	overflow:hidden;
	background-color:#fff;
	position:relative;
	font-size:0;/* ie fix - big info bar*/
}

#loading{
	position:absolute;
	top:40%;
	left:0%;
	height:25%;
	width:100%;
	text-align:center;
	font-size:10px;
	z-index:1;
}
#loadingLink {
	display:block;
	margin:0 auto;
	padding:0;
	width:100%;
	height:100%;
	text-indent:-9999px;
}

#prevLinkImg{
	top:0;
	width:30%; /* DM : fixe la zone active des boutons  */
	height:70%;
	position:absolute;
	z-index:20;
	outline-style:none;
	display:block;
	text-indent:-9999px;
	cursor:url(../templates/flecheG.cur), w-resize;
	}
#nextLinkImg{
	top:0;
	width:30%; /* DM : fixe la zone active des boutons  */
	height:70%;
	position:absolute;
	z-index:20;
	outline-style:none;
	display:block;
	text-indent:-9999px;
	cursor:url(../templates/flecheD.cur), e-resize;
	}

#prevLinkImg { left: 0; }
#nextLinkImg { right: 0; }
/*
#prevLinkImg:hover,#prevLinkImg.hover, #prevLinkImg:visited:hover { 
	background:url(../templates/fleche-G.gif) 5% 15% no-repeat; /* DM : 15% fixe la position verticale des flèches  
}
#nextLinkImg:hover,#nextLinkImg.hover, #nextLinkImg:visited:hover { 
	background:url(../templates/fleche-D.gif) 97% 15% no-repeat; 
}*/
#imageDataContainer{
	font:14px Verdana, Helvetica, sans-serif;
	color:#555555;
	background-color:#fff;
	width:100%;
}
#imageDetails{ width:98%; text-align:middle; 	padding:8px 10px 0 5px;}   /*met en place le caption*/
#caption{ font-weight:bold; display:inline-block;}
#numberDisplay{ display:inline-block; float:right; padding-right:10px;}   /*DM display:inline-block pour afficher le n° des images et display:none pour ne pas afficher*/
#closeLink {
	top:0px;
	left: 0px;
	width:100%; /* DM : fixe la zone active du bouton, je l'ai portée à 100%, ainsi la série de photos se ferme en cliquant sur la dernière */ 
	height:70%;
	position:absolute;
	z-index:19;
	outline-style:none;
	display:block;
	text-indent:-9999px;
	cursor:url(../templates/close.cur), zoom-out;
}

#outerImageContainer td{
	text-align:center;
	padding:0;
}
#lightboxFrameBody{
	background-color:#fff;
	border:solid 1px #fff; /* hack for opera table small cell width */
}
#outerImageContainer td, #outerImageContainer tr{
	font-size:0;
	border:0 none;
}
/* frame style */
#outerImageContainer td.tl, #outerImageContainer td.br{
	height:15px;
	width:15px;
}

#outerImageContainer td.tl{
	background-image:url(../templates/borderTopLeft.png);
	_background-image:none;
	_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../templates/borderTopLeft.png', sizingMethod='scale'); 
}
#outerImageContainer td.tc{
	background-image:url(../templates/borderTopCenter.png);
	_background-image:none;
	_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../templates/borderTopCenter.png', sizingMethod='scale');
}
#outerImageContainer td.ml{
	background-image:url(../templates/borderMiddleLeft.png);
	_background-image:none;
	_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../templates/borderMiddleLeft.png', sizingMethod='scale');
}
#outerImageContainer td.mr{
	background-image:url(../templates/borderMiddleRight.png);
	_background-image:none;
	_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../templates/borderMiddleRight.png', sizingMethod='scale');
}
#outerImageContainer td.bc{
	background-image:url(../templates/borderBottomCenter.png);
	_background-image:none;
	_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../templates/borderBottomCenter.png', sizingMethod='scale');
}
#outerImageContainer td.tr{
	background-image:url(../templates/borderTopRight.png);
	_background-image:none;
	_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../templates/borderTopRight.png', sizingMethod='scale');
}
#outerImageContainer td.bl{
	background-image:url(../templates/borderBottomLeft.png);
	_background-image:none;
	_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../templates/borderBottomLeft.png', sizingMethod='scale');
}
#outerImageContainer td.br{
	background-image:url(../templates/borderBottomRight.png);
	_background-image:none;
	_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../templates/borderBottomRight.png', sizingMethod='scale');
}
