.window-base
{
	position: absolute;
	top:100px;
	left:100px;
	background-color: #FFFFFF;
	border: 1px solid #000;
}

.window-close
{
	float: right;
	background:url(close.png) no-repeat center;
	margin-top:1px;
}

.window-min-max
{
	float: right;
	background:url(big.png) no-repeat center;
	margin-top:1px;
}

.window-move
{
	width: 100%;
	height: 32px;
	background:url(HautBleu.png);
	font-family: Arial;
	font-size: 14px; 
	font-weight: bold;
	color: #FFF;
	cursor: move;
}

.window-titre
{
	margin-left:10px;
	margin-height:10px;
}