@charset "UTF-8";
/* ==================================================== */
/* = CSS des tables								  = */
/* ==================================================== */
/* = Version 1.0 - date : 12/11/2015				  = */
/* ==================================================== */
/* Article : les tables
----------------------------------------*/
table {
  font-size: 15px;
  font-size: 1.5rem; }

table.atable {
  width: 100%; }

table.atable td {
  padding: 2px 5px 2px 10px; }

table.atable tr {
  border-bottom: 1px solid #f3f3f3; }

table.atable tr:nth-child(2n+1) td {
  padding-top: 10px;
  padding-bottom: 5px;
  background-color: #f3f3f3; }

table.atable thead td {
  padding: 10px;
  font-style: italic; }

/* Article : les tables du vieux site
----------------------------------------*/
table.old-site-table {
  width: 100%; }

table.old-site-table td {
  padding: 2px 5px 2px 10px;
  vertical-align: middle; }

table.old-site-table tr {
  border-bottom: 1px solid #f3f3f3; }

table.old-site-tablethead td {
  padding: 10px;
  font-style: italic; }

/* Article : TableSearch
----------------------------------------*/
table.TableSearch {
  width: 100%; }

table.TableSearch {
  border: none !important; }

table.TableSearch th {
  padding: 20px 10px;
  background-color: #dddddd;
  border-right: none;
  text-transform: uppercase;
  color: white; }

table.TableSearch tr {
  border-bottom: none !important; }

table.TableSearch td {
  padding: 6px 10px !important;
  border-right: none !important; }

table.TableSearch tbody tr th a img {
  float: right; }

table.TableSearch tbody tr.end td {
  background-color: #dddddd;
  margin-top: 2px;
  padding-top: 20px !important;
  padding-bottom: 20px !important; }

#ListSearchZone {
  font-size: 15px;
  font-size: 1.5rem;
  margin-bottom: 20px;
  margin-top: 20px; }

#ListSearchZone label {
  margin-right: 10px; }

#ListSearchZone select {
  width: 40%; }

/* Article : TableMeeting
----------------------------------------*/
table.TableMeeting {
  width: 100%;
  margin-bottom: 1em;
  margin-top: .5em;
  float: left; }

table.TableMeeting {
  border: none !important; }

table.TableMeeting tr {
  border-bottom: 1px solid #e4e6e4 !important; }

table.TableMeeting tr:last-child {
  border-bottom: none !important; }

table.TableMeeting td {
  padding: 6px 10px 3px !important;
  border-right: none !important;
  font-size: 12px;
  text-transform: uppercase; }

table.TableMeeting td:first-child {
  font-weight: bold; }

table.TableMeeting td:last-child {
  text-align: right; }

