* {
	border: none;
	margin: 0px;
	padding: 0px;
	text-decoration: none;
}

body {
	background-color: #000099;
	font: 0.75em/115% "Arial", verdana, helvetica, sans-serif;
	color: #750000;
}

body table {
	width:100%;
	height:550px;
	border="0"
	text-align:center;
	background-image:url("images/fond.gif");
	backgroud-color: #CCCCCC;
	padding: 0px;
	border-spacing: 0px;
	margin:0px;
	/*width="100%" height="550" border="0" align="center" cellpadding="0" cellspacing="0" background="images/fond.gif" bgcolor="#CCCCCC"*/
}

body p {
	margin-top: 5px;
}

h1 {
	color: yellow;
	font-size: 17px;
	margin: 10px 0px 5px 0px;
}

* html body table object{
	margin-top:-2px;
}

#layout
{
	position: absolute;
	width: 700px;
	height: 700px;
	left: 50%;
	top: 50%;
	margin-top : -350px;
	margin-left: -350px;
	text-align: center;
	
}

#layout img {
	border: 5px solid white;
}

#layout img.logo {
	border: none;
	margin-bottom: 5px;
}


a {
	color: white;
	font-size: 16px;
	font-weight: bold;
}

#player {
	margin-top : 50px;
}


#pub {
	width: 750px;
	margin-bottom: 20px;
}

#pub img{
	border: none;
	margin: 0px;
	padding: 0px;
	float: left;
}