.scrollToTop {
	background: #41b98c;
	color: white;
	position: fixed;
	z-index: 4000;
	bottom: 143px;
	right: 20px;
	border-radius: 4px;
	padding: 9px 10px;
	cursor: pointer;
	display: block;
	font-size: 18px;
	box-shadow: 0 0 1px #202020;
}

.scrollToDown {
	background: #41b98c;
	color: white;
	position: fixed;
	z-index: 4000;
	bottom: 100px;
	right: 20px;
	border-radius: 4px;
	padding: 9px 10px;
	cursor: pointer;
	display: block;
	font-size: 18px;
	box-shadow: 0 0 1px #202020;
}

#avatarheader {
	cursor: pointer;
	float: right;
	position: relative;
	border-radius: 50%;
	right: -10px;
	bottom: 11px;
}

#avatarheader:hover {
	opacity:0.6;
}

#haut {
	background: rgb(36,36,36);
	width: 100%;
	float: right;
	min-height: 100px;
	z-index: 5000;
	text-align: left;
	line-height: normal;
}

#haut {
	position: fixed; 
	right: 0;
	left: 0;
	top: 0;
}

/*#haut--pinned {
    transform: translateY(0%);
}*/

#haut {
    transition: top 0.3s;
}

.headerlist {
	width: 100%;
	text-align: left;
	border-bottom: 2px solid #41b98c;
	background: #FFF none repeat scroll 0% 0%;
	font-size: 15px;
}

.headerlist ul {
	display: inline;
	text-align: right;
	color: #41b98c;
	position: relative;
	text-decoration: none;
}

.headerlist ul li {
	display: inline-block;
	padding: 14px 13px;
}





@media (max-width: 768px) {
#haut {
	text-align:center;
}

.scrollToDown, .scrollToTop {
 bottom: 14553px;
}


}

@media (max-width: 1280px) {
.scrollToDown, .scrollToTop {
 bottom: 14553px;
}


}


		
		
		
		
		