#carre{
	width:200px;
	height:200px;
	background:2EFBEA;
	position:absolute;
	left:500px;
	top:100px;
	border-top-left-radius : 50px 100px;
	border-top-right-radius: 50px 100px;
	border-bottom-left-radius: 50px 100px;
	border-bottom-right-radius: 50px 100px;
	
	
}
#rectanglecou{
	width:50px;
	height:80px;
	background:#0EECB8;
	position:absolute;
	left:575px;
	top:300;
	}
#rectanglecorps{
	width:200px;
	height:400px;
	background:#FF009A;
	position:absolute;
	left:500px;
	top:380px;
	border-top-left-radius : 50px 100px;
	border-top-right-radius: 50px 100px;
	border-bottom-left-radius: 50px 100px;
	border-bottom-right-radius: 50px 100px;

}
#yeuxdroit{
	width:80px;
	height:80px;
	background:#EFFBEF;
	position:absolute;
	left:550px;
	top:150px;
	-webkit-border-radius:100px;
	-moz-border-radius:100px;
	-o-border-radius:100px;
	border-radius:100px;
}
#jambedroite{
	width:50px;
	height:300px;
	background:#EBFF00;
	position:absolute;
	left:530px;
	top:750px
}
#jambegauche{
	width:50px;
	height:300px;
	background:#EBFF00;
	position:absolute;
	left:630px;
	top:750px
}
