/*** DIALOG ***/
.ui-dialog { background: #f8fafe url(../../image/dialog/fond.gif) 0 0 repeat-x; }

.ui-dialog .ui-dialog-titlebar {
	border-bottom: 1px solid #6189b7;
	background-color: #6189b7;
	/*background: #6189b7 url(../../image/dialog/fond.gif) repeat-x;*/
	padding: 0px;
	height: 28px;
}

.ui-dialog.ui-draggable .ui-dialog-titlebar { cursor: move; }

.ui-dialog .ui-dialog-titlebar-close  {
	width: 16px;
	height: 16px;
	background: url(../../image/dialog/fermer.gif) no-repeat;
	position: absolute;
	top: 8px;
	right: 7px;
	cursor: default;
	outline: 0;
}

.ui-dialog .ui-dialog-titlebar-close span { display: none; }
.ui-dialog .ui-dialog-titlebar-close-hover  {
	background: transparent url(../../image/dialog/fermer.gif) no-repeat;
}

.ui-dialog .ui-dialog-title {
	margin-left: 5px;
	color: #fff;
	font-weight: bold;
	position: relative;
	top: 8px;
	left: 4px;
}

.ui-dialog .ui-dialog-content { margin: 1.2em; }

 .ui-dialog .ui-dialog-buttonpane {
	position: absolute;
	bottom: 8px;
	right: 12px;
	width: 100%;
	text-align: right;
}
.ui-dialog .ui-dialog-buttonpane button {	
	margin: 6px 0 6px 3px;
	min-width: 80px;
}

/* handle  */
/*.ui-dialog .resizable-n { cursor: n-resize; height: 6px; width: 100%; top: 0; left: 0; border: 1px solid #000; /*background: transparent url(../image/dialog/n.gif) repeat scroll 50% 0; }
.ui-dialog .resizable-s { cursor: s-resize; height: 8px; width: 100%; bottom: 0; left: 0; /*background: transparent url(../image/dialog/s.gif) repeat scroll 50% 0; }
.ui-dialog .resizable-e { cursor: e-resize; width: 7px; right: 0; top: 0; height: 100%; /*background: transparent url(../image/dialog/e.gif) repeat scroll 100% 50%; }
.ui-dialog .resizable-w { cursor: w-resize; width: 7px; left: 0; top: 0; height: 100%; /*background: transparent url(../image/dialog/w.gif) repeat scroll 100% 50%; }*/
.ui-resizable-se { cursor: se-resize; width: 9px; height: 9px; right: 0; bottom: 0; background: transparent url(../../image/dialog/se.gif); }
/*.ui-dialog .resizable-sw { cursor: sw-resize; width: 9px; height: 9px; left: 0; bottom: 0; /*background: transparent url(../image/dialog/sw.gif);  }
.ui-dialog .resizable-nw { cursor: nw-resize; width: 9px; height: 29px; left: 0; top: 0; /*background: transparent url(../image/dialog/nw.gif); }
.ui-dialog .resizable-ne { cursor: ne-resize; width: 9px; height: 29px; right: 0; top: 0; /*background: transparent url(../image/dialog/ne.gif);  }*/
