/*
-------------------------------------------------------------------------
	/!\ LAISSER ANCIENNES VALEURS EN COMMENTAIRE SI MODIFICATION /!\
-------------------------------------------------------------------------
*/
html, body
{
	margin:0;
	padding:0;
	height:100%;
}
#container
{
	position:relative;
	margin:0 auto;
	min-height:100%;
}
#container #first-element
{
	margin-top:0;
	height:0;
}
#container #last-element
{
	margin-bottom:0;
	padding-bottom:43px;
}
#footer
{
	position:absolute;
	bottom:0;
	left:0;
	/*width:100%;
	height:43px;*/
}
/*	------------------------------- */
body{
	overflow:hidden;
	text-align:center;
}
#container{
	/*position:absolute;
	top:0;
	right:0;
	bottom:0;
	left:0;
	z-index:2;*/
	text-align:center;
}
	#body{
		/*width:1000px;*/
		margin:0 auto 0 auto;
	}
#backgroundimage{
	/*z-index:1;*/
}
a{color:#b49e7c;}