*
{
	margin: 0;
	padding: 0;
}

img
{
	border: 0;
	display: block;	
}

body
{
	background-color: #FFFFFF;
	background-image: url(images/bkg.jpg);
	background-repeat: repeat-x;
}

div.conteneur
{
	width: 754px;
	position: absolute;
	left: 50%;
	margin: 0 0 0 -377px;
}

div.header
{
	width: 754px;
	height: 511px;
	background-image: url('images/header.jpg');
	background-repeat: no-repeat;
	font: 14px Arial;
	font-weight: bold;
	color: #000;
}

.header div.box1
{
	padding: 75px 0 0 265px;
}

.header div.box1 div
{
	height: 200px;
	width: 480px;
}

.header div.box2
{
	padding: 0 0 0 345px;
}

.header div.box2 div
{
	height: 125px;
	width: 400px;
}


div.main
{
	width: 754px;
	background-image: url('images/main.gif');
	background-repeat: repeat-y;	
}

div.footer
{
	width: 754px;
	height: 46px;
	background-image: url('images/footer.gif');
	background-repeat: no-repeat;
	font-size: 1px;
}

table.sitelisting
{
	margin: 0 17px 0 17px;
	width: 720px;
	font: 14px Verdana;
	font-weight: bold;
	color: #555555;
}

.sitelisting td
{
	border-bottom: 1px solid #ffa2ea;
}

.sitelisting td.ban
{
	width: 134px;
	padding: 10px 0 10px 0;
}

.sitelisting td.nom
{
	width: 140px;
}

.sitelisting td.type
{
	width: 120px;
}

.sitelisting td.visiteurs
{
	width: 120px;
}

.sitelisting td.bcomments
{
	width: 166px;
}

.sitelisting td.go
{
	width: 40px;
	border-right: 0;
}
