/* ********************************************************* */
/*  			AFFICHAGE PHOTO	      		      		     */
/* ********************************************************* */

div.affichePhoto {
	text-align: center ;
}

div.affichePhoto img {
	border: none ;
}

div.affichePhoto table.bouton {
	margin: auto ;
	border: 1px solid gray;
	padding: 3px;
	margin-bottom: 15px;
	margin-top: 10px;
}

div.affichephoto table.bouton td {
	border: none;
	text-align: center;
	width: 40px;
}

div.affichePhoto table.photo {
	margin: auto ;
	border: none;
	color: #FFFFFF;
	font-weight: normal;
	font-style: normal;
	font-size: 10pt;
}

/* ************************* */
/*    PHOTOS DE SORGEAT      */
/* ************************* */

div.listePhotosSorgeat {
	text-align: center;
}

table.listePhotosSorgeat {
	border: none;
}

table.listePhotosSorgeat td {
	width: 33% ;
	text-align: center;
	padding: 10px;
}

table.listePhotosSorgeat td img {
	border: 1px solid gray;
	padding: 6px;
}