html, body{
	height: 100%;
	overflow: auto;
}
body{
	width: 100%;
	font-family: Arial, sans-serif;
	font-size: 62.5%;
	color: #000;
	margin: 0;
	padding: 0;
  text-align: center;
background: #fff url(../img/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;
}
#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;
	padding: 5px;
	margin: 0;
	visibility: hidden;
	color: #c00;
	font-size: 1.0em;
	text-decoration: none;
	text-align: center;
}

#bulles a{
	color: #c00;
}
#bulle-tpsslogo{
	top: 70%;left: 40%;
}
#bulle-tpvclogo{
	top: 70%;left: 40%;
}
#bulle-dateur{
	top: 70%;left: 40%;
}
#bulle-numeroteur{
	top: 70%;left: 40%;
}
#bulle-encreur{
	top: 70%;left: 32%;
}
#bulle-tarif{
	top: 70%;left: 40%;
}
#pied{  
	position: relative;
  width:770px;
  top: 70px;
  text-align: left;
  font-size: 0.9em;
}