
	/* AJOUT DANS LA STRUCTURE DE BASE

		<id=page>
			<id=header>
				<class="header_core">
				</header_core>
			</header>
			<id=container>
				<class=container_core>
				</container_core>
			</container>
			<class=fstb_push></fstb_push>
		</page>
		<id="footer">
			<class=footer_core>
			</footer_core>
		</footer>

	Paramètres de la page | NE PAS ÉDITER
	=========================================*/
	* {margin: 0}
	html, body {height: 100%}


	/*Paramètres de la hauteur du footer | @EDITER
	=========================================*/
	#page {
		min-height: 100%;
	    height: auto !important;
	    height: 100%;
	    margin: 0 auto -283px;
	}

	#footer, .fstb_push {
		height: 283px;
	}
