@font-face {
	font-family: 'Chiller-Regular';
	src: url('/fonts/Chiller-Regular/Chiller-Regular.eot?#iefix') format('embedded-opentype'), url('/fonts/Chiller-Regular/Chiller-Regular.woff') format('woff'), url('/fonts/Chiller-Regular/Chiller-Regular.ttf')  format('truetype'), url('/fonts/Chiller-Regular/Chiller-Regular.svg#Chiller-Regular') format('svg');
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}
@font-face {
	font-family:'Calculator';
	src: url('/fonts/Calculator/Calculator.ttf')  format('truetype');
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}
body{
	margin:0; 
	padding:0; 
	background: url('https://jazzonotes.fr/images/fond_body2.webp') no-repeat center center fixed #000;
	background: url('/images/fond_body2.webp') no-repeat center center fixed #000;
	background-color:#000;
	-webkit-background-size: cover; 
	   -moz-background-size: cover; 
	     -o-background-size: cover; 
	        background-size: cover; 
}
a.top_link:hover{
	filter:alpha(opacity=80); 
	-ms-filter:"alpha(opacity=80)"; 
	opacity:0.8;
}
.top_link {
	-webkit-transition :all 500ms ease; 
	   -moz-transition :all 500ms ease; 
	        transition :all 500ms ease; 
	background :url("https://jazzonotes.fr/images/fleche_scroll.webp");
	background :url("/images/fleche_scroll.webp");
	width :80px;
	height :80px;
	position :fixed;
	right :20px;
	bottom :50px;
	display :none;
	   -moz-border-radius :10px;
	-webkit-border-radius :10px;
	        border-radius :10px;
	opacity :0.2;
	z-index :2000;
}
a.next_link:hover{
	filter:alpha(opacity=90); 
	-ms-filter:"alpha(opacity=90)"; 
	opacity:0.9;
}
.next_link {
	-webkit-transition :all 500ms ease; 
	   -moz-transition :all 500ms ease; 
	        transition :all 500ms ease;
	background :url("https://jazzonotes.fr/images/fleche_scroll.webp");
	background :url("/images/fleche_scroll.webp");
	background-position:bottom;
	border:none;
	width :80px;
	height :80px;
	position :absolute;
	right :50%;
	left:10px;
	bottom:-15px;
	   -moz-border-radius :13px;
	-webkit-border-radius :13px;
	        border-radius :13px;
	    filter: alpha(opacity=20); 
	-ms-filter:"alpha(opacity=20)"; 
	                  opacity :0.2;
}
.Fleche_Bas{
	position:relative; top:70px;
	left:-110px;
	float:right;
	z-index:2001;
}
a.Retour{
	display:block; 
	width: 100px; 
	height: 20px; 
	background-image: url('https://jazzonotes.fr/images/retour_bleu-20_20.webp') ; 
	background-image: url('/images/retour_bleu-20_20.webp') ; 
	background-repeat:no-repeat
}
a.Retour:hover{
	display:block; 
	width: 100px; 
	height: 20px; 
	background-image: url('https://jazzonotes.fr/images/retour_rouge-20_20.webp') ; 
	background-image: url('/images/retour_rouge-20_20.webp') ; 
	background-repeat:no-repeat
}
