
.scrollToTop {
	background: #B4A594;
	color: black;
	position: fixed;
	z-index: 4000;
	bottom: 143px;
	right: 20px;
	border-radius: 2px;
	padding: 9px 10px;
	cursor: pointer;
	display: block;
	
	font-size: 18px;
}

.scrollToDown {
	background: #B4A594;
	color: black;
	position: fixed;
	z-index: 4000;
	bottom: 100px;
	right: 20px;
	border-radius: 2px;
	padding: 9px 10px;
	cursor: pointer;
	display: block;
	
	font-size: 18px;
}

.useroptions a i {
	background: #897347;
	color: #30261a;
	border-radius: 50%;
	padding: 2px;
	display: inline;
	margin-left: 4px;
	transition: all 200ms;
}

.useroptions a:hover i {
	background: 69e19c;
}

#avatarheader {
	cursor: pointer;
	float: right;
	position: relative;
	border-radius: 50%;
	right: -10px;
	bottom: 11px;
}

#avatarheader:hover {
	opacity:0.6;
}

.haut {
	background: #897347;
	width: 100%;
	color: #000;
	float: right;
	box-shadow: 0px 2px 6px #30261A;
	position: fixed;
	left: 0px;
	height: 40px;
	z-index: 1000;
	text-align: left;
}

.headerlist {
	background: #a68c67 none repeat scroll 0% 0%;
	width: 88%;
	color: #fff;
	text-align: left;
	border: 1px solid #d4d4d4;
	padding: 8px;
	box-shadow: 2px 2px 6px #333;
	
	font-size: 12px;
}

.headerlist ul {
	color: #005ce4;
	display: inline;
	text-align: right;
	position: relative;
	
	text-decoration: none;
}

.headerlist ul li {
	display: inline-block;
	padding: 14px 13px;
}

.useroptions a {
	color: #30261a;
	padding: 5px 8px;
	transition: background-color 200ms, color 200ms;
	cursor: pointer;
	font-size: 15px;
	font-weight: bold;
}

.useroptions a:hover {
	background: transparent;
	color: #B4A594;
	border-bottom: 0px solid #3333DD;
	cursor: pointer;
}

.useroptions {
	background: #897347;
	float: right;
	vertical-align: middle;
	position: relative;
	right: 15px;
	margin: 8px;
	position: relative;
	top: 0px;
	letter-spacing: 0.4px;
}

@media (max-width: 768px) {
.haut {
	text-align:center;
}

.scrollToDown, .scrollToTop {
 bottom: 14553px;
}

.legendlist {
	background: #c6b8a8 none repeat scroll 0% 0%;
	width: 40%;
	text-align: left;
	border: 1px solid #4c331a;
	padding: 8px;
	box-shadow: 2px 2px 6px #333;
	font-size: 13px;
	font-weight: bold;
}

.legendlist ul {
	color: #005ce4;
	display: inline;
	text-align: left;
	position: relative;
	
	text-decoration: none;
}

.legendlist ul li {
	display: inline-block;
	padding: 14px 13px;
}


}

@media (max-width: 1280px) {
.scrollToDown, .scrollToTop {
 bottom: 14553px;
}


}

