div.tablecontainer {
  overflow-x: auto;
}

table {
  border-collapse: collapse;
  width: 100%;
}

table, th, td {
  border: 1px solid #ddd;
  padding: 8px;
  text-align: left;
}

tr:hover {
  color: #63ff4b;
  /* background-color: #ccc; */
}



/* ---------------- TABLE INDEX ----------------- */
.index_section{
	width:100%; /* 930/935px */
	float:left;
	padding-top:2.0em;
	padding-bottom:2.0em;
	display:inline;
	/* padding-left:0.53475935828877%; 5/935 px */
}

/* NOM SECTION */
.index_section_label{ 
	color:#FFF;
	width:4.278074867%; /* 40/935px */
	float:left;
	padding:0px;
	margin:0px;
	font-size:100%; /* 11/10px */
	font-weight:normal;
	text-align:right;
	padding-right:1.60427807486631%; /* 15/935px */
	/* padding-top:0.2em;
	padding-bottom:0.2em; */
	display:inline;
}

.index_section_label a{
  text-decoration:none;
}

.index_section_label a:hover{
	text-decoration:none;
	color:#63ff4b;
} 


/*.index_sectionCopyText{ 
padding:0px;
margin:0px;
width:875px;
line-height:15px;
font-size:10px;
border-top:17px solid #EEE;
padding-top:5px;
float:right;
text-align:justify;
display:inline;
}
*/
/* TABLE */
.index_table{ 
	width:100%; /* 875/930px */
	float:left;
	display:inline;
}

/* EN TETE SECTION */
.index_table_label{ 
	display:block;
	height:2.25em;
	width:100%;
	text-align:left;
	color:#FFF;
	background-color:#888;
	text-indent:0.571428571428571%; /* 5/875px */
}
.index_table_label div{
	display:inline;
	float:left;	
	padding-top:0.3em;
	padding-bottom:0.2em;
}

/* LIGNES */
.index_table_row{ 
	display:block;
	height:1.65em;
	width:100%;
	text-align:left;
	text-indent:0.571428571428571%; /* 5/875px */
	border-bottom:1px solid #333;
	overflow:hidden;
}
.index_table_row div {
	display:inline;
	float:left;
	padding-top:0.2em;
	padding-bottom:0.2em;
}
.index_table_row div a {
  text-decoration:none;
  text-transform: uppercase;
}
.index_table_row div p {
  text-decoration:none;
}

.w1 {	width: 8.33333333%; } 	/* 1/10 875px */
.w2 {	width: 16.66666667%; }		/* 2/10 875px */
.w3 {	width: 25%; }
.w4 {	width: 33.33333333%; }
.w5 {	width: 41.66666667%; }
.w6 {	width: 50%; }
.w7 {	width: 58.33333333%; }
.w8 {	width: 66.66666667%; }
.w9 {	width: 75%; }	
.w10 { width: 83.33333333%; }	
.w11 { width: 91.66666667%; }	
.w12 { width: 100%; }	


/* HOVER */
.index_table_row_over{ 	
	display:block;
	height:1.65em;
	width:100%;
	text-align:left;
	text-indent:0.571428571428571%; /* 5/875px */
	overflow:hidden;
	border-bottom:1px solid #333;
}
.index_table_row_over div {
	display:inline;
	float:left;
	padding-top:0.2em;
	padding-bottom:0.2em;
}
.index_table_row_over div a{
	text-decoration:none;
}
.index_table_row_over div a:link {color:#63ff4b;}
.index_table_row_over div a:visited {color:#63ff4b;}
.index_table_row_over div a:hover {color:#63ff4b;}
.index_table_row_over div a:active {color:#63ff4b;}