#template_cadrage {
background-image: url('template_body.jpg');
width: 738px;
margin: auto;
}

	#template_header {
	background-image: url('template_header.jpg'); 
	height: 55px;
	}

	#template_body {
	padding-left: 20px;
	padding-right: 20px;
	padding-bottom: 100px;
	}
	
		.dark-bgcolor { background-color: #55c93a; }
		.light-bgcolor { background-color: #f0ffed; }

	#template_footer {
	background-image: url('template_footer.jpg');
	font-size: 7pt;
	text-align: center;
	height: 18px;
	}