div#menubar{
	display:block;
	width:591px;
	height:31px;
	background: url(../images/hiver/menu_back.gif) 0 0 no-repeat;
}

div#menubar table#barremenu {
	width:100%;
	height:31px;
}

div#menubar table#barremenu td{
	margin:0;
	text-align:center;
	color:#fff;
	font-size:8pt;
}

div#menubar table#barremenu td.separ{
	width:1px;
	height:28px;
	background:url(../images/hiver/separ.gif) 0 0 no-repeat;

}

div#menubar table#barremenu td a{
	margin:0;
	padding:0;
	padding-top:7px;
	display:block;
	color:#fff;
	font-size:8pt;
	width:100%;
	height:31px;
}

div#menubar table#barremenu td a:hover{
	color:#fff;
	font-size:8pt;
	height:31px;
	cursor:pointer;
	background:url(../images/hiver/fondmenu_on.gif) 0 0 repeat-x;
}