#page {
	background: url('../../../data/images/fonds/site/nsj_home.jpg') no-repeat;
	background-position: center center;
	background-attachment: fixed;
	position: absolute;
	display: block;
	width : 100%;
	height: 100%;
}
#pagehome {
	background: url('../../../data/images/fonds/site/nsj_home.jpg') no-repeat;
	background-position: center center;
	background-attachment: fixed;
	position: absolute;
	display: block;
	width: 100%;
	height: 100%;
}

#pagebio {
	background: url('../../../data/images/fonds/site/nsj_bio.jpg') no-repeat;
	background-position: center center;
	background-attachment: fixed;
	position: absolute;
	display: block;
	width : 100%; 
	height: 100%;
}
#pagevid {
	background: url('../../../data/images/fonds/site/nsj_vid.jpg') no-repeat;
	background-position: center center;
	background-attachment: fixed;
	position: absolute;
	display: block;
	width : 100%; 
	height: 100%;
}
#pagegalerie {
	background: url('../../../data/images/fonds/site/nsj_galerie.jpg') no-repeat;
	background-position: center center;
	background-attachment: fixed;
	position: absolute;
	display: block;
	width : 100%; 
	height: 100%;
}
#pagenews {
	background: url('../../../data/images/fonds/site/nsj_news.jpg') no-repeat;
	background-position: center center;
	background-attachment: fixed;
	position: absolute;
	display: block;
	width : 100%; 
	height: 100%;
}
#pagedates {
	background: url('../../../data/images/fonds/site/nsj_dates.jpg') no-repeat;
	background-position: center center;
	background-attachment: fixed;
	position: absolute;
	display: block;
	width : 100%; 
	height: 100%;
}
#pagecontact {
	background: url('../../../data/images/fonds/site/nsj_contact.jpg') no-repeat;
	background-position: center center;
	background-attachment: fixed;
	position: absolute;
	display: block;
	width : 100%;	
	height: 100%;	
}
