body
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: auto;
	background-color: black;
	background-image: url('../images/bg.gif');
	padding: 20px;
}

#mainlayout
{
	position: relative;
	width: 800px;
	margin: auto;
	background-color: black;
	color: white;
	padding-bottom: 10px;
}

#header
{
	position: relative;
	width: 800px;
	height: 200px;
	background-image: url('../images/header.jpg');
}

#menu
{
	position: relative;
	width: 800px;
	height: 35px;
	background-image: url('../images/menu.jpg');
}

#menu img
{
	margin: 0px;
	padding: 0px;
}

#content
{
	position: relative;
}

#columnLeft
{
	width: 600px;
}

#columnCenter
{
	position: absolute;
	top: 0px;
	left: 400px;
	width: 200px;
}

#nextContent
{
	width: 170px;
	background-image: url('../images/nextbg.gif');
	padding:15px;
	text-align: center;
}

#nextContent table
{
	width: 100%;
}

#columnRight
{
	position: absolute;
	top: 0px;
	left: 600px;
	width: 200px;
}

#columnRight p
{
	text-align: center;
}

#teams
{
	position: relative;
	width: 800px;
	height: 65px;
}

#teams table
{
	width: 100%;
}

#teams table td
{
	width: 100px;
	text-align: center;
}

#footer
{
	position: relative;
	width: 800px;
	height: 65px;
	margin: auto;
	text-align: center;
	color: white;
}

#footer a
{
	padding-left: 10px;
	padding-right: 10px;
}

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

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

img
{
	border: none;
}

h1
{
	font-size: 14pt;
	text-align:left;
	margin:15px;
	line-height:18pt;
	color: red;
}

p
{
	font-size: 9pt;
	line-height: 10pt;
	margin-left: 15px;
	margin-right: 15px;
	margin-top: 15px;
}

.justifyP p
{
	text-align: justify;
}

table.classement
{
	font-size: 0.6em;
	margin-left: 10px;
}

table.classement th
{
	color: red;
}

