﻿
/*Modal Popup*/
.modalBackground {
	/*background-color: #767676;*/
	background-color: #252729;
	filter:alpha(opacity=70);
	opacity:0.7;
}

.modalPopup {
	background-color:#ffffff;
	border-width:3px;
	border-style:solid;
	border-color: #272626;
	/*padding:3px;*/
	border-radius: 7px 7px 7px 7px;
	/*width:250px;
	padding-right: 65px;*/
}

.boutons-enveloppe
{
    /*position: absolute;
    top: 0px;
    right: 0px;*/
    width: 59px;
    /*height: 100px; a  ttetion a supprimer*/
    background-image: url("images/boutons-enveloppe-fond.svg");
    background-position: right;
    background-repeat: repeat-y;
    vertical-align: top;
}

.hideModalPopupViaClientButton
{
    display: block;
    cursor: pointer;
    /*float: right;
    /*height:75px;*/
    width: 30px;
    margin-left: 25px;
    margin-top: 5px;
}

.popup-header td
{
    background-color: #d5d5d5;
    height: 43px;
}

.modalPopupTitre
{
    margin-right: 46px;
    margin-top: 8px;
    /*height:75px;*/
    padding-left: 34px;
    padding-right: 20px;
    color: #ffffff;
    font-family: "Museo 500";
    font-size: 20px;
    cursor: move;
    text-align:left;
}

.autres-boutons-td a
{
    display: block;
}

#zoom-plus
{
    margin-top: 20px;
    margin-left: 25px;
}

#zoom-moins
{
    margin-top: 8px;
    margin-left: 25px;
}

#imprimante
{
    margin-top: 23px;
    margin-left: 22px;
}

.modalPopup p {
    padding: 5px;
}


/*Modal Popup*/
.modalBackground {
	background-color: #252729;
}

.modalPopup {
	border-color: #2a2929;
}

.modalPopupTitre
{
    color: #003043;
}
