html, body{
	height: 100%;
	overflow: auto;
}
body{
	width: 100%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 62.5%;
	color: #000;
	margin: 0;
	padding: 0;
  text-align: center;
	background: #fff url(../images/fond_accueil.jpg) top center no-repeat;
}

#contener {
	width:770px;
	height: 100%;
	margin: 0 auto;
	padding: 0;
	text-align: left;
}
#haut{
	width: 752px;
	height: 91px;
	padding: 4px 0 0 18px;
}
#panier{
 position: relative;left: 545px;width: 125px; top: -25px;
}
#question{
	position: relative;
	width: 230px;
	top: 145px;
	left: 45px;
	color: #00589f;
	font-size: 2.2em;
}
#menu{
	position: relative;
	top: 2px;
	font-size: 1.2em;
	font-weight: bold;
	color: #000;
}
#menu img{
  padding: 0 5px;
	border: none;
}
#menu a{
	color: #000;
	text-decoration: none;
}
.entree{
	margin-top: 10px;
}
#bulles div{
	position: absolute;
	width: 156px;
	height: 69px;
	background: url(../images/fond_bulle.gif) top left no-repeat;
	padding: 5px;
	margin: 0;
	visibility: hidden;
	color: #c00;
	font-size: 0.9em;
	text-decoration: none;
}

#bulles a{
	color: #c00;
}
#bulle-tpsslogo{
	top: 0px;left: 590px;
}
#bulle-tpvclogo{
	top: 25px;left: 621px;
}
#bulle-dateur{
	top: 50px;left: 450px;
}
#bulle-numeroteur{
	top: 75px;left: 480px;
}
#bulle-encreur{
	top: 100px;left: 452px;
}
#bulle-tarif{
	top: 200px;left: 472px;
}
#pied{  
	position: relative;
  width:770px;
  top: 70px;
  text-align: left;
  font-size: 0.9em;
}