/* STRUCTURE DE BASE

	<id=page>
		<id=header>
			<class="header_core">
			</header_core>
		</header>
		<id=container>
			<class=container_core>
			</container_core>
		</container>
	</page>
	<id="footer">
		<class=footer_core>
		</footer_core>
	</footer>

=========================================*/
@media screen
{

	#page{}

	#header{
		width:100%;
		height:114px;
		background:url(/assets/images/frontend/header-bg.jpg) top center no-repeat;
	}

	.header_core{
		width:981px;
		margin:0 auto;
		height:114px
	}

	#container{
		width:100%;
	}

	.container_core{
		width:981px;
		margin:-17px auto;
	}




	/*Faire les modifications dans la page /plugins/fstb.css si le
	plugins est installé
	=========================================*/

	#footer{
		height:321px;
		border-top:7px solid #d9d9d9;
		background:url(/assets/images/frontend/footer-bg.gif) top left repeat-x;
	}

	.footer_core{
		width:981px;
		margin:0 auto;
		height:321px;
		display:block;
	}
}