.horbar	{
	color: #C7C8CA;
	background-color: #3C4CA0;
	border: 0px outset #cecac1;
}

.horbaritem	{
	float: left;
	white-space: nowrap;
	font-family: arial;
	font-size: 12px;
}

.horbaritem a	{
	display: block;
	text-decoration: none;
}

.horbaritem a:link	{
	color: #FFFFFF;
	text-decoration: none;
}

.horbaritem a:visited	{
	color: #FFFFFF;
	text-decoration: none;
}

.horbaritem a:hover	{
	color: #3C4CA0;
	background-color: #EEEEF4;
	text-decoration: none;
}

.horbaritem a:active	{
	color: #3C4CA0;
	text-decoration: none;
}

.verbar	{
	color: #3C4CA0;
	background-color: #F7C37A;
	border: 0px outset #cecac1;
}

.submenu	{
	position: absolute;
	left: 0;
	top: 0;
	visibility: hidden;
}

.subframe	{  /* couleur fond des sous-menus */
	position: relative;
	display: block;
	background-color: #F7C37A;
	border:0px outset #cecac1;
}

.item	{  /* taille général du texte */
	text-align: left;
	white-space: nowrap;
	font-family: arial;
	font-size: 12px;
}

.item a	{
	position: relative;
	display: block;
	text-decoration: none;
}

.item a:link	{
	color: #3C4CA0;
	text-decoration: none;
}

.item a:visited	{
	color: #3C4CA0;
	text-decoration: none;
}

.item a:hover	{
	color: #FFFFFF;
	background-color: #3C4CA0;
	text-decoration: none;
}

.item a:active	{
	color: #FFFFFF;
	text-decoration: none;
}

.item .fwdarr	{  /* mouvement de la flèche de droite */
	position: absolute;
	top: 5px;
/*	right: 4px; */
	right: 7px;
}

.separator	{    /* la barre horizontal de séparation */
	background-color: #ff0000;
	border-top: 0px solid #ffffff;
	border-bottom: 1px solid #666666;
	margin: 5px 0px 5px 0px;	/* top right bottom left */
	height: 0;
	font-size: 1px;
	line-height: 0;
}

