
.scrollToTop {
	background: #2ECC71;
	color: white;
	position: fixed;
	z-index: 4000;
	bottom: 143px;
	right: 20px;
	border-radius: 2px;
	padding: 9px 10px;
	cursor: pointer;
	display: block;
	font-size: 18px;
}

.scrollToDown {
	background: #2ECC71;
	color: white;
	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: #2ECC71;
	border-radius: 50%;
	padding: 8px;
	color: #FFF;
	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: #FFF;
	width: 100%;
	float: right;
	box-shadow: 0px 0px 3px #656161;
	position: fixed;
	height: 70px;
	z-index: 1000;
	text-align: left;
}

.headerlist {
	width: 100%;
	text-align: left;
	border-bottom: 2px solid #2ECC71;
	background: #FFF none repeat scroll 0% 0%;
	font-size: 15px;
}

.headerlist ul {
	display: inline;
	text-align: right;
	color: #2ECC71;
	position: relative;
	text-decoration: none;
}

.headerlist ul li {
	display: inline-block;
	padding: 14px 13px;
}

.useroptions a {
	color: rgba(0, 0, 0, 0.74);
	padding: 25px 14px;
	transition: background-color 200ms, color 200ms;
	
	font-size: 14px;
}

.useroptions a:hover {
	background: rgb(248, 250, 250);
	color: #2ECC71;
	border-bottom: 2px solid #2ECC71;
}

.useroptions {
	float: right;
	vertical-align: middle;
	position: relative;
	right: 15px;
	margin: 21px;
	position: relative;
	top: 4px;
	letter-spacing: 0.4px;
}

@media (max-width: 768px) {
.haut {
	text-align:center;
}

.scrollToDown, .scrollToTop {
 bottom: 14553px;
}


}

@media (max-width: 1280px) {
.scrollToDown, .scrollToTop {
 bottom: 14553px;
}


}


		
		
		
		