/**********************************************************
	Style du texte de la div contenant le texte d'intro
**********************************************************/
div#main
{
	width:500px;
	left:210px;
	top:10px;
	border:1px dotted #ccc;
	position:absolute;
	padding:10px
}

/**********************************************************
	Style concernant la table des n derniers bugs
**********************************************************/
div#TenLastBug
{
	width:700px;
	left:10px;
	top:130px;
	border:1px dotted #ccc;
	position:absolute;
	padding:10px
}

span#lastBug
{
	width:700px;
	display:block;
	background:#eee;
	font-weight:bold;
	padding:2px;
}

table#bugTable
{
	font-size:11px;
	width:100%;
}

table#bugTable td
{
	border-bottom:1px solid #eee;
}

a
{
	text-decoration:none;
	color:red;
}