.galerie_photo_dossier{
	float:left;
	display:inline;
	width:100px;
	height:150px;
	text-align:center;
	font-size:14px;
}

.galerie_photo_dossier img{margin-bottom:5px;}

.galerie_photo_modifier{
	float:left;
	display:inline;
	margin-right:20px;
}

.galerie_photo_dossier_liste{
	float:left;
	display:inline;
	margin:4px;
	width:150px;
	text-align:center;
}

.galerie_photo_telecharger{
	float:right;
	display:none;
	margin-top:20px;
}

.galerie_photo_fichier_telecharger:hover .galerie_photo_telecharger{display:inline;}

.galerie_photo_image{
	float:left;
	display:inline;
	width:100%;
	height:75px;
}

.galerie_photo{
	float:left;
	display:inline;
	padding:5px 1%;
	width:98%;
}

.galerie_photo div{
	float:left;
	display:inline;
	margin:3px;
	width:72px;
  height:72px;
  text-align:center;
}

.galerie_photo img{
  border:1px solid #717171;
}

.galerie_droit_image{
  margin:30px auto;
  padding:10px 20px;
  text-align:center;
  width:300px;
	border:1px solid #F18D00;
}

.galerie_droit_image:hover{background-color:#F18D00;color:#fff;}