
#menu {
	/*width: 100%;*/
	margin: 0 auto;
	font-size: 14px;
	background: url(../images/menu_bg.png) repeat-x;
	height: 43px;
	position: relative;
	z-index:20;
}

#menu ul {
	list-style: none;
	margin: 0;
}

#menu ul li {
	display: inline;
	text-align: center;
	float: left;
}

#menu ul li a {
	color: #ffffff;
	display: block;
	padding: 10px 20px 0 20px;
	height: 27px;
	text-decoration: none;
	font-weight: bold;
	border-left: 1px solid #5B9400;
	border-right: 1px solid #5B9400;
}

#menu ul li.active, #menu ul li:hover {
	background: url(../images/menu_bg_hover.png) repeat-x;
}

#menu ul li.active a {
	color: #000000;
	border-left: 1px solid #B08100;
	border-right: 1px solid #B08100;
}

#menu ul li:hover a {
	color: #000000;
	border-left: 1px solid #B08100;
	border-right: 1px solid #B08100;
}








#liste_equipe_barre_bg {
	margin: 0 auto 0 auto;
	width: 886px;
	padding: 0 26px 0 26px;
	background : url(../images/content_bg.png) repeat-y;
}

#liste_equipe_barre {
	padding: 6px 0 6px 0;
	position: relative;
	bottom: 6px;
	z-index:10;
	height: 40px;
}

#liste_equipe_barre div.equipe_barre {
	float: left;
}

#liste_equipe_barre div.equipe_barre a {
	display: block;
	height: 45px;
}

#liste_equipe_barre div.equipe_barre a:hover {
	background-position: bottom;
}

#liste_equipe_barre div.equipe_nationale a {
	background: url(../images/barre_equipe_nationale.gif) top no-repeat;
	width: 46px;
}

#liste_equipe_barre div.equipe_nationale a img {
	height: 40px;
	margin: 2px 0 0 3px;
}

#liste_equipe_barre div.equipe_nationale a:hover img {
	margin: 1px 0 0 3px;
}

#liste_equipe_barre div.equipe_championnat a {
	background: url(../images/barre_equipe_championnat.gif) top no-repeat;
	width: 42px;
}

#liste_equipe_barre div.equipe_championnat a img {
	height: 32px;
	margin: 6px 0 0 5px;
}

#liste_equipe_barre div.equipe_championnat a:hover img {
	margin: 5px 0 0 5px;
}


#equipe_compet_courante {
	margin: 0 auto 0 auto;
	width: 886px;
	padding: 10px 26px 0 26px;
	background : url(../images/content_bg.png) repeat-y;
}

#equipe_compet_courante div.groupe_equipe {
	width: 105px;
	float: left;
	background: #ffffff url(../images/cadre_gris_footer.gif) bottom repeat-x;
	border-left: 1px solid #B3B3B3;
	border-right: 1px solid #B3B3B3;
	border-top: 1px solid #B3B3B3;
	margin: 0 0px 5px 4px;
	padding: 2px 0 5px 0;
}

#equipe_compet_courante div.first_groupe {
	margin-left: 0px;
}

#equipe_compet_courante div.groupe_equipe div.num_groupe_equipe {
	text-align: center;
	font-weight: bold;
}

#equipe_compet_courante div.groupe_equipe div.equipe {
	
}

#equipe_compet_courante div.groupe_equipe div.equipe img {
	width: 22px;
	float: left;
	margin: 2px 2px 0 2px;
}



#pub_chat {
	float: left;
	background: url(../images/cadre_info_chat_bg.png) top no-repeat;
	height: 88px;
	width: 664px;
	margin: 0 10px 10px 0;
}

#pub_chat div.accroche {
	font-weight: bold;
	font-size: 20px;
	color: #ffffff;
	height: 44px;
	padding: 14px 20px 0px 20px;
}

#pub_chat div.rdv {
	color: #ffffff;
	height: 22px;
	padding: 8px 20px 0px 20px;
}

#pub_externe {
	float: left;
	width: 200px;
	height: 88px;
	text-align: center;
}



#fil_ariane {
	margin: 0 0 10px 0;
}

#fil_ariane a {
	text-decoration: none;
}

#fil_ariane a:hover {
	text-decoration: underline;
}





