/*
 *  Menu Haut
 */
#menu
{
    z-index    : 0;
    display    : block;
    position   : absolute;
    left       : 40px;
    bottom     : -2px;
    height     : 3.8em;
    width      : 700px;
    margin     : 0em;
    padding    : 0em;
    background : #26324b url("../fondMenu.png") repeat-x;
}
#menu LI, #menu A, #menu SPAN
{
    float   : left;
    display : block;
    width   : 10em;
    height  : 3.4em;
    color   : #fff;
}
#menu A, #menu SPAN
{
    width      : 100%;
    font       : 1.2em/3.4em verdana;
    text-align : center;
}
#menu A:hover
{
    margin-top       : 0px;
    background-image : none;
    border-top       : #2b749b 3px solid;
    font             : 1.2em/3.4em verdana;
}
#menu #selectionner
{
    position        : relative;
    top             : -1px;
    height          : 3.0em;
    background      : url("../fondMenuDessus.png");
    border-top      : 1px solid #f49a18;
    font-weight     : bold ;
    text-decoration : none;
    color           : #f49a18;
}

/*
 * Menu Droit
 */
#menuDroit
{
    float      : right;
    padding    : 0em;
    margin     : 3em 0em;
    width      : 180px;
}
#menuDroit UL
{
    padding    : 0em;
    margin     : 0em;
}


#lienInterne LI
{
    display          : block;
    width            : auto;
    text-align       : left;
    border-bottom    : 1px dotted gray;
}

#lienExterne LI
{
    background    : url("../lien-externe.gif") left center no-repeat ;
    border-bottom : 1px dotted #f2f2f2;
    text-indent  : 1.5em
}


.menuDroitTitre
{
    background : #f2f2f2 none!important;
}

.menuDroitTitre H2
{
    margin     : 0;
    border     : none medium;
    text-align : center;
    color      : #999999;
	height     : 2em;
    font       : 1.3em/2em "Trebuchet MS","Bitstream Vera Sans";
}
#menuDroit H4, #menuDroit H3
{
    margin    : 0;
    padding   : 0.5em;
	font-size : 1.1em;
	height    : 2.2em;
}

#menuDroit LI SPAN
{
    display         : block;
    width           : 100%;
    height          : 100%;
	border-left     : 3px solid red;
    text-indent     : 1em;
    font            : bold 1em/2em "Trebuchet MS","Bitstream Vera Sans";
    color           : red
}



#menuDroit A
{
    display         : block;
    width           : 100%;
    height          : 100%;
    text-indent     : 1em;
    text-decoration : none;
    font            : 1em/2em "Trebuchet MS","Bitstream Vera Sans";
    color           : #999999;
}


#lienInterne A
{
	border-left     : 3px solid #f2f2f2
}

#lienExterne LI A
{
    display         : block;
    width           : 100%;
    height          : 100%;
    text-indent     : 1em;
}


#lienInterne A:hover
{
	 border-left : 3px solid #003D97;
	 color       : #003D97;
}

