/*********************************************/
/*Trois étoiles de la semaine                */
/*********************************************/
.three_star_week{background-color:#2E2E2E;color:#FFFFFF;padding-left:10px;font-size:11px;line-height:30px;height:30px;text-transform:uppercase;}
.title_three_star{background-color:#d9d9d9;color:#171717;padding-left:10px;font-size:18px;line-height:50px;height:50px;}
.three_star_box_list{position:relative;height:185px;padding:0px;}
.three_star_box_list .box{position:relative;height:220px;background-color:#000000;}
.three_star_box_list .box1{float:left;width:33%;}
.three_star_box_list .box2{float:left;width:33%;margin-left:.5%;margin-right:.5%;}
.three_star_box_list .box3{float:left;width:33%;}
.three_star_box_list .box .icon{position:absolute;top:10px;left:10px;}
.three_star_box_list .box .star_desc{position:absolute;top:0;left:0;font-size:18px;line-height:35px;background-color:#2E2E2E;display:block;width:35px;height:35px;color:#FFFFFF;text-align:center;z-index:2;}
.three_star_box_list .box .player_name{width:100%;margin-top:10px;}
.three_star_box_list .box .player_name a{color:#d4d4d4;font-size:12px;}
.three_star_box_list .box .player_img{position:absolute;top:0;left:0;height:220px;width:100%;overflow:hidden;z-index:0;}
.three_star_box_list .box .player_img img{width:100%;}
.three_star_box_list .box .star_stats{position:absolute;bottom:0px;left:0px;color:#ffffff;line-height:15px;font-size:11px;z-index:2;height:50px;width:100%;background-color:#000000;opacity:0.90;}
.three_star_box_list .box .star_stats span{color:#ffffff;text-transform:uppercase;}
.three_star_box_list .box .star_stats span.player_name{color:#FFFFFF;text-transform:uppercase;font-size:11px;line-height:15px;position:absolute;top:10px;}
.three_star_box_list .box .star_stats .team_img{height:40px;width:40px;float:left;padding:5px;}
.three_star_box_list .box .stars{position:absolute;top:140px;left:100px;padding:3px;background-color:#333333;color:#d4d4d4;}
.three_star_box_list .box .stars img{margin:0px 0px 0px 0px;vertical-align:middle;}