@import url(style.css);

html, body, #fond {
	
	height : 100%;
	width : 100%;
	vertical-align : middle;	
	}

#fond {
	background: url(../img/prestige/prestige_background.jpg) repeat center;
	}
	
#retour a {
	display: block;
	overflow:hidden;
	width : 150px;
	height : 150px;
	margin: auto;
	background : transparent url(../img/common/retour_01.png) no-repeat center;	
}

#retour a:hover {
	display: block;
	overflow:hidden;
	width : 150px;
	height : 150px;
	margin: auto;
	background : transparent url(../img/common/retour_02.png) no-repeat center;	
}