.menuBar
{
    POSITION: relative;
    TEXT-ALIGN: center
}

/*Mettre le bandeau sous le texte*/
img.z
{
position:absolute;
left:0px;
top:0px;
z-index:-1
; overflow: visible; visibility: visible; clip:  rect(   )
}

/*La barre de menu*/

a.Bar:link {color: Navy; text-decoration: none; font-family: "Times New Roman", Times, serif; font-size: small; font-weight: normal}
a.Bar:visited {color: Navy; text-decoration: none; font-family: "Times New Roman", Times, serif; font-size: small; font-weight: normal}
a.Bar:hover {BACKGROUND-COLOR: #9CADCD; color: Navy; text-decoration: none; font-family: "Times New Roman", Times, serif; font-size: small; font-weight: normal}

.Bar
{
    BORDER-RIGHT: blue 0px outset;
    BORDER-TOP: blue 0px outset;
    FLOAT: left;
    BORDER-LEFT: blue 0px outset;
    WIDTH: 100px;
    CURSOR: hand;
    TEXT-INDENT: 0px;
    BORDER-BOTTOM: blue 0px outset;
    POSITION: relative;
    BACKGROUND-COLOR: #CED5E6;
    TEXT-ALIGN: center
; text-decoration: none
}

/*Élément non sélectionné du sous-menu*/
.menu
{
    color: Navy;
    BORDER-RIGHT: buttonhighlight thin outset;
    VISIBILITY: hidden;
    BORDER-LEFT: buttonhighlight thin outset;
    WIDTH: 150px;
    LINE-HEIGHT: 140%;
    BORDER-BOTTOM: buttonhighlight thin outset;
    POSITION: absolute;
    BACKGROUND-COLOR: #CED5E6
}


/*Cellule des éléments du sous-menu*/

.menuItem
{
    color: Navy;
    PADDING-RIGHT: 15px;
    PADDING-LEFT: 10px;
    WIDTH: 100%;
    CURSOR: hand;
    LINE-HEIGHT: 20px;
    BORDER-BOTTOM: white 1px solid
}


/*Élément sélectionné du sous-menu*/

.ItemMouseOver
{
    color: Navy;
    PADDING-RIGHT: 15px;
    PADDING-LEFT: 10px;
    WIDTH: 100%;
    CURSOR: hand;
    LINE-HEIGHT: 20px;
    BORDER-BOTTOM: white 1px solid;
    BACKGROUND-COLOR: #9CADCD
}

.ItemMouseOut
{
    WIDTH: 100%
}
.Arrow
{
    FLOAT: right;
    FONT-FAMILY: Webdings;
    POSITION: absolute;
    TEXT-ALIGN: left
}


/*Élément sélectionné du premier menu*/

.barOver
{
    color: Navy;
    BORDER-RIGHT: blue 0px ridge;
    BORDER-TOP: blue 0px ridge;
    BORDER-LEFT: blue 0px ridge;
    FLOAT: left;
    WIDTH: 100px;
    CURSOR: hand;
    TEXT-INDENT: 0px;
    BORDER-BOTTOM: blue 0px ridge;
    POSITION: relative;
    TEXT-ALIGN: center
}

/*CSS de droitdespme*/

.bandeau {  background-color: white; vertical-align: top}

a:link {color: Navy}
a:visited {color: 5D7EAB}
a:hover {color: Navy; text-decoration: underline}


.basPage {  font-weight: bold}

.arianne { margin-left: 1mm; font-size: x-small}
h2 { margin-left: 1mm; color: Navy}
body { background-color: white; color: black}

a.h2:link { margin-left: 1mm; color: Navy; text-decoration: none}
a.h2:visited { margin-left: 1mm; color: 5D7EAB; text-decoration: none}
a.h2:hover { margin-left: 1mm; color: Navy; text-decoration: underline}


p {margin-left: 2mm; margin-right: 2mm}
