table.news
{
	margin-bottom: 10px;
	border-collapse: collapse;

	width: 100%;
	border: solid 1px #ab5fa7;
	border-spacing: 0px;
	table-layout: fixed;
}

table.news td.titre
{
	background-color: #ab5fa7;
	color: white;
	padding: 5px;
}
table.news td.date
{
	background-color: #ab5fa7;
	padding-left: 5px;
}
table.news td.admin
{
	background-color: #ab5fa7;
	padding-right: 5px;
}
