/* Style d'une photo avec sa légende */
.blocPhotoLegende {
	color: #220884;
	font-family: Ravie, Arial;
	margin: 0;
   padding: 0;
	width: 160px;
}

.blocPhotoLegende_Haut {
}
.blocPhotoLegende_Bas {
}
.blocPhotoLegende_Gauche {
   display: inline-block;
	vertical-align: top;
}
.blocPhotoLegende_Droite {
   display: inline-block;
	vertical-align: top;
}

.blocPhotoLegende_Milieu {
	width: 170px;
}
.blocPhotoLegende_MilieuCentre {
   display: inline-block;
	width: 170px;
}
.blocPhotoLegende_Titre {
	font-size: 24px;
   white-space: nowrap;
}

.blocPhotoLegende_Corps {
	font-size: 14px;
	margin: 0;
	padding: 0;
	text-align: center;
}
.blocPhotoLegende_Corps a {
	color: #220884;
	text-decoration: none;
}
.blocPhotoLegende_Corps a:hover {
	color: #909090;
	text-decoration: none;
}
.blocPhotoLegende_Corps img {
   border-bottom-right-radius: 10px;
   border-top-left-radius: 10px;
   box-shadow: 0 0 20px;
   margin-bottom: 15px;
   margin-top: 20px;
   max-width: 160px;
}
.blocPhotoLegende_Corps ul, .PhotoLegende_Corps ol {
	margin: 0;
	padding: 0;
}
.blocPhotoLegende_Corps ul {
 	list-style: none;
}
.blocPhotoLegende_Corps ol {
   list-style-position: inside;
   list-style-type: decimal-leading-zero;
}
.blocPhotoLegende_Corps li {
	padding-left: 3px;
	padding-right: 3px;
/*   white-space: nowrap;   */
}
