#partie_gauche h3 {
	font-size: 12px;
	color: #7ac319;
	padding: 0 0 0 0;
	margin: 0 0 5px 0;
}

#partie_gauche div.cadre_gauche {
	padding: 5px 5px 5px 5px;
	margin: 20px 0 0 10px;
	color: #444444;
}

#liste_equipes_gauche {
	
}

#liste_equipes_gauche a {
	color: #177f21;
}

#liste_equipes_gauche a:hover {
	text-decoration: none;
}

/* Liste Pays + Competitions */

#liste_equipes_gauche ul li {
	width: 180px;
	display: block;
	cursor: pointer;
	font-weight: bold;
	list-style: none;
}

#liste_equipes_gauche ul li.pays_club {
	height: 49px;
	background: url(../images/menu_left_country.gif) no-repeat;
	padding: 7px 0 0 15px;
	border-left: 1px solid #c7c7c7;
	border-right: 1px solid #c7c7c7;
}

#liste_equipes_gauche ul li.club {
	height: 25px;
	background: url(../images/menu_left_league.gif) no-repeat;
	padding: 7px 0 0 15px;
	border-left: 1px solid #c7c7c7;
	border-right: 1px solid #c7c7c7;
}



#liste_equipes_gauche ul li a {
	color: #000000;
}

#liste_equipes_gauche ul li a.pays {
	text-transform: uppercase;
	font-size: 18px;
}

#liste_equipes_gauche ul li a.club {
	
}


/* Liste Clubs */

#liste_equipes_gauche ul ul {
	list-style-type: none;
	background: #ededed;
	border-left: 1px solid #c7c7c7;
	border-right: 1px solid #c7c7c7;
	width: 195px;
	padding: 8px 0 8px 0;
}

#liste_equipes_gauche ul ul li {
	width: 195px;
}

#liste_equipes_gauche ul ul li a {
	display: block;
	padding: 1px 0 1px 20px;
	height: 16px;
	font-size: 12px;
	color: #626262;
	font-weight: normal;
}

#liste_equipes_gauche ul ul li a:hover {
	background: #ffffff;
	font-weight: bold;
	color: #7ec01e;
}

/* Equipes de Ligue 1 */

#ligue1 {
	
}

#ligue1 ul {
	list-style: none;
}

#ligue1 ul li {
	display: inline;
	text-align: center;
	float: left;
}

#ligue1 ul li a {
	
	width: 69px;
	display: block;
	color: #626262;
	font-size: 10px;
}

#ligue1 ul.liste1 li a {
	background: #ffffff url(../images/team_top.gif);
	height: 52px;
	padding: 4px 0 0 0;
}

#ligue1 ul.liste2 li a {
	background: #ffffff url(../images/team_bottom.gif);
	height: 49px;
	padding: 7px 0 0 0;
}