/* CSS Document */

#header-bg{
	width:100%; height:298px;
	background-image:url(../images/tpl-header-bg.jpg); background-repeat:no-repeat; background-position:center;
	background-color:#d9d9d9;
}

#header{
	width:953px; height:298px;
	background-repeat:no-repeat;
	margin:auto;
}

#header-liens-bg{
	width:100%; height:298px;
	background-image:url(../images/tpl-header-liens-bg.jpg); background-repeat:no-repeat; 	
	background-position:center;
	background-color:#d9d9d9;
}

#header-liens{
	width:953px; height:298px;
	background-image:url(../images/tpl-header-liens.jpg); background-repeat:no-repeat;
	margin:auto;
}

#content-bg{
	width:100%; min-height:200px;
	background-color:#d9d9d9;
}

#content{
	width:883px; min-height:200px;
	background-image:url(../images/tpl-content.jpg); background-repeat:repeat-y;
	margin:auto;
	padding-left:35px; 	padding-top:20px; padding-right:35px;

}

#footer-bg{
	width:100%; height:329px;
	background-image:url(../images/tpl-footer-bg.jpg); background-repeat:no-repeat; 		background-position:center;
	background-color:#d9d9d9;
}

#footer{
	width:953px; height:329px;
	background-image:url(../images/tpl-footer.jpg); background-repeat:no-repeat;
	margin:auto;
}