#navlist
{
padding: 3px 0;
border-bottom: 1px solid #778;
font: bold 12px Verdana, sans-serif;
margin-bottom: 0px;
margin-left: 0px;
}

#navlist li
{
list-style: none;
margin: 0;
display: inline;
}

#navlist li a
{
padding: 3px 0.5em;
margin-left: 3px;
border: 1px solid #778;
border-bottom: none;
background: #DDE;
text-decoration: none;
}

#navlist li a:link { color: #448; }
#navlist li a:visited { color: #667; }

#navlist li a:hover
{
color: #000;
background: #AAE;
border-color: #227;
}

#navlist li a#current
{
background: #eee;
border-bottom: 1px solid #eee;
}






#menutop {
	position: relative;
	height: 44px;
	width: 972px;
	margin-left: auto;
	margin-right: auto;
	
	clear: both;
	background: #F9D966 url(shadow.jpg) left top repeat-x;
	font-family: Verdana;
}
#menucoin {
float: right;
position: relative;
left: 1px;
width: 30px;
height: 20px;
background: #fff url(design/menucoin.gif) left top no-repeat;
}

#menuleft{
position: absolute;
height: 32px;
width: 35px;
top: 6px;
left: 6px;
background: transparent url(menuleft.jpg) top left repeat-x;
}

#menuright{
position: absolute;
height: 32px;
width: 35px;
top: 6px;
right: 6px;
background: transparent url(menuright.jpg) top left repeat-x;
}

#menutop ul, #menutop li {
	margin:0;
	padding: 0;
	list-style-type: none;
	}
#menutop ul {
	position: absolute;
	height: 32px;
	width: 925px;
	top: 6px;
	left: 41px;
background: transparent url(menu.jpg) top left repeat-x;
}

#menutop li {
float: left;
}

#menutop li a { /* dimensions et définitions des boutons */
display: block;  /* mise en block de <a> pour lui donner des dimensions */
height: 32px;
width: 107px;
color: #ccc;
font: 14px Verdana, "Lucida Grande", Tahoma, Helvetica, Sans-Serif;
background: transparent url(menu.jpg) top left repeat-x;
text-decoration: none;
border-left: 1px solid #fff;
text-align: center;
line-height: 32px;
}
#menutop li a.last {
border-right: 1px solid #fff;
}

#menutop a:hover {
color: #fff;
background: transparent url(menu.jpg) top left repeat-x;
}

#menutop a#current
{
	color: black;
background: transparent url(menu.jpg) top left repeat-x;
	background-position: 0px -64px;
/* border-bottom: 1px solid white; */
}

#menutop a#current:hover
{
color: #0E4FAB;
}

#menutop a#menu1:hover {
background-position: -26px -32px;
}
#menutop a#menu2:hover {
background-position: -127px -32px;
}
#menutop a#menu3:hover {
background-position: -228px -32px;
}
#menutop a#menu4:hover {
background-position: -329px -32px;
}
#menutop a#menu5:hover {
background-position: -430px -32px;
}
#menutop a#menu6:hover {
background-position: -531px -32px;
}
