table.liste_message {
	border-spacing:1px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	color: #039;
	margin: 50px auto 0 auto;
	width: 80%;
	background-color:#E7E7E7;
}
table.liste_message p {
	font-size: 1em;
	line-height:1.3em;
}
.liste_message thead th {
	text-align: center;
	color: #039;
	font-size: 1em;
	height: 20px;
	font-weight: bold;
	background: #FDECE5;
	border: 1px solid #FFF;
}
.liste_message thead th#titre {
	text-align: left;
	text-indent: 5px;
	text-align: left;
	text-align: left;
}
.liste_message tbody tr {
	background: #FFF;
}
table.liste_message tbody tr td {
	height: 2em;
	padding : 4px;
	background: #FFF;
	border: none;
	vertical-align: middle;
	font-family: verdana, arial, sans-serif;
	color: #5375A8;
	font-size: 1.1em;
	text-align: left;
}
table.liste_message tbody tr td.titre {
	background: url('../images/fleche2.gif') 4px 6px no-repeat #fff;
	text-indent: 17px;
	text-align: left
}
table.liste_message tbody tr td {
	text-align: left;
}
.liste_message thead th#date {
	width: 100px;
}
.liste_message thead th#com {
	width: 180px;
}
.liste_message tbody tr:hover td, .liste_message tbody tr:hover td.titre, .liste_message tbody tr.gris:hover td, .liste_message tbody tr.gris:hover td.titre {
	 background: #F2FCE9;
}
.liste_message tbody tr:hover td.titre, .liste_message tbody tr.gris:hover td.titre {
	background: url('../images/fleche2.gif') 4px 6px no-repeat #F2FCE9;
}
.liste_message tbody tr.gris td, .liste_message tbody tr.gris td.titre {
	background-color: #fcfcfc;
}
