@charset "UTF-8";
	html {
		display: table;
		table-layout: fixed;
		width: 100%; height: 100%;
	}
	
	body {	
		display: table-cell;	
		width: 100%; height: 100%;
		vertical-align: middle;
		text-align:center;
		margin:0;
		background:#ffffff;
		font-size: 1.4em;		
	}
	
	#main {		
		margin : 0 auto;						
		position:relative;
	}
	ul {
		margin:0;
		padding:0;
		list-style-type:none;		
		float:left;
	}
	li {
		float:left;
	}		
	
	#titre{
	position:absolute;
	font-family:'AvenirNextLTProCn';
	font-weight:500;	
	padding: 1% 1%;
	}
	@font-face {
	font-family: 'AvenirNextLTProCn';
	src: local('AvenirNextLTProCn'), url('../polices/AvenirNextLTProCn.woff') format('woff');
	}
	
