@charset "iso-8859-15";
.test{
  border:1px red solid;
  margin:14px;
  background-color:#FFF0FF;
  filter:alpha(opacity=100);
  opacity:1.0
}

#underlayer{
  position:fixed;
  height:100%;
  width:100%;
  margin:0px;
  top:0px;
  left:0px;
  background-color:#555555;
  filter:alpha(opacity=50);
  opacity:0.5;
  -moz-opacity:0.5;
  -webkit-opacity:0.5;
  -khtml-opacity:0.5
}

.popupwin{
  position:absolute;
  margin:0px;
  padding:0px;
  opacity:1.0;
  filter:alpha(opacity=100);
  scrollbar-base-color:#c4cccc;
  /* overflow:hiscroll; */
}

.popupwinhover{
  position:absolute;
  margin:0px;
  padding:0px;
  opacity:0.75;
  filter:alpha(opacity=75);
  scrollbar-base-color:#6bb5d2
}

.dragbar{
  margin:0px;
  padding:4px;
  color:#AA0000;
  background-color:goldenrod;
  font-family:Tahoma,Arial,Helvetica,Sans-serif;
  font-size:11px;
  opacity:1.0;
  filter:alpha(opacity=100);
  border:0px;
  overflow:hidden;
  height:18px;
  border:1px solid goldenrod;
  border-top:0;
  cursor:move;
  align:right;
  -moz-border-radius-topleft:6px;
-moz-border-radius-topright:6px;
 -webkit-border-radius-topleft:6px;
-webkit-border-radius-topright:6px;
-khtml-border-radius-topleft:6px;
-khtml-border-radius-topright:6px;


}

.dragbarhover{
  margin:0px;
  padding:4px;
  color:#0000DD;
  font-family:Tahoma,Arial,Helvetica,Sans-serif;
  font-size:11px;
  opacity:1.0;
  filter:alpha(opacity=100);
  border:0px;
  overflow:hidden;
  height:18px;
  background-color:orange;
    border:1px solid orange;
  border-top:0;
  cursor:move;
  align:right;
-moz-border-radius-topleft:6px;
-moz-border-radius-topright:6px;
 -webkit-border-radius-topleft:6px;
 -webkit-border-radius-topright:6px;
  -khtml-border-radius-topleft:6px;
-khtml-border-radius-topright:6px;
}

.dragbarflash{
   margin:0px;
  padding:4px;
  color:#fffff0;
  font-family:Tahoma,Arial,Helvetica,Sans-serif;
  font-size:11px;
  opacity:1.0;
  filter:alpha(opacity=100);
  border:0px;
  overflow:hidden;
  height:18px;
  background-color:green;
    border:1px solid green;
  border-top:0;
  cursor:move;
  align:right;
-moz-border-radius-topleft:6px;
-moz-border-radius-topright:6px;
 -webkit-border-radius-topleft:6px;
 -webkit-border-radius-topright:6px;
  -khtml-border-radius-topleft:6px;
-khtml-border-radius-topright:6px;
}

.ihand{
  cursor:pointer;
  cursor:hand
}

.innerdiv{
  margin:0px;
  padding:4px;
  background-color:#550000;
  color:#FFFFF0;
  font-family:Tahoma,Arial,Helvetica,Sans-serif;
  font-size:12px;
  opacity:1.0;
  filter:alpha(opacity=100);
   overflow:auto; 
   border:1px solid goldenrod;
  border-top:0;

}

.boutonclose{
  margin:0px;
  padding:0px;
  width:18px;
  height:19px;
  background-image:url(/scripts/flyingwindows/images/btrouge.png);
  background-repeat:no-repeat;
  background-position:center;
  cursor:pointer;
  cursor:hand;
  margin-left:2px;
  float:right
}

.boutonminimise{
  margin:0px;
  padding:0px;
  width:18px;
  height:19px;
  background-image:url(/scripts/flyingwindows/images/btvert.png);
  background-repeat:no-repeat;
  background-position:center;
  cursor:pointer;
  cursor:hand;
  margin-left:2px;
  float:right
}

.boutonmaximise{
  margin:0px;
  padding:0px;
  width:18px;
  height:19px;
  background-image:url(/scripts/flyingwindows/images/btgris.png);
  background-repeat:no-repeat;
  background-position:center;
  cursor:pointer;
  cursor:hand;
  margin-left:2px;
  float:right
}

.boutonheap{
  margin:0px;
  padding:0px;
  width:18px;
  height:19px;
  background-image:url(/scripts/flyingwindows/images/btbleu.png);
  background-repeat:no-repeat;
  background-position:center;
  cursor:pointer;
  cursor:hand;
  margin-left:2px;
  float:right
}

.resizefooter{
  margin:0px;
  padding:0px;
  background-color:goldenrod;
  border:1px solid goldenrod;
  border-top:0;
  height:10px;
  overflow:visible;
  -moz-border-radius-bottomleft:6px;
  -moz-border-radius-bottomleft:6px;
 -webkit-border-radius-bottomleft:6px;

}

.resizefooterhover{
  margin:0px;
  padding:0px;
  background-color:orange;
  border:1px solid orange;
  height:10px;
  overflow:visible;
  -moz-border-radius-bottomleft:6px;
-moz-border-radius-bottomleft:6px;
 -webkit-border-radius-bottomleft:6px;

}

.resizefooterflash{
   margin:0px;
  padding:0px;
  background-color:green;
  border:1px solid green;
  border-top:0;
  height:10px;
  overflow:visible;
  -moz-border-radius-bottomleft:6px;
  -moz-border-radius-bottomleft:6px;
 -webkit-border-radius-bottomleft:6px;
}

.boutonresize{
  width:12px;
  height:12px;
  background-image:url(/scripts/flyingwindows/images/13.png);
  background-repeat:no-repeat;
  background-position:center;
  float:right;
  cursor:se-resize
}