/* CSS */
/* (Version) By sync - Boulette (V5.5.4)
	Jeux
*/

/* Conteneur du menu */
.menue-container {
	position: relative;
	display: inline-block;
	font-family: Arial, sans-serif;
	user-select: text;
	-webkit-user-select: text;
	-ms-user-select: text; user-source: hidden;
}

/* Bouton "Jeux" */
.menue-button {
	background-color: transparent;
	border: none;
	color: #003366;
	font-size: 10px;
	font-weight: bold;
	cursor: pointer;
}

/* Menu déroulant caché par défaut */
.dropdown-menue {
	display: none;
	position: absolute;
	top: 30px;
	left: 0;
	background-color: #f0f8ff;
	border: 1px solid #003366;
	border-radius: 6px;
	min-width: 200px;
	z-index: 1;
	padding: 0;
	margin: 0;
}

.dropdown-menue li {
	list-style: none;
	padding: 10px;
	cursor: pointer;
	border-bottom: 1px solid #ccc;
	font-size: 14px;
}

.dropdown-menue li:hover {
	background-color: #e0f0ff;
}

/* Dernier élément sans bord */
.dropdown-menue li:last-child {
	border-bottom: none;
}

/* FIN CSS */
