@charset "utf-8";
/* Date de création: 21/12/2022 */ 
@font-face {
font-family: "molengoregular";
src: url("../polices/molengo.ttf")
 	 url("/../polices/molengo-regular-webfont.woff2") format("woff2"),
     url("/../polices/molengo-Regular-webfont.woff") format("woff");
	}
	
body {
	font-family: Arial, sans-serif, Helvetica, Verdana;
	font-size: 1em;
	color: black;
} 

h1
{
font-family: 'Molengo', sans-serif, helvetica;
font-style: normal;
padding:  5px 0px;
text-align: center;
font-size : 1.6em;
}


H2
{
font-family: Arial, sans-serif, Helvetica, Verdana;
padding:  10px 0px;
text-align: left;
font-size : 1.1em;
font-style: normal;
} 


HR
{
color: #00ff00;
} 
 
a:link
{
	font-style: normal;
	color: black; 
	text-decoration: none;
	cursor:w-resize;
}

a:active 
{
	font-style: normal;
	color: blue; 
	text-decoration: none;
	cursor:w-resize;
}
A:HOVER { 
	font-style: normal;
	color: blue; 
	text-decoration: none;
	cursor:w-resize;
}

P
{
height: 10px;
}

#classement
{
position:absolute;
top: 83px;
left: 860px;
width: 850px;
overflow: hidden;
text-align: left;
}

@media (max-width:1399px)
{ 
H1
{ 
font-size : 1.3em;
line-height:20px;
} 

H2
{
padding:  7px 0px;
font-size : 1em;
} 


@media (max-width:600px)
{ 
H1
{ 
font-size : 1em;
line-height:16px;
} 

H2
{
padding:  4px 0px;
font-size : 0.9em;
} 	  
}  
