@import url(_common_ficheblock.css);

body {
    font-family: sans-serif;
    font-size: 86%;
    background: white;
    margin: 0;
    padding: 0;
}

#BLOC_GLOBAL {
width: 740px;
height: 490px;
background: white;
margin: 0;
padding: 0;
}

#BLOC_MENU {
    width: 740px;
    height: 50px;
    overflow: auto;
}


#BLOC_LISTE {
    width: 300px;
    height: 440px;
    overflow: auto;
    float: left;
    margin-left: 3px;
}

#BLOC_CORPS {
    margin-left: 320px;
    height: 450px;
    overflow: auto;
    padding-right: 5px;
}

div.MENU_SELECT {
}

div.MENU_SELECT select {
display: block;
height: 23px;
background-color: white;
}

div.MENU_ITEM {
float: left;
    padding-top: 2px;
    padding-bottom: 3px;
    padding-left: 15px;
    padding-right: 15px;
    font-weight: bold;
    color: white;
    text-transform: uppercase;
    line-height: 12px;
    font-size: 9.45px;
    background-color: #6D6D6D;
    font-family: Verdana, Arial, sans-serif;
}

div.MENU_ITEM:hover {
    cursor: pointer;
    text-decoration: underline;
}

#ID_MENU_LISTE {
    
}

div.MenuItemSelection {
    background-color: #FDC844;
}

div.MenuListe {
display: none;
}

div.jq_ListeVisible {
display: block!important;
}

div.LienBip:hover {
    cursor: pointer;
}

div.jq_Selection {
    background-color: #FEC844;
}

div.BlocItem {
margin-bottom: 15px;
}

div.BlocItem_Lib {
    /*border-bottom-width: 1px;
    border-bottom-color: #FEC844;
    border-bottom-style: solid;*/
    font-weight: bold;
    color: #6D6D6D;/*#909090;*/
    padding-left: 5px;
    font-family: Verdana, Arial, sans-serif;
    margin-right: 1px;
    
}
div.Niveau {
background-image: url(../images/fleche-ferme.png);
background-repeat: no-repeat;
background-position: left center;
padding-left: 24px;
}


div.jq_NivOuvert {
background-image: url(../images/fleche-ouvert.png) !important;
}

div.BlocItem_Lib:hover  {
    cursor: pointer;
    background-color: #FEC844;
    color: white;
}

div.BlocItem_Sousliste {
    margin-left: 10px;
    padding-left: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
    border-bottom-width: 2px;
    border-bottom-color: #FEC844;
    border-bottom-style: solid;
    border-left-width: 2px;
    border-left-color: #FEC844;
    border-left-style: solid;
    display: none;
    margin-right: 1px;
}

div.jq_SouslisteVisible {
display: block!important;
}

div.LienBip {
    padding-left: 15px;
    padding-right: 3px;
    margin-bottom: 6px;
    background-image: url(../images/puce.png);
    background-repeat: no-repeat;
    background-position: 0px 5px;
    font-family: Verdana, Arial, sans-serif;
    font-size: 10px;
    line-height: 15px;
}

.Niveau0  {
font-size: 13px;
line-height: 19px;
}

.Niveau1 {
font-size: 11px;
line-height: 17px;
}

.Niveau2, .Niveau3, .Niveau4, .Niveau5 {
font-size: 9px;
line-height: 15px;
}

p.FICHETITRE {
font-weight: bold;
color: #909090;
}

p.FICHESOUSTITRE {
font-style: italic;
}
