@media print {

body{
    color: black;
}

.table_touches { /* table avec touches et détails */
  font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
  border-collapse: collapse;
  margin: 1em auto;
  caption-side: bottom;
}

caption {
    font-size: 75%;
    margin-top: 0px;
    text-align: left;
    padding: 5px;
    text-decoration : underline;
}

.table_touches td, .table_touches th {
  border: 1px solid black;
  padding: 8px;
  text-align: center;
}

.table_touches tr:nth-child(even){background-color: white;}

.table_touches th {
  padding-top: 12px;
  padding-bottom: 12px;
  /* text-align: left; */
  background-color: white;
  color: black;
}

.fonction_desactivee {
    text-decoration: line-through;
    font-style: italic;
}

.bien_rouge {
    color: black;
    font-weight: bold;
}

.bien_vert {
    color: black;
    font-weight: bold;
}

/* smartphone */
@media only screen and (max-width: 600px) {
    .table_touches{ /* centrer horiz. les tables sur petit écran */
        margin: 1em auto;
    }
}

body{
    margin: 0;
    padding: 0;
    color: black;
    background-color: white;
    font-size: 1.01em;
}

a { color: black;
    text-decoration: none;
}

a[name] {
        color: black;
}

/* sommaire */
hr{
    width: 70%;
    margin: 10px auto;
}
.header1 { border: 2px solid black; }
.header2 { border: 2px solid black; }
.header3 { border: 2px solid black; }
.header4 { border: 2px solid black; }
header{
    margin: 10px auto;
    width: 50%;
    border-radius: 20px;
    padding-left: 10px;
}
h1{
    text-align: center;
}
header ul div{
    margin: 5px 0;
    color: black;
}
header > div {
    padding-bottom: 20px;
}
small {
    text-align: center;
    margin: 0px auto;
    padding: 4px;
    border-radius: 5px;
}
.somm_titre {
    font-weight: bold;
    font-size: 120%;
    text-align: center;
}
ul {
  float: left;
  width: 33%;
  list-style-type: none;
  margin: 0;
  margin-bottom: 2vw;
  padding: 0;
}
ul li {
    padding: 5px;
    text-align: center;
}
#les_colonnes{
    overflow: auto;
}

/* grosses sections et articles */
.grosse_section{
    margin: 2%;
    margin-bottom: 80px;
}
.clearfix{
    clear: both;
}
article{
    margin: 1%;
    background-color: white;
    border-radius: 20px;
    padding-top: 10px;
    position: relative; /* pour placer image en classe vignette */

    max-width: 1000px;
    margin: 20px auto;
}
article a h2{
    border-radius: 20px;
    padding: 10px;
    background-color: white;
    text-decoration: none;
    display: inline;  /* évite le saut de ligne pour le lien "Suivant" */
}
article h3{
    margin-left: 1em;
}
p{
    padding-left: 2%;
    margin-bottom: 2em;
}
article_titre{
    font-weight: bold;
    font-size: 1.2em;
}
.renvoi1{
    text-decoration : underline;
}
.renvoi2{
    text-decoration : wavy underline;
}
img.vignette{
    width: 100px;
    height: auto;
    position: absolute;
    right: 2px;
    top: 2px;
}
/* source */
.marge_source{
    margin-left: 40px;
    margin-bottom: 2em;
}
.titre_source{
    text-decoration: underline;
}
.code_source{
    font-family: Courier;
    border: 1px solid white;
    display: inline-block;
    padding: 5px 10px;
}
}
