/* CSS Document */



* { 
	/*padding: 0; margin: 10px; border: 10px; */
	font-size: 9pt;

}

#menu_mp {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #D4D0C8;
	height: 100%;
}

#fond_mail {
	/*color: #3399CC;*/
	font-size: 8pt;
	background-color: #ffffff;
	border-bottom-style: solid;
	border-bottom-color: #B7D0DD;
	border-bottom-width: 1px;
} 

#fond_mail_mess {
	/*color: #3399CC;*/
	font-size: 8pt;
	background-color: #ffffff;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #B7D0DD;
	border-bottom-color: #B7D0DD;
	border-left-color: #B7D0DD;
} 

#fond_send_mp {
	/*color: #3399CC;*/
	font-size: 8pt;
	background-color: #ffffff;
	margin-left: 15px;
} 

#date {
	/*position: absolute;*/
	float: right;
	/*right: 20px;*/
	font-size: 7pt;
	text-align: right;
	width: 20%;
	color: #C3C3C3;
}

#mess_new {
	list-style-type: none;
	padding: 0 0 0 25px;
	background-image: url(../images/tfc_mp_mess_new.png);
	background-repeat: no-repeat;
	background-position: 0px center;
}

#mess_old {
	list-style-type: none;
	padding: 0 0 0 25px;
	background-image: url(../images/tfc_mp_mess_old.png);
	background-repeat: no-repeat;
	background-position: 0px center;
}

#mess_send {
	list-style-type: none;
	padding: 0 0 0 25px;
	background-image: url(../images/tfc_mp_mess_send.png);
	background-repeat: no-repeat;
	background-position: 0px center;
}

#mess_send_ok {
	list-style-type: none;
	padding: 0 0 0 25px;
	background-image: url(../images/tfc_mp_mess_send_ok.png);
	background-repeat: no-repeat;
	background-position: 0px center;
}

#titre_mp {
	padding: 0 0 0 25px;
}
