#bas_joueurs .un_joueur {
	background:transparent url(/tpl/images/joueurs/jeton-big.png) no-repeat left top;
	float:left;
	font-size:12px;
	height:88px;
	width:220px;
}

#bas_joueurs .un_joueur span.bouton_nomjoueur {
	font-weight:bold;
	margin-top:8px;
	color:#389b02;
}
#bas_joueurs .un_joueur span.bouton_argentjoueur {
	font-size:12px;
	margin-top:4px;
	color:#fb6900;
}
#bas_joueurs .un_joueur span.bouton_lieujoueur {
	font-size:11px;
	color:#9a9a9a;
}
#recherche_joueur_box {
	background:transparent url(/tpl/images/joueurs/bg-search.png) no-repeat scroll 0 10px;
	height:90px;
	margin-left:20px;
	width:720px;
}
#recherche_joueur_box #inputString {
	border:none;
	width:533px;
	background:transparent;
	height:34px;
	margin-top:26px;
	color:#DEDEDE;
	font-size:26px;
}
#recherche_joueur_box span {
	color:#A4A4A4;
	display:block;
	font-size:24px;
	height:43px;
}

#lettres {
	color:#6b6b6b;
	margin-left:20px;
	clear:right;
	margin-bottom:40px;
}

#lettres div {
	border-left:1px solid #dfdfdf;
	float:left;
	clear:right;
	margin-bottom:20px;
	margin-left:6px;
}

#lettres span {
	float:left;
}
#lettres a {
	background:url(/tpl/images/joueurs/bg-letters.png) repeat-x;
	border-right:1px solid #dedede;
	border-bottom:1px solid #dedede;
	border-top:1px solid #dedede;
	color:#6b6b6b;
	float:left;
	width:20px;
	text-align:center;
}
#lettres a:hover {
	color:#000;
	text-decoration:none;
}

.top10joueurs {
	width:440px;
	border:1px solid #dedede;
	float:left;
	margin-left:20px;
	padding:10px;
}

.top10joueurs .un_joueur img {
	height:61px;
	margin-left:8px;
	margin-top:9px;
	width:62px;
	float:left;
}

.top10joueurs .un_joueur div {
	width:110px;
	padding-top:6px;
	float:left;
	margin-left:15px;
}

.top10joueurs .un_joueur div span {
	float:left;
	width:110px;
}
.top10joueurs_right {
	float:right;
	width:273px;
	margin-right:10px;
}
.top10joueurs_right .joueur-mois {
	width:253px;
	height:234px;
	padding:5px 10px;
	background: url(/upload/joueur-du-mois1.jpg) no-repeat;
}
.top10joueurs_right p.texte_intro {
	padding:0px;
	margin:0px 0px 6px 0px;
	font-size:10px;
	height:212px;
}
.top10joueurs_right .joueur-mois h3 {
	margin:0;
}
.top10joueurs_right .joueur-mois h3 a {
	color:#FFF;
}
.top10joueurs_right .joueur-mois p {
	margin-left:0;
	color:#FFF;
	width:90px;
	text-align:left;
}
.suggestionsBox {
	position: relative;
	left: 30px;
	margin: 10px 0px 0px 0px;
	width: 200px;
	background-color: #212427;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
	border: 2px solid #000;
	color: #fff;
}

.suggestionList {
	margin: 0px;
	padding: 0px;
}

.suggestionList li {
	margin: 0px 0px 3px 0px;
	padding: 3px;
	cursor: pointer;
}
.suggestionList li a {
	color:white;
}
.suggestionList li:hover {
	background-color: #659CD8;
}

#fiche_joueur #photo_joueur {
	background:transparent url(/tpl/images/joueurs/bg-cards.png) no-repeat;
	float:right;
	height:285px;
	padding-left:44px;
	padding-top:17px;
	width:210px;
}

#fiche_joueur {
	padding:15px;
	text-align:justify;
}
#palmares_top {
	margin-left:30px;
}
#palmares_top h3 {
	color:#427701;
}
#palmares table {
	width:720px;
}
#palmares table thead th {
	border-bottom:1px solid #dedede;
}
#palmares table tbody td {
	background:url(/tpl/images/joueurs/bg-tbl-first-rows.png) repeat-x bottom;
	height:25px;
	border-bottom:1px solid #dedede;
}

#palmares table td.j_gains {
	color:#ff6905;
	border-right:1px solid #dedede;
	width:78px;
}

#palmares table td.j_date {
	color:#454545;
	border-left:1px solid #dedede;
	width:110px;
	font-size:11px;
}

#palmares table td.j_place {
	color:#454545;
}

#palmares table td.j_event {
	color:#000000;
	font-size: 11px;
}

.page_list {
	background-image:url(/tpl/images/joueurs/bg_pages.png);
	background-position:0 0;
	background-repeat:repeat;
	height:28px;
	margin-left:30px;
	width:730px;
}

.page_list a {
	background:transparent url(/tpl/images/joueurs/page_sep.png) no-repeat scroll 0 0;
	color:white;
	display:block;
	float:left;
	height:21px;
	padding-top:7px;
	text-align:center;
	width:25px;
}
.page_list a.page_long {
	width:75px;
}
span.current_page {
	background:transparent url(/tpl/images/joueurs/page_sep.png) no-repeat scroll 0 0;
	color:red;
	display:block;
	float:left;
	height:21px;
	padding-top:7px;
	text-align:center;
	width:25px;
}
