<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body {
  margin: 0px;
  background-image: url(../images/lignes_01.jpg);
  font-family: Verdana;
  font-size: 11px;
}
h1 {
  overflow: hidden;
  position: absolute;
  height: 0;
  font-weight: normal;
  font-size: 1em;
}
h2 {
  font-size: 1em;
  margin-left: 20px;
  color: #009999;
  font-weight: bold;
}
p {
  margin-left: 20px;
  margin-right: 20px;
  color: silver;
}
a {
  color: silver;
  text-decoration: none;
  border : none;
}
a img{border: none;}
ul {
  padding: 0;
  margin-top: 0;
}
li {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: inline;
}
table {
  margin: auto;
}
td {
  padding: 20px;
}
#header {
  height: 340px;
  width: 580px;
}
#layout {
  margin: 0 auto;
  position: relative;
  width: 580px;
  background-color: white;
}
#lang_bar {
  border-bottom: 1px solid silver;
  width: 580px;
  height: 60px;
}
#lang_bar img {
  margin-right: 20px;
  margin-top: 15px;
  float: right;
}
#lang_bar ul {
  padding: 0;
  float: left;
  margin-left: 20px;
  margin-top: 25px;
}
#footer {
  width: 580px;
  background-color: gray;
  color: white;
}
#lang_bar a:hover {
  color: #009999;
  text-decoration: underline;
}
#lang_bar a.active {
  color: #009999;
  text-decoration: none;
}
#menu {
  height: 50px;
}
#menu a:hover {
  color: black;
  text-decoration: underline;
}
#menu a.active {
  color: black;
  text-decoration: none;
}
#menu ul {
  margin-top: 0.5em;
  margin-left: 20px;
}
#content {
  height: 800px;	
}
.photolink {
  margin-left: 20px;	
  margin-bottom: 50px;
  height: 59px;
  width: 540px;
}
.photolink img {
  float: right;
}
.photolink h2 {
  margin: 0;	
  width: 222px;
  height: 57px;
  line-height: 57px;
  border-top: 1px solid #009999;
  border-bottom: 1px solid #009999;
}
.thumbnail{
  margin:0;
  margin-left: 20px;
  margin-right: 20px;
  padding: 0;
  border-top: 1px solid #009999;
  border-bottom: 1px solid #009999;
}
.thumbnail a{
  padding: 0;
  margin: 0;
}
.thumbnail img{
  margin: 0;
  padding: 0;
}
.thumbnail ul{
  padding: 0;
  padding-top: 11px;
  padding-bottom: 11px;
  margin: 0;
}
.thumbnail li{
  margin: 0;
  padding: 0;
  padding-left: 11px;
}
.thumbnail li:first-child{
  padding: 0;
  padding-left: 0;
}
#projet a {
  margin-left: 20px;	
  color: #009999;
  text-decoration: none;
}
#projet a:hover {
  color: #009999;
  text-decoration: underline;
}
#footer h4 {
  font-size: 0.8em;
  font-weight: normal;
  margin: 0 0 0 20px;
}
</pre></body></html>