.lien_menu_admin {
	float:left;
	display:block;
	width:150px;
	text-align:center;
}

.bouton {
	background: url('boutons/bouton.jpg');
	color:white;
	cursor:pointer;
}

.bouton:hover {
	background: url('boutons/bouton_hover.jpg');
	cursor:pointer;
}

.input_joueur {
	width:190px;
}

.input_joueur:focus {
	background-color:#4c99c5;
	background: url('boutons/bouton.jpg');
	color:white;
}

.fieldset_joueur {
	width:400px;
	margin:auto;
}

.legend_joueur {
	font-weight:bolder;
}

.label_joueur {
	width:150px;
	min-height:30px;
	float:left;
	clear:both;
}

.champ_joueur {
	width:225px;
	min-height:30px;
	float:left;
}

.liste_pseudo {
	cursor:pointer;
	display:block;
	z-index:55;
	background-color:#4c99c5;
	color:white;
}

.liste_pseudo:hover {
	cursor:pointer;
	display:block;
	z-index:60;
	background-color:#4c99c5;
	color:black;
}

.liste_deroulante {
	overflow:auto;
	max-height:200px;
	width:150px;
	position:absolute;
	z-index:50;
	display:none;
	border:1px solid black;
}

.lister_joueur {
	border:1px solid grey;
	border-collapse:collapse;
}

.lister_pseudo {
	background: url('boutons/bouton.jpg');
	background-repeat:repeat;
	cursor:pointer;
	font-weight:bolder;
	color:white;
	height:15px;
	padding-left:5px;
}


.details_joueur {
	width:100%;
	padding-left:15px;
	margin:auto;
}

