
#gallery {
	float: left;
	width: 20%;
	margin-right: 2em;
	margin-left: 2em;
	border-right: white 1px dotted;	
}
#gallery img {
	display: inline-block;
	margin: 0 10px 10px 0;
	
}
#photo {
	width: 80%;
	padding-bottom: 8%;	
}
#photo img {
	position: absolute;	
	height: 70%;
	width: auto;
}
.icone {
	width:70px ;
	height:70px;
}
.icone img{
	max-width:100%;
}
.info {
	margin-top:500px;
	width:60%;
	float:left;
	margin-left:2em;
}
