html{
	height:100%;
	width:100%;
}
body{
	background-color:#000000;
	font-size:11px;
	font-family: arial;
	color:#FFFFFF;
	background-image: url('images/fond.gif');
	background-repeat: repeat-x;
	background-attachment: fixed;
	background-position: left top;
	height:100%;
	width:100%;
	margin:0;
}
#pub{
	padding-top:10px;
	margin:auto;
	width:468px;
}
a {
	text-decoration:none;
	color:#FFFFFF;
}
table{
	border:0;
	width:100%;
	height:100%;
	border-collapse:collapse;
}
td{
	text-align:center;
	vertical-align:middle;
}
#flash{
	width:100%;
	height:100%;
}
#footer{
	padding-top:20px;
}