/*******************************************************************************
 * Nouvelle version de la CSS pour BD
 * AUTEUR : Denis THEVENOT
 * CRE  : 10/07/2007
 * MODIF  : 03/08/2007
 *******************************************************************************/

A.suppr {
    font-family: arial;
    font-size: 10px;
    color: red;
    text-decoration: none;
}
A.suppr:hover { color: darkred; text-decoration: underline;}

DIV.container, DIV.container * {
    position: relative;
    font-family: arial;
}

DIV.container INPUT {
    font-family: arial;
    font-size: 11px;
    line-height: 16px;
    padding: 1px;
    float: left;
}
DIV.container SELECT {
    font-family: arial;
    font-size: 11px;
    line-height: 16px;
    float: left;
}

DIV.container DIV.cadreNiv1 {
    position: relative;
    background-color: white;
    border: 1px black solid;
    margin-top: 30px;
    padding: 5px;
    min-width: 650px;
}
DIV.container DIV.cadreNiv1 > H6 {
    display: block;
    width: 50%;
    position: absolute;
    top: -17px; left: -1px;
    background-color: #b80707;
    background-image: url(/images/ongletRouge_AngleDroit.gif);
    background-repeat: no-repeat;
    background-position: 100%;
    border: 1px black solid;
    color: white;
    font-family: arial;
    font-size: 12px;
    font-weight: bold;
    padding: 0px;
    padding-left: 0.5%;
    margin: 0px;
    line-height: 15px;
}

DIV.container TABLE.row { width: 100%; }
DIV.container TABLE.row TD { min-width: 20%; }

DIV.container DIV.row { min-width: 650px; }

DIV.container DIV.cadreNiv2 {
    background-color: #f6f7fa;
    border: 0px #381778 solid;
    display: table;
    padding: 5px;
    margin: 0px 5px;
    width: 100%;
}
DIV.container DIV.cadreNiv2 > H6 {
    margin: -7px -7px 10px -7px;
    background-color: #cccfdb;
    color: #b80707;
    text-align: center;
    font-size: 12px;
    line-height: 18px;
    white-space: nowrap;
    
}

DIV.container A.btn {
    position: relative;
    top: 2px; left: 0px;
    display: block;
    float: left;
    clear: none;
    background-repeat: no-repeat;
    color: black;
    font-size: 11px;
    font-weight: bold;
    text-decoration: none;
    text-align: center;
    height: 14px;
    line-height: 14px;
    margin: 0 5px;
}
DIV.container A.btn:hover { color: white; }
DIV.container A.small        { background-image: url(images/boutons/btn_small_off.gif); width: 32px;}
DIV.container A.small:hover  { background-image: url(images/boutons/btn_small_on.gif); }
DIV.container A.medium       { background-image: url(images/boutons/btn_medium_off.gif); width: 64px;}
DIV.container A.medium:hover { background-image: url(images/boutons/btn_medium_on.gif); }
DIV.container A.large        { background-image: url(images/boutons/btn_large_off.gif); width: 128px;}
DIV.container A.large:hover  { background-image: url(images/boutons/btn_large_on.gif); }
DIV.container A.xlarge       { background-image: url(images/boutons/btn_xlarge_off.gif); width: 192px;}
DIV.container A.xlarge:hover { background-image: url(images/boutons/btn_xlarge_on.gif); }

DIV.container .larg80 { width: 80px; }
DIV.container .haut50 { height: 50px; }

#listes {
    float: left;
    top: 3px; left: -1px;
    /*margin: -5px;*/
}
DIV.container TABLE.supprListe {
    top: 3px;
    background-color: white;
    border-collapse: separate;
}
DIV.container TABLE.supprListe TD {
    padding: 0;
    height: 13px;
    line-height: 13px;
    border-bottom: 1px white solid;
}
DIV.container TABLE.supprListe TD.headSupprListe {
    background-color: #f9d503;
    padding: 0 10px;
}
DIV.container TABLE.supprListe TD.headSupprListe2 {
    background-color: #f9d503;
    line-height: 12px;
}
DIV.container TABLE.supprListe TD.cellSupprListe {
    padding: 0 10px;
    line-height: 14px;
}
DIV.container TABLE.supprListe TD.cellSupprListe A {
    vertical-align: top;
}

/* dclarations en surcouche  proprit unique */
.alignLeft { text-align: left; }
.alignRight { text-align: right; }
.alignCenter { text-align: center; }
.alignJustify { text-align: justify; }

.row1 { background-color: #ebecf1; }
.row2 { background-color: #f6f7fa; }

DIV.container #panel {
    position: absolute;
    z-index: 1;
    width: 160px;
    left: 515px;
    top: 250px;
}

DIV.container #panelFlottant {
    position: absolute;
    top: 0px; left: 0px;
    border: 1px black solid;
    background-color: transparent;
    min-width: 150px;
    z-index: 5;
}
DIV.container #panelFlottant H6 {
    padding: 2px 3px;
    margin: 0;
    background-color: #b80707;
    color: white;
    font-size: 12px;
    font-weight: bold;
    text-align: center;
    cursor: move;
}

DIV.container #panelFlottant A {
    display: block;
    color: black;
    font-size: 12px;
    font-weight: bold;
    padding: 2px 5px;
    text-decoration: none;
}
DIV.container #panelFlottant A:hover {
    background-color: #cccfdb; color: #b80707;
}
DIV.container #panelFlottant A.item {
    white-space: nowrap;
}
DIV.container #panelFlottant A.action {
    text-align: center;
    margin: 1px;
    border: 1px black solid;
    background-color: white;
    -moz-border-radius: 7px;
}
DIV.container #panelFlottant A.action:hover { background-color: #b80707; color: white; }

DIV.container #panelFlottant A EM { display: none; }

DIV.container #panelFlottant SPAN {
    display: block;
    border-top: 1px gray solid;
    background-color: white;
    height: 20px;
    line-height: 20px;
    font-size: 12px;
    color: gray;
    padding-left: 5px;
}

DIV.container #divFlash {
    display: table;
    padding: 0px;
    padding-bottom: 3px;
    margin-right: 5px;
}
DIV.container #divFlash .titreCadreNiv1 {
    display: block;
    position: relative;
    top: -17px; left: -1px;
    width: 50%;
    margin-bottom: -20px;
    padding-left: 1%;
}
DIV.container #divFlash H6 A {
    position: absolute;
    left: 45%;
    line-height: 12px;
}

DIV.container #divFlash H6 A#btnOpenCadre {
    display: none;
    left: auto;
    right: 0px;
}

.hidden { visibility: hidden; }
