#boite {
float: left;
width: 100%;
height: 100%;
position: absolute;
}
/* jongleuse */
.boite1 {
float: left;
position: absolute;
width: 150px;
height: 313px;
margin-top: 10px;
margin-left: 10px;
}
/* clown musicien */
.boite2 {
float: left;
position: absolute;
width: 101px;
height: 200px;
margin-top: 10px;
margin-left: 250px;
}
/* trapeziste */
.boite3 {
float: left;
position: absolute;
width: 356px;
height: 190px;
margin-top: 10px;
margin-left: 550px;
}
/* amazone */
.boite4 {
float: left;
position: absolute;
width: 300px;
height: 196px;
margin-top: 260px;
margin-left: 90px;
}
/* balles */
.boite5 {
float: left;
position: absolute;
width: 166px;
height: 260px;
margin-top: 250px;
margin-left: 420px;
}
/* elephant */
.boite6 {
float: left;
position: absolute;
width: 120px;
height: 172px;
margin-top: 230px;
margin-left: 730px;
}
/* contorsionniste1 */
.boite7 {
float: left;
position: absolute;
width: 150px;
height: 272px;
margin-top: 410px;
margin-left:10px;
}
/* assiette */
.boite8 {
float: left;
position: absolute;
width: 200px;
height: 157px;
margin-top: 520px;
margin-left: 300px;
}
/* contorsionniste2 */
.boite9 {
float: left;
position: absolute;
width: 203px;
height: 250px;
margin-top: 430px;
margin-left: 600px;
}
