@charset "iso-8859-1";
#masquepage {position:absolute;left:0;top:0;z-index:9000;background-color:#000;display:none;}
.transferer2
{
	border: 1px solid #F1C46C; /* vert : #6BAF04 orange : #F1C46C #EB6B0A */
	background-color: #F3CD82; /* vert : #B4F155 orange : #F3CD82 */
	filter:alpha(opacity=30); 
	-moz-opacity: 0.3; 
	opacity: 0.3;
}
#window
{
	position: absolute; /*  absolute */
	left: 200px;
	top: 100px;
	width: 800px; /* 400px */
	height: 400px; /* 300px */
	overflow: hidden;
	display: none;
	z-index:9999;
}
#windowTop
{
	height: 30px;
	overflow: 30px;
	background-image: url(../images/window_top_end.png);
	background-position: right top;
	background-repeat: no-repeat;
	position: relative;
	overflow: hidden;
	cursor: move;
}
#windowTopContent
{
	margin-right: 13px;
	background-image:url(../images/window_top_start.png);
	background-position:left top;
	background-repeat: no-repeat;
	overflow: hidden;
	height: 30px;
	line-height: 30px;
	text-indent: 10px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 14px;
	color: #6F6F6F; /* vert : #6caf00 orange : #EB6B0A*/
}
#windowMin
{
	position: absolute;
	right: 25px;
	top: 10px;
	cursor: pointer;
}
#windowMax
{
	position: absolute;
	right: 25px;
	top: 10px;
	cursor: pointer;
	display: none;
}
#windowClose
{
	position: absolute;
	right: 10px;
	top: 10px;
	cursor: pointer;
}
#windowBottom
{
	position: relative;
	height: 370px; /* 270px largeur du contenu => mettre la valeur #window height -30 */
	background-image: url(../images/window_bottom_end.png);
	background-position: right bottom;
	background-repeat: no-repeat;
}
#windowBottomContent
{
	position: relative;
	height: 370px; /* 270px largeur du contenu => mettre la valeur #window height -30 */
	background-image: url(../images/window_bottom_start.png);
	background-position: left bottom;
	background-repeat: no-repeat;
	margin-right: 13px;
}
#windowResize
{
	position: absolute; /*  absolute  */
	right: 3px;
	bottom: 5px;
	cursor: se-resize;
}
#windowContent
{
	position:absolute;
	top: 30px;
	left: 10px;
	width: auto;
	height: auto;
	overflow: auto;
	margin-right: 10px;
	border: 1px solid #D59113; /* vert : #6caf00 orange : #D59113 */
	height: 355px; /* 255px largeur du contenu => mettre la valeur #window height -45 */
	width: 775px; /* 375px largeur du contenu => mettre la valeur #window width -25 */
	font-family:Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-color: #FEFDFA; /* #fff  #FEFDFA #FDF7EA */
}
#windowContent *
{
	margin: 10px;
}
