/****************************************************/
/*Overlay pour l'affichage des popup*/
/****************************************************/
#overlay {position:absolute;left:0px;top:0px;width:100%;height:100%;
          background: url('../img/popup/overlay.gif'); opacity: .7;filter: alpha(opacity=70);z-index: 1001;}
          
/****************************************************/
/*Popup standard*/
/****************************************************/
.std_popup{position:absolute;display:none;text-align:center;padding:5px;
             border-style:solid; border-width:2px;-moz-border-radius: 5px; -webkit-border-radius: 5px; border-radius: 5px;}
.std_popup_inner{padding:10px;font-size:12px;
                   border-style:solid; border-width:1px;-moz-border-radius: 3px; -webkit-border-radius: 3px; border-radius: 3px;}
.std_popup_inner .button{margin-top:10px;}
.std_popup_title{text-align:left;font-weight:bold;}
.std_popup_content{text-align:left;}
                 
.std_popup_default{border-color:#C0C0C0;background-color:#ffffff;}
.std_popup_inner_default{border-color:#C0C0C0;color:#000000;background-color:#F3F3F5;}

.std_popup_error{border-color:#ed2224;background-color:#ffffff;}
.std_popup_inner_error{border-color:#ed2224;color:#ed2224;background:url(../img/popup/ico_error.png) 0px 0px no-repeat #FAE2E3;padding-left:40px !important;}

.std_popup_warning{border-color:#f6921e;background-color:#ffffff;}
.std_popup_inner_warning{border-color:#f6921e;color:#f6921e;background:url(../img/popup/ico_warning.png) 0px 0px no-repeat #ffe9c5;padding-left:40px !important;}

.std_popup_success{border-color:#099247;background-color:#ffffff;}
.std_popup_inner_success{border-color:#099247;color:#099247;background:url(../img/popup/ico_success.png) 0px 0px no-repeat #d3e7b6;padding-left:40px !important;}

.std_popup_info{border-color:#206cd0;background-color:#ffffff;}
.std_popup_inner_info{border-color:#206cd0;color:#000000;background:url(../img/popup/ico_info.png) 2px 2px no-repeat #c5dcfa;padding:5px 5px 5px 27px !important;}

.std_popup .std_popup_inner .button{display:inline-block;background: url('../img/popup/bg_btn_20.jpg') right top repeat-x #CCCCCC;
        border:1px solid #AAAAAA; -moz-border-radius: 5px; -webkit-border-radius: 5px; border-radius: 5px;
        height:20px;line-height:20px;padding:0px 10px 0px 10px;
        font-size:13px;font-weight:bold;text-decoration:none;color:#656464;}
.std_popup .std_popup_inner .button:hover{color:#FF9000;background-position: right bottom;}