

body{
	margin: 0;
	padding: 0;
	height: 100%;
	width: 100%;

	
	
	position: absolute;



 	
    font-family: verdana;
}


.fond {
	position: absolute;
	z-index: 1;
	height: 100%;
	width: 100%;
}

#photo{
	position: absolute;
	z-index: 3;

	width: 49%;
	height: 58%;

	left: 8.9%;
	top: 15.5%;
	-webkit-backface-visibility: hidden;
	-webkit-text-stroke: 1px transparent;
	
	-moz-transform: rotate(-6deg) ;
	-webkit-transform: rotate(-6deg) translate3d(0,0,0);
}

.rond{
	position: absolute;
	z-index: 4; /* le 3 est pour l'image à incruster !*/
	top:3%;
	left: 0.5%;
	width: 15.6%;
	height: 27.9%;


}

#mood{
	position: absolute;
	height: 23.4%; 
	width: 35.7%;
	left: 60.5%;
	top:30%;
	font-size: 150%;
	font-weight: bold;
	z-index: 2;
}

#butPart,#test{
	position: absolute;
    background-color: black;
    color: white;
    font-size: 100%;
    z-index: 2;

}