﻿



.DivAdmin
{
    clear: both;
    width: 100%;
    padding: 3px 0 0 0;
}

.DivTreeview
{
    padding: 0 2px 0 0;
}

.DivAction
{
    text-align: left;
}

.Div_Hidden
{
    display: none;
    visibility: hidden;
}

.Div_Visible
{
    display: block;
    visibility: visible;
}

.DivRow_Header
{
}

.DivFermer
{
    display: none;
}

.DivOuvert
{
    display: block;
}

.ClearBoth
{
    clear: both;
}

/*Modal Popup design*/

#DivModalPopup
{
    position: absolute;
    background: url(/images/PopupModalBg.png) repeat;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 100%;
    bottom: 100%;
    z-index: 100;
}

.DivModalInformation
{
    position: absolute;
    background-color: #ffffff;
    margin-top: 15%;
    margin-left: 30%;
    margin-right: 50%;
    margin-bottom: 50%;
    width: 600px;
    min-height: 70px;
    z-index: 200;
    border: solid 2px #000000;
    display: block;
}

.modalPopup-text
{
    padding: 0 0px 0 0px;
    border: solid 1px #999999;
    margin: 0 auto 0 auto;
    width: 100%;
}

.DivModalPopup_Header
{
    width: 600px;
    clear: both;
}

.DivModalPopup_Header div
{
    float: left;
    text-align: left;
    background-color: #C8C990;
    min-height: 25px;
    padding: 10px 3px 0 3px;
}

.DivModalPopup_Item
{
    width: 600px;
    clear: both;
}

.DivModalPopup_Item div
{
    float: left;
    padding: 5px 0px 0 5px;
    text-align: left;
    min-height: 25px;
}

#DivModalSupprimer
{
    overflow: auto;
    overflow-x: hidden;
    overflow-y: auto;
    width: 97%;
    clear: both;
    padding: 3px 0px 3px 5px;
    border: solid 1px #999999;
    margin: 0 auto 0 auto;
    height: 250px;
}

/*Fenetre du modalPopup*/
#DivFenetre
{
    background-color: #D7F6F9;
    margin-top: -10px;
    width: 600px;
    margin-left: -7px;
    height: 35px;
}

#DivFenetre div
{
    float: left;
}

.DivInfomationFenetre
{
    position: relative;
    top: -10px;
    text-align: center;
    background-color: #D7F6F9;
    width: 520px;
    padding: 15px 0 2px 25px;
    font-variant: small-caps;
    font-weight: bold;
    min-height: 20px;
}

.DivX
{
    margin-left: 10px;
    position: relative;
    text-align: right;
    background-color: #D7F6F9;
    width: 39px;
    padding: 2px 0 0 0px;
    border-bottom: solid 1px #92ABAE;
    border-left: solid 1px #ADC6C9;
    height: 15px;
}
/*Fin du modal popup*/