/* CSS Document */

/* Fond vert */
html, .tm-isblog {
	background: #ACB788;
	/*
	background: #879538;
	*/
} 
.tm-wrapper, #tm-middle, #tm-middle > div {
	background-color:transparent;
}
#tm-middle {
	padding-bottom:0;
}
#tm-middle .uk-container {
	background: #fefefe;
    box-shadow: 0 0px 3px #888;
	margin-bottom:30px;
}
main.tm-content {
    padding-top: 40px;
}
.tm-footer {
	position:relative;
}
.tm-totop-scroller {
	position:relative !important;
	top:-20px;
}

/* Fin fond vert* /
