.window-container
{
	/*width:150px;*/
	position:absolute;
	left:350;
	top:200;
	font-size:13px;
	font-family:verdana;
	border:#C9B289 2px solid;
}

.window-titleBar
{
    /*opacity:0.999999;*/
	/*width:100%;*/
	height:12px;
	padding: 1px;
	text-indent: 3px;
	font: bold 10px Arial;
	background-color: #FFFFFF;
	color: #000000;
	cursor: move;
	overflow: hidden;
}

.window-content
{
	/*width:100%;
	height:100%;*/
	background-color: #FFFFFF;
	font-size:13px;
	font-family:verdana;
    border:1px solid #FFFFFF;
	overflow:auto;
}

.window-statusBar
{
	width:100%;
	height:12px;
	text-indent: 3px;
	font: bold 10px Arial;
	background-color: #FFFFFF;
	border:1px solid #FFFFFF;
	color: #000000;
	overflow: hidden;
}

.window-minimizeButton
{
	position: absolute;
	right: 40px;
	top: 2px;
	cursor: pointer;
}

.window-maximizeButton
{
	position: absolute;
	right: 20px;
	top: 2px;
	cursor: pointer;
}

 .window-closeButton
{
	position: absolute;
	/*right: 5px;
	top: 2px;*/
	right: 5px;
	top: 5px;
	cursor: pointer;
	/*background:transparent url(/css/themes/alphacube/button-close-focus.gif) no-repeat scroll 0 0;*/
	background:transparent url(../images/fermer.jpg)  no-repeat scroll 0 0;
	/*height:23px;
	width:23px;*/
	height:12px;
	width:12px;
}

.window-resizeIcon
{
	float: right;
	cursor: nw-resize;
}
