
/* GENERAL -----------------------------------------------------------------------------------------------------------------*/
#WCB 		{ width: 655px;	height: 415px; top: 80px; left: 400px; position: fixed; z-index:10; visibility: hidden; }
* html #WCB { position: absolute; top: expression((document.documentElement.scrollTop || document.body.scrollTop) + this.offsetHeight - this.offsetHeight +150);
}

/* STRUCTURE -----------------------------------------------------------------------------------------------------------------*/
#haut 		{ width: 435px; height: 107px; float: left; background-image:url(../IMAGES_DHTML/baseHaut.png);
			  background-repeat:no-repeat; background-color:none; }

#Close 		{ width: 220px; height: 107px; cursor: pointer; float:left; background-image: url(../IMAGES_DHTML/baseClose.png);
			  background-repeat: no-repeat; background-color: none;}

#gauche 	{ float: left; width: 120px; height: 260px; background-image:url(../IMAGES_DHTML/baseGauche.png); background-repeat:no-repeat;
		      background-color:none; }

#centre 	{ float: left; width: 315px; height:260px; background-image:url(../images/centre.jpg); background-repeat:no-repeat;
			  background-color:none; } 

#droite 	{ float: left; width: 220px; height: 260px;	background-image:url(../IMAGES_DHTML/baseDroite.png); background-repeat:no-repeat;
			  background-color:none; position: relative; }
			  #droite a { width: 220px; height: 30px; text-decoration: none; position: absolute; bottom: 0; display: block; }

#bas 		{ float: left; width: 655px; height: 48px; background-image:url(../IMAGES_DHTML/baseBas.png); background-repeat: no-repeat; 
			  background-color: none; border: 0; margin: 0; padding: 0; }

