BODY
{
}
.menuBar
{
    BORDER-RIGHT: cadetblue 5px outset;
    BORDER-TOP: cadetblue 5px outset;
    BORDER-LEFT: cadetblue 5px outset;
    BORDER-BOTTOM: transparent 0px outset;
    BACKGROUND-COLOR: cadetblue;
    POSITION: relative;
    WIDTH: 323px;
    TEXT-ALIGN: center;
}
.Bar
{
    BORDER-RIGHT: transparent 3px outset;
    BORDER-TOP: blue 0px outset;
    BORDER-LEFT: transparent 3px outset;
    BORDER-BOTTOM: black 1px inset;
    FLOAT: left;
    HEIGHT: 24px;
    WIDTH: 72px;
    CURSOR: hand;
    TEXT-INDENT: 0px;
    POSITION: relative;
    BACKGROUND-COLOR: #b4b4b4;
    TEXT-ALIGN: center
}
.barOver
{
    BORDER-RIGHT: transparent 3px ridge;
    BORDER-TOP: blue 0px ridge;
    BORDER-LEFT: transparent 3px ridge;
    BORDER-BOTTOM: white 1px inset;
    FLOAT: left;
    HEIGHT: 24px;
    WIDTH: 72px;
    CURSOR: hand;
    TEXT-INDENT: 0px;
    POSITION: relative;
    BACKGROUND-COLOR: cadetblue;
    TEXT-ALIGN: center
}

.menu
{
    BORDER-RIGHT: buttonhighlight thin outset;
    BORDER-TOP: buttonhighlight thin outset;
    VISIBILITY: hidden;
    BORDER-LEFT: buttonhighlight thin outset;
    LINE-HEIGHT: 140%;
    BORDER-BOTTOM: buttonhighlight thin outset;
    POSITION: absolute;
    BACKGROUND-COLOR: cadetblue
}
.menuItem
{
    PADDING-RIGHT: 15px;
    PADDING-LEFT: 10px;
    CURSOR: hand;
    LINE-HEIGHT: 20px;
    BORDER-BOTTOM: white 0px solid
}
.ItemMouseOver
{
    PADDING-RIGHT: 15px;
    PADDING-LEFT: 10px;
    CURSOR: hand;
    COLOR: highlighttext;
    LINE-HEIGHT: 20px;
    BORDER-BOTTOM: white 0px solid;
    BACKGROUND-COLOR: black
}
.ItemMouseOut
{
    WIDTH: 100%
}
.Arrow
{
    FLOAT: right;
    FONT-FAMILY: Webdings;
    POSITION: absolute;
    HEIGHT: 24px;
    TEXT-ALIGN: left
}



.menuOnglet
{
    BORDER-RIGHT: cadetblue 5px outset;
    BORDER-TOP: cadetblue 5px outset;
    BORDER-LEFT: cadetblue 5px outset;
    BORDER-BOTTOM: transparent 0px outset;
    POSITION: bottom;
    BACKGROUND-COLOR: cadetblue;
    TEXT-ALIGN: center;
}
.Onglet
{
    BORDER-RIGHT: transparent 3px outset;
    BORDER-TOP: blue 0px outset;
    BORDER-LEFT: transparent 3px outset;
    BORDER-BOTTOM: black 1px inset;
    FLOAT: left;
    HEIGHT : 24px;
    TEXT-INDENT: 0px;
    POSITION: relative;
    BACKGROUND-COLOR:transparent;
    TEXT-ALIGN: center
}
.OngletActif
{
    BORDER-RIGHT: transparent 3px outset;
    BORDER-TOP: blue 0px outset;
    BORDER-LEFT: transparent 3px outset;
    BORDER-BOTTOM: black 1px inset;
    FLOAT: left;
    HEIGHT : 24px;
    TEXT-INDENT: 0px;
    POSITION: relative;
    BACKGROUND-COLOR:#b4b4b4;
    TEXT-ALIGN: center
}
.ongletOver
{
    BORDER-RIGHT: transparent 3px outset;
    BORDER-TOP: blue 0px outset;
    BORDER-LEFT: transparent 3px outset;
    BORDER-BOTTOM: white 1px inset;
    FLOAT: left;
    HEIGHT : 24px;
    TEXT-INDENT: 0px;
    POSITION: relative;
    BACKGROUND-COLOR: cadetblue;
    TEXT-ALIGN: center
}
