.multiNote{
	display:inline-flex;
	flex-direction:column;
	//align-items: center;
	width:100%;
	height:100%;
	//width: 450px;
	//height: 300px;
	}
.multiNote_body{
	display: flex;
    flex: 1;
    flex-direction: column;
	}
.multiNote_text{
	height: 100%;
	/* height: 100%; marche pas */
    display: flex;
    flex-direction: column;
	}
.multiNote_text_textarea{
	flex: 1;
	}
.multiNote_popupAddTab{
	display:flex;
	align-items: center;
	}
.popup_tool{
	cursor:pointer;
	margin-left:5px;
	margin-right:5px;
	height:40px;
	}