/* 
Feuille de style pour les pages pro du site /aou qui est placé sous le site /biblio
Auteur : Jean-Blaise Claivaz
Utilisé (par ex.) : https://www.unige.ch/biblio/aou/fr/validation/intro/exports/
*/

table.documentation_col {
  border: 1px solid #cf0063;
  border-collapse: collapse;
 /* box-shadow: 3px 3px 1px #888888; */
  margin: 20px 20px 40px 20px;
 }

table.documentation_col th {
  background-color: #cf0063;
  text-align: left;
  color: #ffffff;
  padding: 10px;
}

table.documentation_col tr {
  border-bottom: 1px solid #aaa;
}

table.documentation_col colgroup col.col1 {
  background-color: #cccccc;
}

table.documentation_col td {
  text-align: left;
  padding: 4px 10px 4px 10px;
  color: #000000;
}

p.tip {
  margin: 0px 20px 10px 20px;
  padding: 10px 20px 10px 20px;
  background-color: bisque;
  border: 1px dashed black;
}

table.documentation_ligne {
  border: 1px solid #cf0063;
  border-collapse: collapse;
 /* box-shadow: 3px 3px 1px #888888; */
  margin: 20px 20px 40px 20px;
 }

table.documentation_ligne th {
  background-color: #cf0063;
  text-align: left;
  font-weight: bold;
  color: #ffffff;
  padding: 10px;
}

table.documentation_ligne tr:nth-child(even) {
  background-color:#eeddee;
}

table.documentation_ligne tr:nth-child(odd) {
  background-color:#ffffff;
}

table.documentation_ligne td {
  text-align: left;
  padding: 4px 10px 4px 10px;
  font-weight: normal;
  color: #000000;
}

table.ex_validation {
  border: 1px solid #cccccc;
  border-collapse: collapse;
  box-shadow: 3px 3px 1px #888888;
  width: 90%;
  margin: 20px 0px 30px 20px;
 }

table.ex_validation th.exemple {
  background-color: #00cc00;
  text-align: left;
  font-weight: bold;
  color: #ffffff;
  padding: 10px;
  width: 50%;
}

table.ex_validation th.contre {
  background-color: #ff0000;
  text-align: left;
  font-weight: bold;
  color: #ffffff;
  padding: 10px;
  width: 50%;
}

table.ex_validation tr:nth-child(even) {
  background-color:#dddddd;
}

table.ex_validation tr:nth-child(odd) {
  background-color:#ffffff;
}

table.ex_validation td {
  text-align: left;
  padding: 4px 10px 4px 10px;
}

table.ex_recherche {
  border: 1px solid #cccccc;
  border-collapse: collapse;
  box-shadow: 3px 3px 1px #888888;
  width: 90%;
  margin: 20px 0px 30px 20px;
 }

table.ex_recherche th.recherche {
  background-color: #FBE5D6;
  text-align: left;
  font-weight: bold;
  padding: 10px;
  width: 50%;
}

table.ex_recherche th.resultat {
  background-color: #E2F0D9;
  text-align: left;
  font-weight: bold;
  padding: 10px;
  width: 50%;
}

table.ex_recherche tr:nth-child(odd) {
  background-color:#dddddd;
}

table.ex_recherche tr:nth-child(even) {
  background-color:#ffffff;
}

table.ex_recherche td {
  text-align: left;
  padding: 4px 10px 4px 10px;
}


table.biblio_table_1 {
  border: 1px solid #cf0063;
  border-collapse: collapse;
 /* box-shadow: 3px 3px 1px #888888; */
  margin: 0px 20px 20px 20px;
 }

table.biblio_table_1 th {
  background-color: #cf0063;
  text-align: left;
  font-size: 0.8em;
  font-family: Verdana;
  font-weight: bold;
  color: #ffffff;
  padding: 10px;
}

table.biblio_table_1 tr:nth-child(even) {
  background-color:#eeddee;
}

table.biblio_table_1 tr:nth-child(odd) {
  background-color:#ffffff;
}

table.biblio_table_1 td {
  text-align: left;
  padding: 4px 10px 4px 10px;
  font-size: 10px;
  font-family: Verdana;
  font-weight: normal;
  color: #000000;
}
