.modalLayer {
    background-color: rgba(0, 0, 0, 0.5);
    bottom: 0;
    display: none;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    text-align:left;
    z-index: 1000001;
}


.popup_block {
    background: none repeat scroll 0 0 #fff;
    border: 20px solid #ddd;
    border-radius: 10px;
    box-shadow: 0 0 20px #000;
    color: #369;
    margin: 10% auto;
    min-height: 156px;
    padding: 20px;
    position: relative;
    width: 35%;
	line-height:normal;     
	max-height: 60%;    
	overflow: auto;
}



.popup_block img.btn_close {
    cursor: pointer;
    margin: -3.5% 31%;
    position: fixed;
    z-index: 14;
}

.popup_block h3{
	color: #369;
    font-weight: bolder;
    line-height: 25px;
    margin: 0;
    padding: 0;
    text-align: left;
    vertical-align: middle;
    font-size: 18px !important  ;
}

.filet_top {
    border-top: 1px solid #ccc;
    clear: both;
}

.popup_block input:not([type="submit"]):not([type="file"]):not([type="radio"]):not([class="visu"]):not([type="button"]) {
    border-radius: 20px;
    border-style: none;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.45) inset;
    color: #336699;
    font-family: Helvetica,Arial,sans-serif;
    font-size: 1em;
    margin: 0;
    outline: 0 none;
    padding: 0.4em 0.7em 0.2em;
}

.popup_block input:focus:not([type="submit"]):not([type="file"]):not([type="radio"]):not([class="visu"]):not([type="button"]) {
    background-color: #2faaff;
    color: #FFF;
}

.popup_block table{
	color: #666;
    font-weight: bold;
    padding: 0.2em;
    text-align: left;
    text-shadow: none;
    vertical-align: middle;
}

.popup_block table td{
	padding: 3px;
	text-align: center;
	font-size: 14px;
	color: #666;
}

.popup_block table td.aligne_gauche{
	text-align: left;
}
