.border_no{
	border-width: 0px 0px 0px 0px;
}
.border{
	border-color: #CCCCCC;
	border-width: 1px;
	border-style: solid;
}
.border_top{
	border-color: #CCCCCC;
	border-width: 0px 0px 0px 0px;
	border-top-width: 1px;
	border-style: solid;
}

/* Définition des feuilles */
.feuille{
	position: relative;
	float: left;
	padding-right: 1px;
	padding-top: 2px;
}

.feuille_tableau{
  z-index: 75;
}
.feuille_coin_droit_bas{
	position: absolute;
	bottom  : 0px;
	right	: 1px;
	background-image: url("../image/feuille/feuille_coin_droit_bas.gif");
	width : 25px;
	height: 25px;
	z-index:99;
}

td.feuille_droit_haut{
	background-image: url("../image/feuille/feuille_coin_droit_haut.gif");
	background-repeat: no-repeat;
	background-position: left top;
	width: 10px;
	height: 10px;
}

td.feuille_droit{
	background-image: url("../image/feuille/feuille_droit.gif");
	background-repeat: repeat-y;
	width: 10px;
}

td.feuille_bas{
	background-image: url("../image/feuille/feuille_bas.gif");
	background-repeat: repeat-x;
}

td.feuille_gauche_bas{
	background-image: url("../image/feuille/feuille_coin_gauche_bas.gif");
	background-repeat: no-repeat;
}