#DiaporamaLegendePhoto {
	background-color: bisque;
	border: 1px solid #FF9900;
	padding: 4px;
	margin-top: 10px;
	width: 500px;
	overflow: auto;
	display: none;
}

.DiaporamaVignettes {
	border: 0px solid black;
	padding: 0px;
}

.classAnnoncePhotos {
	background-color: mintcream;
}

.classAnnoncePhotos TD {
	text-align: center;
}

.DiaporamaVignettes TD {
	text-align: center;
}

.DiaporamaVignettes img {
	border: 1px solid black;
	cursor: pointer;
}

.DiaporamaVignettes img:hover {
	border: 1px solid lightgrey;
}

.DiaporamaVignettesAnnonce TD {
	width: 120px;
}

.ListeAnnoncesVignettes img {
	border: 1px solid black;
	cursor: pointer;
}

.ListeAnnoncesVignettes img:hover {
	border: 1px solid lightgrey;
}

#DiaporamaFonduEnchaine {
	border: 0px;
	position: absolute;
	width: 830px;
}

#DiaporamaDetail {
	border: 0px;
	margin-top: 10px;
	display: none;
}

#DiaporamaPhotoCourante,#DiaporamaPhotoFondu {
	cursor: pointer;
	border: 10px solid lightgrey;
	display: block;
	margin-bottom: 5px;
}

#DiaporamaPhotoCourante {
	opacity: 0;
	filter: alpha ( opacity = 0 );
}

#DiaporamaPhotoFondu {
	opacity: 1;
	filter: alpha ( opacity = 100 );
}

#DiaporamaConteneurListeVignettes {
	width: 500px;
	height: 100%;
	background-position: center;
	background-repeat: no-repeat;
	border: 1px solid #5A7D30;
}

.DiaporamaListeVignettes {
	margin-left: auto;
	margin-right: auto;
	width: 75px;
	height: 75px;
	border: 2px solid lightgrey;
	cursor: pointer;
	background-color: white;
	background-position: center;
	background-repeat: no-repeat;
}

.DiaporamaListeVignettesAValider {
	border: 2px solid red;
}

.DiaporamaListeVignettesPhotoCourante {
	border: 2px solid blue;
}

.classCadreImage {
	padding: 5px;
	background: white none repeat scroll 0%;
	border-color: lightgrey grey grey lightgrey;
	border-style: solid;
	border-width: 1px 2px 2px 1px;
}

#PartagePhotosConteneur {
	margin: 4px;
	width: 940px;
	background-color: white;
}

#PartagePhotosEnTete {
	background-color: #F8FAEC;
	text-align: justify;
	padding: 6px;
	color: #737577;
	text-align: left;
	vertical-align: top;
}

#Fenetre_BoiteDiaporama {
	background-color: #F8FAED;
}

.LegendePhoto {
	font-weight: normal;
	color: #FF9900;
	color: #5A7D30;
	display: block;
	text-align: right;
}