/** Module Communication Messages **/

.intituleMessage {
	float : left;
	width : 30%;
	border-right : 1px solid #CCCCCC;
	min-height : 20px;
}

.contenuMessage {
	float : left;
	width : 45%;	
	min-height : 20px;
	margin-right : 10px;
	text-align : center;
}

.dateMessage {
	float : left;
	width : 10%;	
	min-height : 20px;
	margin-right : 10px;
	text-align : center;
}

.affectationsMessage {
	float : right;
	width : 10%;
	text-align : right;
	min-height : 20px;
	margin-right : 10px;
}

/** View Message **/

.maskViewMessage {
	position : absolute;
	width : 100%;
	height : 100%;
	background-color : #FFFFFF;
	z-index : 9990;	
}

.closeViewMessage {
	position : absolute;
	cursor : pointer;
	top : 13px;
	right : 10px;
	width : 30px;
	height : 30px;
	background : transparent url(../images/viewMessage.png) no-repeat top left;
	z-index : 9999;	
}

.closeViewMessage:hover{
	background-position : -32px 0px;
}

.previousViewMessage{
	position : absolute;
	cursor : pointer;
	top : 13px;
	right : 85px;
	width : 30px;
	height : 30px;
	background : transparent url(../images/viewMessage.png) no-repeat top left;
	z-index : 9999;	
	background-position : -63px 0px;
}

.previousViewMessage:hover{
	background-position : -94px 0px;
}

.nextViewMessage{
	position : absolute;
	cursor : pointer;
	top : 13px;
	right : 50px;
	width : 30px;
	height : 30px;
	background : transparent url(../images/viewMessage.png) no-repeat top left;
	z-index : 9999;	
	background-position : -125px 0px;
}

.nextViewMessage:hover{
	background-position : -156px 0px;
}

.viewMessageDisabled{
	cursor : auto;
	opacity : 0.4;
}

.bodyViewMessage{
	clear : both;
	margin : 5px;
	border : 3px solid #E0EAFE;
}

.headerViewMessage{
	clear : both;
	padding : 5px;
	height : 25px;
	border : 2px solid #000000;
	margin-bottom : 10px;
}

.affectationUserCode{
	margin-top:5px;
	padding:5px;
}

.affectationUserCode span::-moz-selection, .affectationUserCode div::-moz-selection{
	background-color : transparent;
}

.affectationUserCode span::-webkit-selection, .affectationUserCode div::-webkit-selection{
	background-color : transparent;
}