
.bulletfree {
	list-style: none;
	color: #444444;
}
.navbar {
	border: 0px;
}
.navbar-default {
	background-color: #A2A2A2;
	color: white;
	font-family: serif;
	font-size: 130%;
	text-align: center;
}
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus,
.navbar-default .navbar-nav > li > a:hover > i,
.navbar-default .navbar-nav > li > a:focus > i {
  color: white;
	background-color: transparent;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus,
.navbar-default .navbar-nav > .active > a > i,
.navbar-default .navbar-nav > .active > a:hover > i,
.navbar-default .navbar-nav > .active > a:focus > i {
  color: white;
	background-color: #83A176;
}
.banderolle {
	display: block;
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	margin-bottom: 0px;
}

.thumbnails {
	list-style-type: none;
}
a .curpage {
	color: grey;
}
.post {
		background-color: rgba(250, 250, 250, 0.80);
		margin-top: 10px;
		padding-top: 10px;
		padding-bottom: 20px;
		border-radius: 10px;
}
.floatleft {
	float: left;
	max-width: 300px;
	margin-right: 5%;
	margin-left: 5%;
}
.floatright {
	float: right;
	max-width: 300px;
	margin-right: 5%;
	margin-left: 5%;
}
.separation {
	color: #83A176;
	clear: both;
	font-size: 40px;
	text-align: center;
}
.centeredimg {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
	max-width: 60%;
}
.white {
		background-color: white;
}
.ghost {
	background-color: rgba(250, 250, 250, 0.80);
}
