#menuMembres {
	width: 100%;
	height: 200px;
	margin-bottom: 30px;
}

.iconeMembre {
	text-align: center;
	width: 100px;
	height: 150px;
	display: inline-block;
	padding: 15px 0px 15px 30px;
}

.iconeMembre img{
	width: 100px;
	border: 1px solid #757575;
}

#biographie {
	text-align: justify;
}

#texteBiographie {
	width: 470px;
}

#bandeauPhotos {
	width: 200px; 
	float:right;
	margin-top: 30px;
}

#bandeauPhotos ul {
	list-style: none;
	padding-left: 0;
}

#bandeauPhotos li {
	margin-bottom: 30px;
}

#photoMembre {
	float:left;
	width: 200px;
	margin: 0px 30px 0px 30px;
}

#descriptionMembre {
	float:left;
	width: 400px;
}