/*
 * styles/app.css
 * author M. Doré
 * Version 1.1.0 
 * Date 2024-08-23
*/
body {
  background-color: snow;
  color: navy;
  font-family: Verdana, Arial, sans-serif;
  margin: 0;
  padding: 0;
}
a:link {
  text-decoration: underline;
}
a:visited {
  text-decoration: underline;
}
h1,h2,h3,h4,h5,h6 {
  text-align: center;
}
h1.header {
  font-size: 1.5em;
  font-family: Monotype Corsiva, cursive;
  margin: 0;
  padding: 10px;
  text-align: center;
} 
h2.entete {
  font-size: 1.6em;
  font-family: Monotype Corsiva, cursive;
  margin: 0;
  padding: 6px;
  text-align: center;
}
h2.titre {
  border-color: silver;
  border-style: solid;
  border-width: 0 0 1px 0;
  font-size: 1.4em;
  margin-bottom: 16px;
  padding: 6px;
  text-align: center;
} 
table {
  border-collapse: collapse;
  empty-cells: show;
  margin: 20px auto;
  min-width: 660px;
}
table.detail {
  margin: auto;
}
tr:nth-child(even) {
  background-color: burlywood;
}
tr:nth-child(odd) {
  background-color: blanchedalmond;
}
tr.detail:nth-child(even) {
  background-color: snow;
  color: navy;
}
th, td {
  border: 1px solid whitesmoke;
  border-spacing: 0;
  text-align: left;
}
th.detail, td.detail {
  border-style: none;
}
th {
  background-color: navy;
  color: ivory;
  font-size: 0.9em;
  padding: 4px 4px;
}
th.detail {
  background-color: snow;
  color: navy;
  padding: 6px;
  max-width: 260px;
}
td {
  font-size: 0.9em;
  padding: 2px 5px;
}
td.detail {
  background-color: snow;
  color: navy;
  font-size: 1.0em;
  min-width: 400px;
  padding: 6px;
}
a.btn:link, a.btn:visited {
  text-decoration: none;
}
a.btn:hover, a.btn:focus {
  text-decoration: none;
}
span {
  padding: 2px;
}
.div-menu-bouton {
  margin-bottom: 10px;
  margin-top: 10px;
}
.container-fluid {
  padding-left: 0;
  padding-right: 0;
}
.header {
  background-color: cornflowerblue;
  color: navy;
  border-color: silver;
  border-style: solid;
  border-width: 0 0 1px 0;
  margin: auto;
  padding: 6px 0 6px 0;
} 
.footer {
  background-color: cornflowerblue;
  color: navy;
  margin: 15px 0 0 0;
  padding: 8px;
  }
h6.droits {
  font-family: Monotype Corsiva, cursive;
  font-size: 1em;
  margin: 0;
  padding: 0;
  text-align: center;
  }
