/* -------------------------------------------------------------- 
   
   dhtml.css
   * Sets up DHTML.
   
-------------------------------------------------------------- */


/* Sets up Overlay */
#overlay{
	background-color:#000; /* Background color */
	-moz-opacity:0.75; /* Transparency */
	opacity:.75;
	filter:alpha(opacity=75);
}

#wcb{position:fixed;top:50%;left:50%;z-index:10000;width:680px;height:420px;margin:-200px 0 0 -340px;visibility:hidden;}
* html #wcb{position:absolute;top:200px;left:50%;z-index:10000;width:680px;height:420px;margin:0 0 0 -340px;visibility:hidden;}

#haut{width:610px;height:80px;filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='wcb/images/baseHaut.png', sizingMethod='crop');cursor:move;float:left;}
#close{width:70px;height:80px;filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='wcb/images/baseClose.png', sizingMethod='crop');cursor:pointer;float:left;}
#gauche{float:left;width:295px;height:260px;cursor:move;filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='wcb/images/baseGauche.png', sizingMethod='crop');}
#centre{float:left;width:315px;height:260px;background:#fff;}
#droite{float:left;width:70px;height:260px;cursor:move;filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='wcb/images/baseDroite.png', sizingMethod='crop');}
#bas{float:right;width:680px;height:80px;cursor:move;filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='wcb/images/baseBas.png', sizingMethod='crop');}

#haut[id]{background-image:url(images/baseHaut.png);background-repeat:no-repeat;background-color:none;}
#close[id]{background-image:url(images/baseClose.png);background-repeat:no-repeat;background-color:none;}
#gauche[id]{background-image:url(images/baseGauche.png);background-repeat:no-repeat;background-color:none;}
#droite[id]{background-image:url(images/baseDroite.png);background-repeat:no-repeat;background-color:none;}
#bas[id]{background-image:url(images/baseBas.png);background-repeat:no-repeat;background-color:none;}
