@import url('https://fonts.googleapis.com/css2?family=Graduate&display=swap');

.menu {
	overflow: hidden;
	line-height: 27px;
	width:125px;
	text-align: center;
	background-color: #FF9900;
	margin-bottom:5px;

}
a {
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-size: 14px;
	font-weight: bold;
}
a:visited {
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-size: 14px;
	font-weight: bold;
}
a:hover {
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #333300;
	font-size: 14px;
	font-weight: bold;
}
.compteur {
	font-family: 'Graduate', cursive;
	/*background-clip: content-box; */
	background-color: black;
	text-align: center;
	font-size: 22px;
	-moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
	border: 3px solid DodgerBlue;
}