/*	[#HEADER]
	------------------------------------------------------------------------  */
div#anim {
	background: transparent url(images/header.jpg) left top no-repeat;
}



/* [#NAVPATH]
   ------------------------------------------------------------------------ */
div#navpath span#currentPage {
	color: #fff;
	background: #d13d4f; /* #da6370; */
}



/* [#CONTAINER]
------------------------------------------------------------------------ */
div#container {
	background: #d6c7b4 url(images/containerg.jpg) left top repeat-y;
}

	/* ----- [H1] */
	h1 {
		background: #ac9c84 url(images/h1.jpg) left top no-repeat;
	}
	
	/* ----- [#SIDEBAR] */
	div#sidebar {
		background: #d6c7b4 url(images/sidebar.jpg) left top no-repeat;
	}
	
	/* ----- [#CONTENT] */
	div#content p {
		margin: 0 0 25px 0 !important;
	}
	
	div#content div#print {
		height: 50px;
		line-height: 40px;
		font-size: 12px;
		text-align: right;
	}
	
		div#content div#print a {
			background: transparent url(images/print_puce.gif) left center no-repeat;
			color: #5a5a5a;
			padding: 0 0 0 10px;
		}