table.paste
{
	width: 100%;
	border-spacing: 0px;
	border-collapse: collapse;
	border: solid 1px #ab5fa7;
}

table.paste td.titre
{
	background-color: #ab5fa7;
	color: white;
	padding: 5px;
}
table.paste td.date
{
	background-color: #ab5fa7;
	padding-left: 5px;
}
table.paste td.auteur
{
	background-color: #ab5fa7;
	text-align: right;
	padding-right: 5px;
}
table.paste td.contenu
{
	text-align: center;
}

table.list
{
	width: 100%;
	border-spacing: 1px 5px;
}
table.list tr
{
	background-color: #ab5fa7;
}
table.list td.id
{
	padding: 5px;
}
table.list td.lien
{
	width: 100px;
	height: 100px;
}
table.list td.infos
{
	padding: 10px;
	border: solid 1px #ab5fa7;
	background-color: #232332;
}
table.list td.infos div.auteur
{
	text-align: left;
	margin-left: 10px;
	font-weight: normal;
}
table.list td.infos div.date
{
	text-align: left;
	margin-left:10px;
	font-weight: normal;
}
