/**
ordre menus: menubar > Bar > menu > menuitem
*/

xxBODY { 
	font-family: Arial, Helvetica, sans-serif; 
	margin: 0px; 
	padding: 0px; 
	border: 1px dashed black; 
	width: auto; 
	color: white;
}
.titre {
	background-color: #transparent;
	color: #ffffff;  
	font-weight: bold; 
	font-size: 26px; 
	font-family: Arial, Verdana, Helvetica, sans-serif; 
}

.texte {
	background-color: #transparent;
	color: #ffffff;  
	font-size: 14px; 
	font-family: Arial, Verdana, Helvetica, sans-serif; 
}
.bourse
{
  Filter:Alpha(Opacity=70);
  BORDER-TOP: black 5px solid;
  BORDER-LEFT: black 5px solid;
  BORDER-BOTTOM: #C0C0C0 5px solid;
  BORDER-RIGHT: #C0C0C0 5px solid;
}


.menuBar
{
    POSITION: relative;
    BACKGROUND-COLOR: transparent;
		TEXT-ALIGN: center;
		WIDTH: 645px;
		height:50px;
}
.Bar
{
    BORDER: white 1px solid;
    FLOAT: left;
    WIDTH: 85px;
    CURSOR: pointer;
    TEXT-INDENT: 5px;
    POSITION: relative;
    BACKGROUND-COLOR: #30972B;
    COLOR: white;
    TEXT-ALIGN: center;
    font-size: 12px;
}
.menu
{
    BORDER: buttonhighlight thin outset;
    display:block;
    CURSOR: pointer;
    WIDTH: 83px;
    LINE-HEIGHT: 140%;
    POSITION: absolute;
		top:15px;
    COLOR: white;
    BACKGROUND-COLOR: #47A055;
}
.menuItem
{
    PADDING-LEFT: 5px;
    WIDTH: 78px;
    CURSOR: pointer;
    LINE-HEIGHT: 14px;
    BORDER-BOTTOM: white 1px solid;
    BORDER-right: white 1px solid;
    font-size: 11px;
    TEXT-ALIGN: left;
}
.ItemMouseOver
{
    PADDING-RIGHT: 15px;
    PADDING-LEFT: 10px;
    WIDTH: 100%;
    CURSOR: pointer;
    COLOR: highlighttext;
    LINE-HEIGHT: 20px;
    BORDER-BOTTOM: white 1px solid;
    BACKGROUND-COLOR: highlight;
}
.ItemMouseOut
{
    WIDTH: 100%;
}
.Arrow
{
    FLOAT: right;
    FONT-FAMILY: Webdings;
    POSITION: absolute;
    TEXT-ALIGN: left;
}
.barOver
{
    BORDER: blue 1px ridge;
    FLOAT: left;
    WIDTH: 90px;
    CURSOR: pointer;
    TEXT-INDENT: 5px;
    POSITION: relative;
    BACKGROUND-COLOR: highlight;
    color: white;
    TEXT-ALIGN: center;
}
