#titre {
	position:fixed;
	bottom:10px;
	right:10px;
	z-index:10;
}

#menu {
	position: fixed;
	top: 100px;
	left: 40px;
	z-index: 10;
}

#back_1 {
	position:absolute;
	top:0;
	left:0;
	z-index:-10;
	overflow: hidden;
	width: 100%;
	display:none;
}

#back_2 {
	position:fixed;
	bottom:0;
	left:0;	
}

#content {
	position: absolute;
	width: 600px;
	top: 100px;
	left: 300px;
}

#content_img {
	position: absolute;
	width: 1000px;
	top: 100px;
	left: 300px;
}

#news {
	position: fixed;
	bottom: 40px;
	left: 40px;
	z-index: 10;
}


@font-face {
font-family: "finito_bold";
src: url('../typo/finito-bold.ttf');
}
@font-face {
font-family: "finito_med";
src: url('../typo/finito-medium.ttf');
}
@font-face {
font-family: "finito_reg";

src: url('../typo/finito-regular.ttf');
}



	</style>
