/* AFFICHAGE 300 x 225 - PIECES & BOUTIQUE */
a.Photo {
	position:relative; /* permet positionnement photo en fonction de la miniature */
	}
a.Photo:hover {
	background:none; 
	z-index:500; 
	}
	a.Photo span {
		display:none; /* pas d'affichage au départ */
		}
	a.Photo:hover span { /* affichage au survol */
		display:inline;
		position:absolute;
		white-space:nowrap;
		width:300px;
		top:20px; /* placement photo par rapport à miniature */
		left:-5px; /* placement photo par rapport à miniature */
		background:white;
		padding:3px;
		border:1px solid black;
		border-top:4px solid red;
		}
	.AdminPartThumbs3 a.Photo:hover span { /* affichage au survol dans pages administration pieces et travaux */
		top:0; /* placement photo par rapport à miniature */
		left:-205px; /* placement photo par rapport à miniature */
		}
	.AdminPartThumbs7 a.Photo:hover span { /* affichage au survol dans pages administration vnvo */
		top:0; /* placement photo par rapport à miniature */
		left:-25px; /* placement photo par rapport à miniature */
		}

/* AFFICHAGE 600 x 450 - VNVO & TRAVAUX */
a.PhotoBig {
	margin :0 3px; /* espace entre photos miniatures */
	position:relative; /* place la photo en fonction de la miniature */
	}
a.PhotoBig:hover {
	background:none; 
	z-index:500; 
	}
	a.PhotoBig span {
		display:none; /* pas d'affichage au départ */
		}
	a.PhotoBig:hover span { /* affichage au survol */
		display:inline;
		position:absolute;
		text-align:center;
		white-space:nowrap;
		width:600px;
		top:30px; 
		background:white;
		padding:3px;
		border:1px solid black;
		border-top:4px solid red;
		}
	a.Plac1:hover span { /* placement photo au survol milieu de page */
		left:65px;
		}
	a.Plac2:hover span {
		left:-41px;
		}	
	a.Plac3:hover span {
		left:-147px;
		}	
	a.Plac4:hover span {
		left:-253px;
		}	
	a.Plac5:hover span {
		left:-359px;
		}	
	a.Plac6:hover span {
		left:-465px;
		}	
	a.Plac7:hover span {
		left:-571px;
		}

/* AFFICHAGE COMPLET DES PHOTOS ZOOMEES EN BAS DE PAGE */
#BasPagePt {
	margin:0; padding:0;
	width:50px; height:300px;
	position:relative;
	}
#BasPageGd {
	margin:0; padding:0;
	width:770px; height:440px;
	position:relative;
	}

