@media (min-width: 701px) {

	.post.online {
		background-image: none;
	}

	.post .preonline.online {
		width: 58px;
		height: 58px;
		position: absolute;
		left: 0;
		top: 0;
		-ms-transform: rotate(-90deg);
		-moz-transform: rotate(-90deg);
		-webkit-transform: rotate(-90deg);
		transform: rotate(-90deg);
	}

	.no-avatar .preonline.online {
		position: relative;
		margin: -8px;
	}

	.post .postprofile {
		float: left;
		/*border-width: 0 1px 0 0; => suppression de la petite ligne le lohg du profil*/
	}

	.post .postprofile dd, .post .postprofile dt {
		margin-right: 8px;
		margin-left: 0;
	}

/* supression de la ligne verticale coté droit des messages */
	.postbody {
		border-right: 0px solid #FFF;
  }

/* ajout d'un trait de séparation sur toute la hauteur entre le profil et le message
pour profil à gauche */
	.has-profile .postbody {
		float: right;
		margin-right: 6px;
		width: calc(100% - 210px - 15px - 16px);
		border-left: 1px solid #FFF;
		padding-left: 15px;
		min-height: 260px;
	}

}
