@charset
"UTF-8"
;

ul.LoginBar {
    margin: 0;
    padding: 0;
    list-style-type: none;
    font-size: 100%;
    cursor: default;
    width: auto;
}

ul.LoginBar li {
    margin: 0 5px 0 5px;
    padding: 0;
    list-style-type: none;

    position: relative;
    text-align: left;
    cursor: pointer;
    float: left;

}

ul.LoginBar ul li {
    width: 300px;

    color: #363636;
    margin-left: -120px;
    padding: 5px;
    font-family: Tahoma;
    font-size: 10px;
    font-weight: bold;
}

ul.LoginBar ul li .loginbox .top .left {
    background: url( /images/menu/login_box/left_top.png ) no-repeat;
    width: 8px;
    height: 8px;
    float: left;
}

ul.LoginBar ul li .loginbox .top .mid {
    background: url( /images/menu/login_box/top_back.png ) repeat-x;
    width: 94%;
    height: 8px;
    float: left;
}

ul.LoginBar ul li .loginbox .top .right {
    background: url( /images/menu/login_box/right_top.png ) no-repeat;
    width: 8px;
    height: 8px;
    float: left;
}

ul.LoginBar ul li .loginbox .middle {
    clear: both;
    background: url( /images/menu/login_box/main_bg.png ) repeat-x bottom #FEFEFE;
    width: 97.60%;
    border-left: #E5E5E5 1px solid;
    border-right: #E5E5E5 1px solid;
    filter: alpha( opacity = 80 );
    -moz-opacity: 0.8;
    opacity: 0.8;
    margin-left: 1px;
    margin-top: -7px;
}

ul.LoginBar ul li .loginbox .bottom .left {
    background: url( /images/menu/login_box/left_bottom.png ) no-repeat;
    width: 8px;
    height: 8px;
    float: left;
}

ul.LoginBar ul li .loginbox .bottom .mid {
    background: url( /images/menu/login_box/bottom_back.png ) repeat-x;
    width: 94%;
    height: 8px;
    float: left;
}

ul.LoginBar ul li .loginbox .bottom .right {
    background: url( /images/menu/login_box/right_bottom.png ) no-repeat;
    width: 8px;
    height: 8px;
    float: left;
}

ul.LoginBar ul li .loginbox .middle .text {
    padding-left: 8px;
    padding-right: 8px;
}

ul.LoginBar ul li .motpassoublier {

    text-decoration: underline;

}

/* Submenus should appear below their parent (top: 0) with a higher z-index, but they are initially off the left side of the screen (-1000em) */
ul.LoginBar ul,
    ul.LoginBar  ul.MenuBarSubmenuHide {
    margin: 0;
    padding: 0;
    list-style-type: none;
    font-size: 100%;
    z-index: 1020;
    cursor: default;
    width: auto;
    position: absolute;
    left: -1000em;
}

/* Submenu that is showing with class designation MenuBarSubmenuVisible, we set left to auto so it comes onto the screen below its parent menu item */
ul.LoginBar ul.MenuBarSubmenuVisible {
    left: auto;
    margin-top: 20px;

}

/* Submenu that is showing with class designation MenuBarSubmenuVisible, we set left to 0 so it comes onto the screen */
ul.LoginBar ul.MenuBarSubmenuVisible ul.MenuBarSubmenuVisible {
    left: auto;
    top: 0;
}

/* Menu items that have mouse over or focus have a blue background and white text */

/* Menu items that are open with submenus are set to MenuBarItemHover with a blue background and white text */
ul.LoginBar a.MenuBarItemHover, ul.LoginBar a.MenuBarItemSubmenuHover, ul.LoginBar a.MenuBarSubmenuVisible {
    background-color: #33C;
    color: #FFF;
}

ul.LoginBar iframe {
    position: absolute;
    z-index: 1010;
}

/* HACK FOR IE: to stabilize appearance of menu items; the slash in float is to keep IE 5.0 from parsing */
@media screen,projection
{
    ul.LoginBar li.MenuBarItemIE {
        display: inline;
        f\loat: left;
        background: #FFF;
    }

}

/* holsfind language bar */
.holosfind #langBar {
    width: 170px;
    float: right;
    margin-top: 5px;
}

.holosfind #langBar #chox_lang #display_lang {
    width: 110px;
    padding: 2px;
    margin-left: 30px;
    padding-right: 20px;
    background: url( /images/boxes/lan_choix_arrow.png ) 116px 1px no-repeat;
    border: 1px solid #809DBB;
    cursor: pointer;
}

.holosfind #langBar #chox_lang #container_lang .lang {
    padding: 2px;
    clear: both;
}

.holosfind #langBar #chox_lang #container_lang .lang img {
    margin-right: 5px;
    margin-top: 0px;
    float: none;
}

.holosfind #langBar 	.seto {
    background-color: #809DBB;
    color: #FFF;
}

.holosfind #langBar	#container_lang {
    width: 128px;
    padding: 2px;
    margin-left: 30px;
    border: 1px solid #809DBB;
    border-top: none;
    position: absolute;
    background-color: #F0F0F0;
    z-index: 1000;
}

.holosfind #langBar	#container_lang a img {
    border: none;
}

.holosfind #langBar	#container_lang a {
    text-decoration: none;
    color: #454545;
}

.holosfind #langBar	#container_lang a:hover .lang {
    background-color: #809DBB;
    color: #FEFEFE;
}

/* holosfind langauge bar end */
