#boite {
float: left;
width: 100%;
height: 100%;
position: absolute;
}
/* Conto 1 */
.boite1 {
float: left;
position: absolute;
width: 150px;
height: 195px;
margin-top: 10px;
margin-left: 10px;
}
/* Conto 2 */
.boite2 {
float: left;
position: absolute;
width: 200px;
height: 153px;
margin-top: 10px;
margin-left: 250px;
}
/* Conto 3 */
.boite3 {
float: left;
position: absolute;
width: 356px;
height: 271px;
margin-top: 10px;
margin-left: 550px;
}
/* Conto 4 */
.boite4 {
float: left;
position: absolute;
width: 300px;
height: 229px;
margin-top: 220px;
margin-left: 90px;
}
/* Conto 5 */
.boite5 {
float: left;
position: absolute;
width: 204px;
height: 266px;
margin-top: 250px;
margin-left: 420px;
}
/* Conto 6 */
.boite6 {
float: left;
position: absolute;
width: 228px;
height: 300px;
margin-top: 380px;
margin-left: 640px;
}
/* Conto 7 */
.boite7 {
float: left;
position: absolute;
width: 300px;
height: 232px;
margin-top: 450px;
margin-left:-10px;
}
/* Conto 8 */
.boite8 {
float: left;
position: absolute;
width: 200px;
height: 148px;
margin-top: 520px;
margin-left: 380px;
}

