 /*------------------POPUPS------------------------*/
        #fade
        {
            display: none;
            background: #000;
            position: fixed;
            left: 0;
            top: 0;
            z-index: 10;
            width: 100%;
            height: 100%;
            opacity: .80;
            z-index: 999;
        }
          #fadeIdentification
        {
            display: none;
            background: #000;
            position: fixed;
            left: 0;
            top: 0;
            z-index: 10;
            width: 100%;
            height: 100%;
            opacity: .80;
            z-index: 999;
        }
          #fadepieceJustificative
        {
            display: none;
            background: #000;
            position: fixed;
            left: 0;
            top: 0;
            z-index: 10;
            width: 100%;
            height: 100%;
            opacity: .80;
            z-index: 999;
        }
        .popup_block
        {
            display: none;
            background: #fff;
            padding: 20px;
            border: 5px solid #A6DBE9;
            float: left;
            font-size: 1.2em;
            position: fixed;
            top: 50%;
            left: 50%;
            z-index: 99999;
            -webkit-box-shadow: 0px 0px 20px #000;
            -moz-box-shadow: 0px 0px 20px #000;
            box-shadow: 0px 0px 20px #000;
            -webkit-border-radius: 10px;
            -moz-border-radius: 10px;
            border-radius: 10px;
        }
        img.btn_close
        {
            float: right;
            margin: -32px -32px 0 0;
        }
        .popup p
        {
            padding: 5px 10px;
            margin: 5px 0;
        }
        /*--Making IE6 Understand Fixed Positioning--*/
        *html #fade
        {
            position: absolute;
        }
         *html #fadeIdentification
        {
            position: absolute;
        }
        *html .popup_block
        {
            position: absolute;
        }
        *html .popup_block_Identification
        {
            position: absolute;
        }
         .popup_block_Identification
        {
            display: none;
            background: #fff;
            padding: 20px;
            border: 5px solid #A6DBE9;
            float: left;
            font-size: 1.2em;
            position: fixed;
            top: 50%;
            left: 50%;
            z-index: 99999;
            -webkit-box-shadow: 0px 0px 20px #000;
            -moz-box-shadow: 0px 0px 20px #000;
            box-shadow: 0px 0px 20px #000;
            -webkit-border-radius: 10px;
            -moz-border-radius: 10px;
            border-radius: 10px;
            height:800px;
            overflow-y:auto;
            overflow-x:hidden;
        }
         .popup_block_pieceJustificative
        {
            display: none;
            background: #fff;
            padding: 20px;
            border: 5px solid #A6DBE9;
            float: left;
            font-size: 1.2em;
            position: fixed;
            top: 50%;
            left: 50%;
            z-index: 99999;
            -webkit-box-shadow: 0px 0px 20px #000;
            -moz-box-shadow: 0px 0px 20px #000;
            box-shadow: 0px 0px 20px #000;
            -webkit-border-radius: 10px;
            -moz-border-radius: 10px;
            border-radius: 10px;
        }