
/* Body Background color */
/* Body Background texture */
.border-boxes > div, body {
			background: url(http://www.lacabinedhabillage.com/wp-content/themes/flores-theme/images/background-texture.png) repeat center top;
		background-color: #D0DEDB;
}


body {
	background-image: url(http://www.lacabinedhabillage.com/wp-content/themes/flores-theme/images/background-texture.png);
	background-attachment: scroll;
	background-origin: padding-box;
	background-clip: border-box;
	background-color: #D0DEDB;
	background-size: auto;
	background-position: 0% 0%;
	background-repeat: repeat repeat;
}


/* Main stylesheet color */
.not-found-content a,
.comment-block .user-nick,
.comment-block .user-nick a,
.pagination .page-numbers:not(.current),
.article-date,
h1, h2, h3,
h4, h5, h6,
h1 a, h2 a, h3 a,
h4 a, h5 a, h6 a,
.countdown > span,
.countdown .countdown-content .numbers,
#calendar_wrap caption,
#calendar_wrap tfoot td a,
.footer a {
	color: #5A394E;
}
hr.style-4,
.pagination .page-numbers.next:hover,
.pagination .page-numbers.prev:hover,
.pagination .page-numbers.current:hover,
.pagination .page-numbers.current,
.button, .ribbon-block,
.main-menu,
#calendar_wrap thead,
#calendar_wrap table td#today,
.md-overlay {
	background-color: #5A394E;
}
.pagination .page-numbers.next,
.pagination .page-numbers.prev {
	border: 1px solid #5A394E;
}


/* Main content background color */
.break-corners,
.border-boxes,
.active.boxed,
.boxed {
	background-color: #F1F1F1;
}




