/*  style xWindow */

.titlebar, .titlebar_G, .titlebar_Gbas, .titlebar_D, .titlebar_Dbas{
	font-size: 12px;
	color: #4F6284;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	height: 25px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	background-position: left top;
}
.titlebar {
	text-align: left;
	background-image: url(images/BarreTitre_C.jpg);
	background-repeat: repeat-x;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	background-position: left top;
	padding-left: 5px;
	line-height: 25px;
}
.titlebar_G {
	background-image: url(images/BarreTitre_G.jpg);
	background-repeat: no-repeat;
	padding: 0px;
	background-position: left;
	overflow: visible;
	width: 10px;
	margin: 0px;
}
.titlebar_Gbas {
	background-image: url(images/BarreTitre_Gbas.jpg);
	background-repeat: no-repeat;
	background-position: left;
	overflow: visible;
}
.aWindow {
	position: absolute;
	overflow: hidden;
	cursor: move;
}

.titlebar_D {
	background-image: url(images/BarreTitre_D.jpg);
	background-repeat: no-repeat;
	background-position: left;
	width: 10px;
	padding: 0px;
}
.titlebar_Dbas {
	background-image: url(images/BarreTitre_Dbas.jpg);
	background-repeat: no-repeat;
}
/* cotes */
.td_bord, .td_bord_G, .td_bord_D {
	background-image: url(images/TD_Bord.jpg);
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin: 0px;
	padding: 0px;
	width: 10px;
	background-repeat: repeat-y;
}
.td_bord_G, .td_bord_Gbas {
	background-position: left;
}
.td_bord_D {
	background-position: right;
}
.td_iframe {
	background-image:url(images/loadingAnimation.gif);
	background-repeat: no-repeat;
	background-color: #F3F8F8;
	background-position: center center;
	visibility: visible;
	overflow: visible;
}
/*  BOITES*/
#CloseBox, #CloseBox:hover {
	background-image: url(images/close.gif);
	background-repeat: no-repeat;
	height: 21px;
	width: 21px;
	padding: 0px;
	position: relative;
	cursor: auto;
}
#CloseBox:hover {
	background-image: url(images/close_over.gif);
}
#titlebar_Handle {
	background-image: url(images/BarreTitre_Handle.jpg);
	background-repeat: no-repeat;
	background-position: right;
	height: 21px;
	width: 21px;
	padding: 0px;
	position: relative;
}
