table#liste_drafts
{
	width: 60%;
	border: black solid;
	border-width: 0.1em;
	-moz-border-radius-bottomright: 40px;
}

table#liste_drafts td
{
	width: 40%;
	border: black solid;
	border-width: 0.1em;
	-moz-border-radius-bottomright: 10px;
}

table#liste_drafts td.petit
{
	width: 20%;
}

div#admin div div#daily
{
	margin-left: 3px;
	margin-right: 3px;
	padding: 4px;
	border: black double;
	border-width: 0.2em;
	background-color: transparent;
	height: auto;
}

div#admin div div#daily h2
{
	color: #900;
	font-size: 1.8em;
}

