body 
{
	overflow:hidden;
	background : url(../asset/degrade.jpg) ; 
	background-repeat : repeat-x;
}
#begin
{
	background-image: url("../asset/bouton.png");
	background-repeat:no-repeat;
	z-index: 3;
	width: 264px;
	height: 99px;
	top:400px;
	left:65px;
	position: absolute;
	background-position: 0% 0%;
}
#begin:hover 
{
	background-position: left bottom;
}		
#fond
{
	border-radius: 10px;
	border: 3px solid #853333;
	position:absolute;
	top:0px;
	left:0px;
	z-index: 1;
}
