@charset "utf-8";
/* CSS Document */
body {
	background-color: #000000;
}
img {
	border:none;
	}
#jour {
	background-color: #000000;
	background-position: center top;
	float: none;
	height: auto;
	width: auto;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	left: 0px;
	top: 0px;
	margin-top:30px;
}
#bas {
	text-align:center;
	position:absolute;
	bottom:0px;
	left:0px;
	width:100%;
	z-index: 100;
}
#bas>table {
	width:300px;
	text-align:center;
	}
.nom {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:18px;
	font-weight:bold;
	color:#FFFF99;
	text-align:center;
	}
.format {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:normal;
	color:#FFFF99;
	text-align:center;
}
a, a:hover, a:visited, a:active{
	text-decoration:none;
	color:#000000;
	}
