
/* MSG */


#frame {
width:641px;
margin-bottom:10px;
margin-top:10px;
}

#frameTop {
background-image:url(../images/layout/frameTop.png);
width:641px;
background-repeat:no-repeat;
height:10px;
}

#frameCenter {
max-width:641px;
background-color:#ebf1dc;
padding-left:10px;
padding-right:10px;
}

#frameBottom {
background-image:url(../images/layout/frameBottom.png);
width:641px;
background-repeat:no-repeat;
height:12px;
}

#boxMessage 
	{
	background-image:url(../images/messagerie/boxMessage.png);	
	background-repeat:no-repeat;
	height:56px;
	width:857px;
	cursor:pointer;
	margin-left:3px;
	margin-bottom:-1px;
	}
#boxMessage2
	{
	background-image:url(../images/messagerie/boxMessage3.png);	
	background-repeat:no-repeat;
	height:56px;
	width:857px;
	cursor:pointer;
	margin-left:3px;
	margin-bottom:-1px;
	}

#boxMessage:hover
	{
	background-image:url(../images/messagerie/boxMessage2.png);
	background-repeat:no-repeat;
	height:56px;
	width:857px;
	cursor:pointer;
	margin-left:3px;
	margin-bottom:-1px;
	}
#boxMessage2:hover
	{
	background-image:url(../images/messagerie/boxMessage2.png);
	background-repeat:no-repeat;
	height:56px;
	width:857px;
	cursor:pointer;
	margin-left:3px;
	margin-bottom:-1px;
	}
#boxMessageContent 
	{
	padding:5px;
	}

#msgSupp 
	{
	float:left;
	width:26px;
	}

#msgImg 
	{
	float:left;
	width:59px;
	}
#msgFrom 
	{
	float:left;
	padding:5px 5px 0px 0px;
	width:225px;
	}

#msgMessage 
	{
	float:left;
	padding:5px 5px 0px 0px;
	width:420px;

	}

#msgAction 
	{
	float:left;
	}

#msgBox
	{
		height:24px;
		margin:-1px 1px 0px 1px;
		cursor:pointer;
		border-bottom:solid 1px #bebebb;
		border-top:solid 1px #bebebb;		
	}

#msgBox:hover
	{
		background-image:url(../images/msg/msgBoxBg.png);
		height:24px;
		margin:-1px 1px 0px 1px;
		cursor:pointer;
		border-bottom:solid 1px #bebebb;
		border-top:solid 1px #bebebb;		
	}



.msgDate
	{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#7a7a7a;
	}
.msgText
	{
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#323232;
	font-weight:bold;
	}
	
a.msgTitle:link
	{
	outline:0;

		font-family:Arial, Helvetica, sans-serif;
		font-size:11px;
		font-weight:bold;
		text-decoration:none;
		color:#333;
	}

a.msgTitle:hover
	{
	outline:0;

		font-family:Arial, Helvetica, sans-serif;
		font-size:11px;
		font-weight:bold;
		text-decoration:none;
		color:#333;
	}

a.msgTitle:visited
	{
	outline:0;

		font-family:Arial, Helvetica, sans-serif;
		font-size:11px;
		font-weight:bold;
		text-decoration:none;
		color:#333;
	}

a.msgTitle2:link
	{
	outline:0;

		font-family:Arial, Helvetica, sans-serif;
		font-size:11px;
		text-decoration:none;
		color:#333;
		font-weight:200;
	}

a.msgTitle2:hover
	{
	outline:0;

		font-family:Arial, Helvetica, sans-serif;
		font-size:11px;
		text-decoration:none;
		color:#333;
		font-weight:200;
	}

a.msgTitle2:visited
	{
	outline:0;

		font-family:Arial, Helvetica, sans-serif;
		font-size:11px;
		text-decoration:none;
		color:#333;
		font-weight:200;
	}