.colonneTriable {
	cursor: pointer;
}

.trOver:hover, .pHover:hover {
	cursor: pointer;
	color: #000000;
	background: #8E8E8E;
	font-style: italic;
}

.thZero {
   display:none;
}

.thFive {
    width: 5%;
}

.thTen {
    width: 10%;
}

.thFiveteen {
    width: 15%;
}

.thTwenty {
    width: 20%;
}

.thTwentyFive {
    width: 25%;
}

.thThirty {
    width: 30%;
}

.thFourty {
    width: 40%;
}

.thFivty {
    width: 50%;
}

.thSixty {
    width: 60%;
}

.thSeventy {
    width: 70%;
}

.thEighty {
    width: 80%;
}

.tdTextAlignCenter {
	text-align: center;
}

.ascenceur {
	height: 400px;
}

.demi-ascenceur {
	height: 200px;
}

.ascenceur, .demi-ascenceur {
	overflow: auto;
	overflow-x: auto;
	margin-bottom: 25px;
}

.ascenceur, thead th {
    position: sticky;
    top: 0;
    z-index: 2; /* pour que ça reste au-dessus du contenu */
}

.demi-ascenceur, thead th {
    position: sticky;
    top: 0;
    z-index: 2; /* pour que ça reste au-dessus du contenu */
}

.tdBold {
	font-weight: bold;
}

.tableCollapse {
	border-collapse: collapse;
}

.borderTableBottom {
	border-bottom: 1px solid black;
}

.textCelluleBlack {
	color : black;
}

.textCelluleRed {
	color : red;
}

.textCelluleGreen {
	color : green;
}

.cellTextAlignRight {
	text-align: right;	
}
