/* Haut-gauche, etc. */
.bhg 	{
	width: 18px; height: 18px; background: url('habillage/hg.png') no-repeat left top;
}
.bh {
	height: 18px; background: url('habillage/h.png') repeat-x top;
	
}
.bhd {
	width: 18px; height: 18px; background: url('habillage/hd.png') no-repeat right top;
}
.bg {
	width: 18px; background: url('habillage/g.png') repeat-y left;
}
.bd {
	width: 18px; background: url('habillage/d.png') repeat-y right;
}
.bbg {
	width: 18px; height: 18px; background: url('habillage/bg.png') no-repeat left bottom;
}
.bb {
	height: 18px; background: url('habillage/b.png') repeat-x bottom;
}
.bbd {
	width: 18px; height: 18px; background: url('habillage/bd.png') no-repeat right bottom;
}


