@font-face {
    font-family: 'PFEncoreSansPro-BoldItalic';
    src: url('font/1BAD23_0_0.eot');
    src: url('font/1BAD23_0_0.eot?#iefix') format('embedded-opentype'), url('font/1BAD23_0_0.woff') format('woff'), url('font/1BAD23_0_0.ttf') format('truetype'), url('font/1BAD23_0_0.svg#wf') format('svg');
}


body {
	background-image:url('img/bck.png');
	background-color:#333333;
	background-repeat: repeat;
	background-position:center center;
	margin: 0; /* pour éviter les marges */
	display: table-cell;	
	width: 100%; height: 100%;
	vertical-align: middle;
	overflow-y:hidden;
	overflow-x:hidden;
}

html {
	display: table;
	table-layout: fixed;
	width: 100%; height: 100%;
}
	
	
#global {
	width: 421px;
	height:90px;
	margin: auto;
	background: #fff;
	overflow-y:hidden;
	overflow-x:hidden;
}
