/* Le personnage */

#corps{
	position:relative;
	width: 200px;
	height:400px;
}

#bas{
	position:absolute;
	z-index:100;
	width:200px;
	height:400px;
	top:0;
	left:0;
}

#haut{
	position:absolute;
	z-index:200;
	width:200px;
	height:400px;
	top:0;
	left:0;
}

#tete{
	position:absolute;
	z-index:300;
	width:113px;
	height:93px;
	top:0;
	left:0;
}

#marque_peau{
	position:absolute;
	z-index:400;
	width:107px;
	height:64px;
	top:0;
	left:0;
}

#sourcil{
	position:absolute;
	z-index:500;
	width:108px;
	height:69px;
	top:0;
	left:0;
}

#barbe{
	position:absolute;
	z-index:600;
	width:113px;
	height:103px;
	top:0;
	left:0;
}

#cheveux{
	position:absolute;
	z-index:700;
	width:114px;
	height:69px;
	top:0;
	left:0;
}

#chapeau{
	position:absolute;
	z-index:800;
	width:114px;
	height:69px;
	top:0;
	left:0;
}

#accessoire{
	position:absolute;
	z-index:900;
	width:111px;
	height:80px;
	top:0;
	left:0;
}

.elementPerso{
	border:1px solid #fff;
	display:block;
	float:left;
	height:50px;
	margin:1px;
	width:50px;
}


/* Fin du personnage */
 