* {
	margin: 0;
	padding: 0;
}

html, body{
  height:100%;
  min-width: 867px;
}

html{
  background: transparent url('../images/template/bg_layout_mid.gif') repeat-y 50%;
}

body {
	background: transparent url('../images/template/bg_layout_top.gif') no-repeat 50% 0;
	font-family: "arial" helvetica sans-serif;
}

/* layout components */

#wrapper {
	background: transparent url('../images/template/bg_layout_bottom.gif') no-repeat 50% 100%;
	height: auto !important;
	height: 100%;
	min-height: 100%;
	margin: 0 auto;
	min-width: 867px;
	position: relative;
}

#container{
	padding-bottom: 100px;
	width: 867px;
	margin: 0 auto;
}

/* content components */

#content{
	margin-left: 150px;
	margin-top: 10px;
	min-height: 410px;
	_height: 410px;
}

/* tri components */

#topRule{
	height: 20px;
	margin-left: 150px;
	padding-top: 27px;
}

#bottomRule{
	margin-left: 150px;
	padding-top: 7px;
}

/* footer components */

#clearFooter{
	clear:both;
	height: 20px;
	width: 100%;
}

#footer{
	position: absolute;
	bottom: 0px !important;
	height: 55px;
	width: 100%;
}

#footer-content{
	width: 867px;
  margin: 0 auto;
}
/*Referencement Vincent*/
h1
{
	font-size:14px;
	padding:0 auto;
	margin:0 auto;
}