@charset "utf-8";
/* CSS Document */

html, body {
  height: 100%;
  width: 100%;
  margin: 0;
  padding: 0;
  border: none;
  background-color: #000000;
  font-family: Arial, Helvetica, sans-serif;
  color: #FFFFFF;
  text-align: center;
  padding: 0px;
}
    
#banniere {
position: absolute;
top: 10px;
left: 0px;
width: 100%;
height: 28px;
}
#liens {
position: absolute;
top: 45px;
left: 0px;
right: 0px;
height: 30px;
} 
#carte {
	position: absolute;
	top: 0px;
	bottom: 0px;
	left: 0px;
	right: 0px;
} 

