body 
{
	background : url(../asset/degrade.jpg) ; 
	background-repeat : repeat-x;
	background-color:#524335;
}

#fond
{
	border-radius: 5px;
	border:4px solid black;
	background-image: url(../asset/fond.jpg);
	width :1220px;
	height:770px;
	z-index: 1;
	position: absolute;
}
#return
{
	background-image: url(../asset/return.png);
	background-repeat:no-repeat;
	z-index: 3;
	width: 200px;
	height: 60px;
	top:700px;
	left:1000px;
	position: absolute;
	background-position: 0px 0px;
}
#return:hover
{
	background-position: left bottom;	
}
#logoMedium
{
	position: absolute;
	z-index: 1;
	top: 20px;
	left: center;
}
#titlecredit
{
	top : 0px;
	left :408px;
	z-index : 1;
	position : absolute;
}
#credit1
{
	top : 133px;
	left :610px;
	z-index : 1;
	position : absolute;
}
#credit2
{
	top : 344px;
	left :358px;
	z-index : 1;
	position : absolute;
}
#credit3
{
	top : 555px;
	left :106px;
	z-index : 1;
	position : absolute;
}
