/******************************
		MENU
*******************************/
#menu, #menu ul{
	width:933px;
	height:57px;
	padding : 0;
	margin : 0;
	list-style : none;
	text-align : center;
}

#menu{
	font-family:Arial, Helvetica, sans-serif;
	font-size : 11px;
}

#menu a{
	display : block;
	padding : 0;
	color : #15406D;
	text-decoration : none;
	font-family:Arial, Helvetica, sans-serif;
	font-size:0.8em;
}

/********
	Liens du Menu
********/
ul#menu li#menu_left{
	display:block;
	float:left;
	width:337px;
	height:57px;
	background-image:url(../images/menu_left.jpg);
	background-repeat:no-repeat;
}
#btn_open{
	width:129px;
	height:57px;
	background-image:url(../images/btn_open.jpg);
	background-repeat:no-repeat;
}
#btn_benevoles{
	width:89px;
	height : 57px;
	background-image:url(../images/btn_benevoles.jpg);
	background-repeat:no-repeat;
}
#btn_infos{
	width:123px;
	height : 57px;
	background-image:url(../images/btn_infos.jpg);
	background-repeat:no-repeat;
}
#btn_joueurs{
	width:76px;
	height : 57px;
	background-image:url(../images/btn_joueurs.jpg);
	background-repeat:no-repeat;
}
#btn_partenaires{
	width:98px;
	height : 57px;
	background-image:url(../images/btn_partenaires.jpg);
	background-repeat:no-repeat;
}
#btn_tableaux{
	width:81px;
	height : 57px;
	background-image:url(../images/btn_tableaux.jpg);
	background-repeat:no-repeat;
}
#btn_open span, #btn_benevoles span, #btn_infos span, #btn_joueurs span, #btn_partenaires span, #btn_tableaux span{
	display:none;
}
#btn_open ul, #btn_benevoles ul, #btn_infos ul, #btn_joueurs ul, #btn_partenaires ul, #btn_tableaux ul{
	height:25px;
}

/**********
		Listes du menu et des sous menus
***********/

#menu li{
	float : left;
}

#menu li ul{
	position: absolute;
	width: 100px;
	left: -999em;
}
#menu li ul li{
	display:block;
	height:25px;
}
#menu li ul ul{
	margin:-22px 0 0 100px;
}
#menu li:hover ul ul, #menu li.sfhover ul ul{
	left: -999em;
}
#menu li:hover ul, #menu li li:hover ul, #menu li.sfhover ul, #menu li li.sfhover ul{
	left: auto;
	min-height: 0;
}
#menu li:hover ul li{
}
#menu li:hover ul a, #menu li li:hover ul a, #menu li.sfhover ul a, #menu li li.sfhover ul a{
	height:25px;
	background-color:#F2F2F2;
	border-bottom:1px;
}
#menu li:hover ul a:hover, #menu li li:hover ul a:hover, #menu li.sfhover ul a:hover, #menu li li.sfhover ul a:hover{
	background-color:#D7D8D3;
}

/********
		Liens des sous menus
*********/

#list_open a{
	width:127px;
}
#list_bene a{
	width:88px;
}
#list_infos a{
	width:123px;
}
#list_partenaires a{
	width:98px;
}
#list_tab a{
	width:81px;
}

#list_open a, #list_bene a, #list_infos a, #list_tab a{
	padding-top:7px;
}
#list_bene a#agents{
}
