.membre {
	border: 0px dashed red;
	height: 55px;
	width: 400px;
	color: white;
	margin-top: 10px;
}

.membre-photo {
	float: left;
	height: 50px;
	width: 50px;
	border: 0px dashed green;
	background-color: rgb(100,100,100);
}

.membre-info {
	float: left;
	margin-left: 5px;
	margin-top: 5px;
	height: 45px;
	width: 330px;
	border: 0px dashed green;
}

.membre-autres {
	width: 400px;
	height: 20px;
}

.membre-info h1, .membre-autres h1 {
	color: rgb(239,82,52);
	font-size: 15px;
	border: 0px dashed yellow;

}

.membre-info h5 {
	color: white;
	font-size: 12px;
	border: 0px dashed green;
	margin-top: 2px;	
}
