/*** DIALOG BOX ***/
.ui-dialog { background: #f8fafe url(../images/dialog/fond.gif) 0 0 repeat-x; }

.ui-dialog .ui-dialog-titlebar {
	border-bottom: 1px solid #6189b7;
	background-color: #6189b7;
	/*background: #6189b7 url(../images/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(../images/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(../images/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(../images/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(../images/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(../images/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(../images/dialog/w.gif) repeat scroll 100% 50%; }*/
.ui-resizable-se { cursor: se-resize; width: 9px; height: 9px; right: 0; bottom: 0; background: transparent url(../images/dialog/se.gif); }
/*.ui-dialog .resizable-sw { cursor: sw-resize; width: 9px; height: 9px; left: 0; bottom: 0; /*background: transparent url(../images/dialog/sw.gif);  }
.ui-dialog .resizable-nw { cursor: nw-resize; width: 9px; height: 29px; left: 0; top: 0; /*background: transparent url(../images/dialog/nw.gif); }
.ui-dialog .resizable-ne { cursor: ne-resize; width: 9px; height: 29px; right: 0; top: 0; /*background: transparent url(../images/dialog/ne.gif);  }*/

/*** ONGLET  (TABS) ***/
/* Horizontal */
.ui-tabs-hide { display: none; }
.ui-tabs-nav {
    list-style: none;
    margin: 0;
    padding: 0 0 0 4px;
}
.ui-tabs-nav:after {	/* = div spacer */
    display: block;
    clear: both;
    content: " ";
}
.ui-tabs-nav li {
    float: left;
    margin: 0 0 0 1px;
    min-width: 84px; /* be nice to Opera */
}

.ui-tabs-nav a, .ui-tabs-nav a span {
    display: block;
    padding: 0 10px;
    background: url(../images/onglet/tab.png) no-repeat;
}
.ui-tabs-nav a {
    margin: 1px 0 0; /* IE */
    padding-left: 0;
    color: #27537a;
    font-weight: bold;
    line-height: 1.2;
    text-align: center;
    text-decoration: none;
    white-space: nowrap; /* IE 6 */
    outline: 0; /* Firefox */
}
.ui-tabs-nav .ui-tabs-selected a {
    color: #000;
    margin-top: 0;
	position: relative;
    top: 1px;
	z-index: 2;
}
.ui-tabs-nav a span {
    width: 64px; /* IE 6 */
    min-width: 64px;
    height: 18px; /* IE 6 */
    min-height: 18px;
    padding-top: 6px;
    padding-right: 0;
}

*>.ui-tabs-nav a span { /* hide from IE 6 */
    width: auto;
    height: auto;
}
.ui-tabs-nav .ui-tabs-selected a span {
    padding-bottom: 1px;
}
.ui-tabs-nav .ui-tabs-selected a, .ui-tabs-nav a:hover, .ui-tabs-nav a:focus, .ui-tabs-nav a:active {
    background-position: 100% -150px;
}
.ui-tabs-nav a, .ui-tabs-nav .ui-tabs-disabled a:hover, .ui-tabs-nav .ui-tabs-disabled a:focus, .ui-tabs-nav .ui-tabs-disabled a:active {
    background-position: 100% -100px;
}
.ui-tabs-nav .ui-tabs-selected a span, .ui-tabs-nav a:hover span, .ui-tabs-nav a:focus span, .ui-tabs-nav a:active span {
    background-position: 0 -50px;
}
.ui-tabs-nav a span, .ui-tabs-nav .ui-tabs-disabled a:hover span, .ui-tabs-nav .ui-tabs-disabled a:focus span, .ui-tabs-nav .ui-tabs-disabled a:active span {
    background-position: 0 0;
}
.ui-tabs-nav .ui-tabs-selected a:link, .ui-tabs-nav .ui-tabs-selected a:visited, .ui-tabs-nav .ui-tabs-disabled a:link, .ui-tabs-nav .ui-tabs-disabled a:visited { /* @ Opera, use pseudo classes otherwise it confuses cursor... */
    cursor: text;
}
.ui-tabs-nav a:hover, .ui-tabs-nav a:focus, .ui-tabs-nav a:active,
.ui-tabs-nav .ui-tabs-unselect a:hover, .ui-tabs-nav .ui-tabs-unselect a:focus, .ui-tabs-nav .ui-tabs-unselect a:active { /* @ Opera, we need to be explicit again here now... */
    cursor: pointer;
}
.ui-tabs-disabled {
    opacity: .4;
    filter: alpha(opacity=40);
}
.ui-tabs-panel {
	background-color: #FCFCFE;
	border: 1px solid #919B9C;
	padding: 1em 8px;
	margin-bottom: 1em;
}
.ui-tabs-loading em {
    padding: 0 0 0 20px;
    background: url(loading.gif) no-repeat 0 50%;
}

/* Additional IE specific bug fixes... */
* html .ui-tabs-nav { display: inline-block; /* auto clear, @ IE 6 & IE 7 Quirks Mode */ }
*:first-child+html .ui-tabs-nav  { display: inline-block; /* @ IE 7 Standards Mode - do not group selectors, otherwise IE 6 will ignore complete rule (because of the unknown + combinator)... */ }

/* vertical */
.tab-vertical {}
.ui-tabs-vertical {
	cursor: default;
	list-style: none;
	margin: 0;
	padding: 0;
}
.ui-tabs-vertical li { padding-bottom: 1px; }
.ui-tabs-vertical a {
	border: 1px solid transparent;
	color: #27537a;
	display: block;
	font-weight: bold;
	outline: 0;
	padding: .5em;
	text-decoration: none;
}
.ui-tabs-vertical .ui-tabs-selected a { color: #000; }
.ui-tabs-vertical .ui-tabs-selected a, .ui-tabs-vertical a:hover, .ui-tabs-vertical a:focus, .ui-tabs-vertical a:active {
   background-color: #d9ebf5;
   border: 1px solid #a8d8eb;
}
.ui-tabs-vertical a, .ui-tabs-vertical .ui-tabs-disabled a:hover, .ui-tabs-vertical .ui-tabs-disabled a:focus, .ui-tabs-vertical .ui-tabs-disabled a:active {
   background-color: transparent;
}
.ui-tabs-vertical .ui-tabs-selected a span, .ui-tabs-vertical a:hover span, .ui-tabs-vertical a:focus span, .ui-tabs-vertical a:active span {
   background-color: #d9ebf5;
}
.ui-tabs-vertical a span, .ui-tabs-vertical .ui-tabs-disabled a:hover span, .ui-tabs-vertical .ui-tabs-disabled a:focus span, .ui-tabs-vertical .ui-tabs-disabled a:active span {
   background-color: transparent;
}
.ui-tabs-vertical .ui-tabs-selected a:link, .ui-tabs-vertical .ui-tabs-selected a:visited, .ui-tabs-vertical .ui-tabs-disabled a:link, .ui-tabs-vertical .ui-tabs-disabled a:visited { /* @ Opera, use pseudo classes otherwise it confuses cursor... */
    cursor: text;
}
.ui-tabs-vertical a:hover, .ui-tabs-vertical a:focus, .ui-tabs-vertical a:active,
.ui-tabs-vertical .ui-tabs-unselect a:hover, .ui-tabs-vertical .ui-tabs-unselect a:focus, .ui-tabs-vertical .ui-tabs-unselect a:active { /* @ Opera, we need to be explicit again here now... */
    cursor: pointer;
}

.ui-tabs-panel-vertical {}

/* contenant */
.Cadre, .Vertical {
	background-color: #FFF;
	border: 1px solid #7F9DB9;
	overflow: auto;
	padding: 2px;
}
.Vertical {
	margin-right: .5em;
	width: 150px;
}

/*** SPINNER ***/
.ui-spinner {
	width: 116px; /* cf spinInput */
	display: block;
	position: relative;
	overflow: hidden;
	padding: 0;
}
.ui-spinner-disabled {
	background: #F4F4F4;
	color: #CCC;
}
.ui-spinner-box {
	float: left;
}

.ui-spinner-up, .ui-spinner-down {
	width: 30px;
	height: 50%;
	font-size: 0.5em;
	padding: 0;
	margin: 0;
	z-index: 100;
	text-align: center;
	vertical-align: middle;
	position: absolute;
	right: 0;
	cursor: default;
	border: 1px solid #7F9DB9;
	border-bottom: none;
	border-left: none;
	background-color : #F8FAFC;
}
.ui-spinner-down {
	bottom: 0;
	border-bottom: 1px solid #7F9DB9;
}
.ui-spinner-pressed {
	background: #FEFEFE;
}
.ui-spinner-list, .ui-spinner-listitem {
	margin: 0;
	padding: 0;
}

/*** TOGGLE ***/
.toggle_pannel_fermer, .toggle_pannel_ouvert {
	/*margin-left: 18px;*/
	background-position: 0 50%;
	background-repeat: no-repeat;
}
.toggle_pannel_fermer { background-image: url(../images/icones/ico_plus.gif); }
.toggle_pannel_ouvert { background-image: url(../images/icones/ico_moins.gif); }
.pannel_fermer { display: none }
.pannel_ouvert { display: block }

/*** TOGGLE différent ***/
.toggle_pannel_sub-information {
	margin: -1px 0 0 0;
	border: 1px solid #C93;
	border-top: 0;
	background-color: #FFC;
	padding: 1em 1em;
}

.toggle_pannel {
	cursor: pointer;
	margin: 0;
	padding: 4px 4px 4px 20px;
}

div.toggle_pannel_fond { /* couleur de fond pour IE */
	background: #FCFCFE url(../images/pannel_debut.png) 15px 0 no-repeat;
	border-bottom: 3px solid #bababa;
}

div.toggle_pannel_fond span {
	padding: 4px 4px 4px 0;
	background: transparent url(../images/pannel_fin.png) 100% 0 no-repeat;
}