/* Table */

	.table-wrapper {
		-webkit-overflow-scrolling: touch;
		overflow-x: auto;
	}

	table {
		margin: 0 auto;
		width: 50%;
		vertical-align: center;

		border-collapse: collapse;
		border-spacing: 0;
		text-align:  center;
	}

		table td {
			padding: 0.75em 0.75em;
		}

		table.alt {
			border-collapse: separate;
		}

			table.alt tbody tr td {
				border: solid 1px;
				border-left-width: 0;
				border-top-width: 0;
			}

				table.alt tbody tr td:first-child {
					border-left-width: 1px;
				}

			table.alt tbody tr:first-child td {
				border-top-width: 1px;
			}

			table.alt thead {
				border-bottom: 0;
			}

			table.alt tfoot {
				border-top: 0;
			}

	table th {
		color: #ffffff;
	}

	/* classe personnelle pour la page sur les domaines d'intervention */


	table.interventions { 
		width:  80%;
	}

	table td.interventions_colonne_gauche {

		border:  1px solid black;
		width:  30%;

	}

	table td.interventions_colonne_droite {

		border:  1px solid red;
		width:  70%;
		text-align:  left;

	}

