.horbar	{
	color: black;


}
/* Menu*/
.horbaritem	{
	float: center;
	white-space: nowrap;
        text-decoration:  underline;
	font-family:  geneva, arial, helvetica, sans-serif;
	font-size: 14px;
        font-weight:bold;
}

.horbaritem a	{
	display: block;
	text-decoration: underline;
}

.horbaritem a:link	{

	color: #6C3803;
}

.horbaritem a:visited	{
	color: #6C3803;
}

.horbaritem a:hover	{
	color: #6C3803;
	 border=1;
}

.horbaritem a:active	{
	color: #6C3803;
}

.verbar	{
	color: white;

}
 /* Sous Menu*/
.submenu	{
	position: absolute;
	left: 2;
	top: 2;
	visibility: hidden;
}

.subframe	{
	position: relative;
	display: block;

}
 /* Sous Lien*/
.item	{
	position: relative;
	text-align: left;
	white-space: nowrap;
	font-family: verdana, geneva, arial, helvetica, sans-serif;
	font-size: 10px;
	/*TEXT-DECORATION: underline*/
}

.item a	{
	position: relative;

	color: #6C3803;
}

.item a:link	{
	color: #6C3803;
}

.item a:visited	{
	color: #6C3803;
}

.item a:hover	{
	color: #6C3803;

}

.item a:active	{
	color: #6C3803;
}

.item .fwdarr	{
	position: absolute;
	top: 5px;
/*	right: 4px; */
	right: 3px;
}
