body {
	color: #666;
	background: #000 url("fond.png");
	font-size:12px;
	font-family: verdana, arial, helvetica;
	margin-top: 0px;
	margin-bottom: 0px;
	}
table.main {
	background: #000;
	width: 800px;
	}

td.tdmain {
	border: 0;
	background: #000;
	padding: 0px 2px 0px 2px;
	}

td.tdsites {
	border: 3px dashed #282828;
	background: #050505;
	padding: 5px;
	margin: 5px;
}

td.tdsites:hover {
	background: #2E2E2E;
}

#colprin {
	text-align: left;
}

#titlebar {
	text-decoration: underline;
}

.barre {
	text-align: left;
	border-top: 1px solid #333;
	border-bottom: 1px solid #333;
	background-color: #444;
	color: #000;
	padding : 5px 5px 5px 5px;
	font-weight: bold;
}

p {
	margin-top:0;
	margin-bottom: 12px;
	}
a {
	text-decoration: none;
	}
a:link, a:visited {
	color: #900;
	}
a:active {
	color: #900;
	}
a:hover {
	color:#900;
	}
a:hover #text-lien  {
	border-bottom: 2px dotted #666;
	}