/*-----------------------------------------------------------------------------------------
#opaciti {position:absolute; left:0; top:0;filter : alpha(opacity=50); -moz-opacity : 0.5; opacity : 0.5; font-size:20px; background: gray ;visibility:hidden; overflow:hidden;
	}
#dialog{ position:absolute;  padding:0; width:300px; line-height:18px; background:#FFFFFF;visibility:hidden; }
#dialog .ouinon {padding:0; margin-left:10px; margin-right:10px; width:50px;}

/*------------------------------------------------------------------------------------------------------------------*/
#dialog {position:absolute;  padding:0px; z-index:200; background:#fff; z-index:1003}
#dialog-header {display:block; position:relative; padding:2px 5px 7px; height:19px; font-size:14px; font-weight:bold; padding-bottom:0; border-bottom:1px solid #808080;}
#dialog-title {float:left;}
#dialog-close {float:right; cursor:pointer; margin:0; height:11px; width:11px; background:url(../images/dialog_close.gif) center center no-repeat; height:17px; width:17px;}
#dialog-content {display:block; padding:6px; color:#000000; font-size:13px; max-width:500px;}
#dialog-mask {position:absolute; top:0; left:0; min-height:100%; width:100%; background:#000; opacity:0.75; filter:alpha(opacity=75); z-index:1002}
#dialog .error {background:url(../images/error.jpg) 5px 5px no-repeat #fff ; border:2px solid #ff6262; border-top:none; padding-right:3px;}
.errorheader {background:url(../images/title_dialogue_error.jpg) repeat-x; color:#FFFFFF; border:2px solid #ff6262; border-bottom:none}
#dialog-content.warning {background: url(../images/info.jpg) 5px 5px no-repeat #fff ; border:2px solid #808080; border-top:none; padding-right:3px;}
.warningheader {background:url(../images/title_dialogue_info.jpg) repeat-x; color:#000000; border:2px solid #808080; border-bottom:none}
.success {background: url(../images/valide.jpg) 5px 5px no-repeat #fff; border:2px solid #808080; border-top:none; padding-right:3px;}
.successheader {background:url(../images/title_dialogue.jpg) repeat-x; color:#808080; border:2px solid #808080; border-bottom:none}
.prompt {background:url(../images/question.jpg) 5px 5px no-repeat #fff ; border:2px solid #808080; border-top:none; padding-right:3px;}
.promptheader {background:url(../images/title_dialogue.jpg) repeat-x; color:#000; border:2px solid #808080; border-bottom:none; height:22px;}
#dialog-content p.texte {padding-left:50px; padding-right:0; padding-top:20px; padding-bottom:20px;}

