#bulleRonde {
  position : absolute;
	left : 160px;
	top : 77px;
}

#bulleRect {
  position : absolute;
	left : 456px;
	top : 270px;
}

#pet {
   position : absolute;
	 left : 100px;
	 top : 340px;
}

.main {
   text-align : center;
}

.flottante {
background-color: #00ff00;
margin: 2px;
float: left;
width: 100px;
text-align: center;
}
.conteneur {
width: 50%;
}
.spacer {
clear: both;
}

.help { 
        visibility:hidden;
 }