/* CSS Document */
html {
	height: 100%;
	overflow: hidden;
}
body {
	height: 100%;
	margin: 0;
	padding: 0;
	background-color:#141414;
	font-family:Arial, Helvetica, sans-serif;
	color:#CCC;
	font-size:9px;
}
a {
text-decoration:none;
color:CCC;
}
a:hover {
text-decoration:underline;
}
table{
	background-color:#333;
	width:650px;
	height:400px;
	border:0;
	}
td{
	text-align:center;
	vertical-align:middle;
}
table img {
border:0;
}
#container {
width:650px;
height:450px;
position:absolute;
top:50%;
left:50%;
margin-left:-325px;
margin-top:-220px; 
}
#langue {
float:left;
margin-bottom:3px;
}
#logo {
float:right;
}
#logo img {
border:0px;
}
#langue span {
background-color:#000;
padding:2 4 2 4;
display:block;
}
#flash {
float:left;
width:650px;
height:400px;
margin-bottom:5;
}
#l {
float:left;
}
#r {
float:right;
}

