#edit1 {
	position:relative;
	border-style:none;
	border-width:0;
	left:0;
	top:0;
	width:100%;
	height:100%;
	visibility:show;
	z-index:10;
	margin-top:0;
	margin-left:0;
	margin-right:0;	
	margin-bottom:0;
}

.AddTable {
	position:absolute;
	border-style:outset;
	visibility:show;
	z-index:400;
}

.BgTable {
	position: absolute;
	border-style: none;
	background-color: ButtonFace;
	visibility: show;
	z-index: 50;
}

.onglet {
	border-style:solid;
	border-width:1px;
	border-right-color:black;
	border-bottom-color:black;
	border-left-color:white;
	border-top-color:white;
	background-color:#CCCCCC;
	cursor:hand;
	text-align:center;
	height:20;
	width:50;
}
.ongletSelected {
	border-style:solid;
	border-width:2px;
	border-right-color:white;
	border-bottom-style:none;
	border-left-color:black;
	border-top-color:black;
	background-color:#EEEEEE;
	cursor:hand;
	text-align:center;
	height:20;
	width:50;
}
.cell {
	border-style:solid;
	border-width:1px;
	border-color:#CCCCCC;
	width:20px;
	height:10px;
	cursor:hand;
	font-size:10px;
}
.frame {
	background-color:buttonFace;
	position:absolute;
	z-index:400;
	left:0;
	top:0;
	display:none;
	border-style:outset;
}
.frameStyle {
	background-color:buttonFace;
	position:absolute;
	z-index:400;
	left:0;
	top:0;
	display:none;
	border-style:outset;
}
.palette {
	background-color:buttonFace;
	position:absolute;
	z-index:400;
	left:0;
	top:0;
	display:none;
	border-style:outset;
}
IFRAME {
	BORDER-RIGHT: black 1px solid; BORDER-TOP: black 1px solid; FONT-SIZE: 11px; BORDER-LEFT: black 1px solid; WIDTH: 250px; BORDER-BOTTOM: black 1px solid; BACKGROUND-COLOR: #eeeeee; TEXT-ALIGN: justify
}