<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*ony for one corner, use this variable several time for other corners*/
*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
body {
  overflow-x: hidden;
}
html {
  font-size: 62.5%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
button,
input,
select[multiple],
textarea {
  background-image: none;
}
a {
  text-decoration: none;
}
a:hover,
a:focus {
  text-decoration: underline;
}
a:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
img {
  vertical-align: middle;
}
ul,
ol,
dl {
  -webkit-margin-after: 0;
  -webkit-margin-before: 0;
}
hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eeeeee;
}
.galerie {
  display: block;
  float: left;
  margin: 10px 5px;
  overflow: hidden;
  position: relative;
  text-align: center;
}

.last {
  margin-right:0;
}

#mentions {
	margin-top: 40px;
}

body.noir table.tablesorter tbody tr td{
     color:white;
}
body.noir table.tablesorter tbody tr {
    background:#333;
    color:white;
}
body.noir table.tablesorter tbody tr:nth-child(even) {
    background:#444;
    color:white;
}</pre></body></html>