/* TMC-membres.css */
/* Personnalisation de certaines classes de bootstrap */


article {
	border-radius: 4px;
	padding: 0 !important;
	border: 2px solid #ddd;
}

/*****************/
table{
	border-collapse:collapse;border-spacing:0;
	font-size:16px;
	background-color:#fff;
	border-radius: 8px;
	border: 2px solid #ddd;
}
td,th{
padding:0
}

.table{
width:100%;max-width:100%;margin-bottom:20px
}
.table>thead>tr>th,.table>tbody>tr>th,.table>tfoot>tr>th,.table>thead>tr>td,.table>tbody>tr>td,.table>tfoot>tr>td{
padding:4px;line-height:1.42857143;vertical-align:top;border-top:2px solid #ddd
}
.table>thead>tr>th{
vertical-align:bottom;border-bottom:2px solid #ddd
}
.table>tbody+tbody{
border-top:2px solid #ddd
}

.table th{
	background-color:#807b7b;
	text-align:center;
	font-size:16px;
}

.table-striped>tbody>tr:nth-child(odd)>td,.table-striped>tbody>tr:nth-child(odd)>th{
background-color:#cccccc;
}
.table-bordered>thead>tr>th,.table-bordered>tbody>tr>th,.table-bordered>tfoot>tr>th,.table-bordered>thead>tr>td,.table-bordered>tbody>tr>td,.table-bordered>tfoot>tr>td{
border:2px solid #ddd
}
.table-bordered>thead>tr>th,.table-bordered>thead>tr>td{
border-bottom-width:2px
}
.col_1{ padding-left:10;width:"25%";text-align:left}
.col_2{ width:"20%";text-align:left}
.col_3{ width:"30%";text-align:center}
.col_4{ width:"20%";text-align:left}
.col_5{ width:"5%";text-align:center}
