
body {
background-color:black;
width:10000px;
}

#robot{
	float:left;
	position:relative;
	width:200px;
	height:200px;
}

#bloc1 {
position : absolute;
width : 200px;
height : 200px;
background:url("tete");
left:0;
top:0;
}


#bloc2{
	float:left;
	width:30px;
	height:500px;
	background:url("bloc1.jpg");
	margin-top: 50px;
}

#bloc3{
	float:left;
	width:75px;
	height:500px;
	background:url("bloc2.jpg");
	margin-top: 30px;
}

#bloc4{
	float:left;
	width:70px;
	height:300px;
	background:url("bloc4.jpg");
	margin-top: 15px;
}

#bloc5{
	float:left;
	width:80px;
	height:250px;
	background:url("bloc3.jpg");
	margin-top: 10px;
}

#bloc6{
	float:left;
	width:70px;
	height:320px;
	background:url("bloc5.jpg");
	margin-top: 50px
}

#bloc7{
	float:left;
	width:60px;
	height:356px;
	background:url("bloc6.jpg");
	margin-top: 40px
}

#bloc8{
	float:left;
	width:55px;
	height:200px;
	background:url("bloc7.jpg");
	margin-top: 45px
}

#bloc9{
	float:left;
	width:30px;
	height:450px;
	background:url("bloc8.jpg");
	margin-top: 70px
}

#bloc10{
	float:left;
	width:32px;
	height:200px;
	background:url("bloc9.jpg");
	margin-top: 50px
}

#bloc11{
	float:left;
	width:50px;
	height:310px;
	background:url("bloc10.jpg");
	margin-top: 15px
}

#bloc12{
	float:left;
	width:18px;
	height:500px;
	background:url("bloc11.jpg");
	margin-top: 65px
}

#bloc13{
	float:left;
	width:25px;
	height:340px;
	background:url("bloc12.jpg");
	margin-top:70px
}

#bloc14{
	float:left;
	width:25px;
	height:300px;
	background:url("bloc13.jpg");
	margin-top:39px
}

#bloc15{
	float:left;
	width:28px;
	height:900px;
	background:url("bloc14.jpg");
	margin-top: 30px
}

#bloc16{
	float:left;
	width:50px;
	height:489px;
	background:url("bloc15.jpg");
	margin-top: 56px
}

#bloc17{
	float:left;
	width:49px;
	height:700px;
	background:url("bloc16.jpg");
	margin-top: 30px
}

#bloc18{
	float:left;
	width:56px;
	height:678px;
	background:url("bloc17.jpg");
	margin-top: 40px
}

#bloc19{
	float:left;
	width:90px;
	height:800px;
	background:url("bloc18.jpg");
	margin-top: 25px
}

#bloc20{
	float:left;
	width:20px;
	height:900px;
	background:url("bloc19.jpg");
	margin-top: 45px
}

#bloc21{
	float:left;
	width:43px;
	height:500px;
	background:url("bloc20.jpg");
	margin-top: 70px
}

#bloc22{
	float:left;
	width:25px;
	height:640px;
	background:url("bloc21.jpg");
	margin-top: 30px
}

#bloc23{
	float:left;
	width:56px;
	height:455px;
	background:url("bloc22.jpg");
	margin-top: 10px
}

#bloc24{
	float:left;
	width:38px;
	height:900px;
	background:url("bloc23.jpg");
	margin-top: 80px
}

#bloc25{
	float:left;
	width:70px;
	height:450px;
	background:url("bloc24.jpg");
	margin-top: 60px
}

#bloc26{
	float:left;
	width:20px;
	height:150px;
	background:url("bloc25.jpg");
	margin-top: 60px
}

#bloc27{
	float:left;
	width:35px;
	height:100px;
	background:url("bloc26.jpg");
	margin-top: 60px
}

#bloc28{
	float:left;
	width:46px;
	height:470px;
	background:url("bloc27.jpg");
	margin-top: 60px
}

#bloc29{
	float:left;
	width:35px;
	height:350px;
	background:url("bloc28.jpg");
	margin-top: 60px
}

#bloc30{
	float:left;
	width:45px;
	height:700px;
	background:url("bloc29.jpg");
	margin-top: 60px
}



#oeil1 {
position : absolute;
   width: 40px;
    height: 70px;
    background: white;
    -webkit-border-radius: 20px / 35px;
    -moz-border-radius:    20px / 35px; 
    border-radius:         20px / 35px;
    left:55px;
    top:0px;
    
}

#oeil2 {
position : absolute;
   width: 40px;
    height: 70px;
    background: white;
    -webkit-border-radius: 20px / 35px;
    -moz-border-radius:    20px / 35px; 
    border-radius:         20px / 35px;
    left:115px;
    top:0px;
    
}

#pupille1 {
position : absolute;
   width: 20px;
    height: 30px;
    background: black;
    -webkit-border-radius: 10px / 15px;
    -moz-border-radius:    10px / 15px; 
    border-radius:         10px / 15px;
    left:65px;
    top:0px;
    
}


#pupille2 {
position : absolute;
   width: 20px;
    height: 30px;
    background: black;
    -webkit-border-radius: 10px / 15px;
    -moz-border-radius:    10px / 15px; 
    border-radius:         10px / 15px;
    left:125px;
    top:0px;
    
}

