body{
  margin:  0px;
  padding: 0px;
  background-image: url(images/background.png);
  text-align: center;
}

* h1 {
  text-align: center;
}

* h2 {
  text-align: center;
}

* h3 {
  text-align: center;
}

* h4 {
  text-align: center;
  margin: 0px;
  padding: 0px;
}

* img {
  border: 0px;
}

* table
{
  padding: 0px;
  margin: 0px;
  border-collapse: collapse;
  border-spacing: 0px;
}

div.warning{
  text-align:justify;
  color: yellow;
  background-color:rgb(255, 25, 25);
  margin-top: 50px;
  margin-left: auto;
  margin-right: auto;
  width: 640px;
  padding-left: 15px;
  padding-right: 15px;
  padding-bottom: 5px;
}

.invisible-link a:link{
  text-decoration: none;
  color: black;
}

.invisible-link a:visited{
  text-decoration: none;
  color: black;
}

.invisible-link a:active{
  text-decoration: none;
  color: black;
}

.invisible-link a:hover{
  text-decoration: none;
  color: black;
}

div.header{
  width:  100%;
  height: 75px;
  background-color: rgb(255, 250, 190);
}

div.headerimg{
  position: absolute;
  top: 0px;
  left: 0px;
  margin-left: 50px;
  margin-right: 10px;
}

div.headertitle{
  position:absolute;
  left: 50%;
  margin-left:-100px;
}

div.menu {
  float:left;
  margin-top: 80px;
  margin-left: 15px;
}

div.menu p{
  margin: -15px;
  padding: 0px;
}

div.content{
  background-color: rgb(240,240,240);
  border-width: 1px;
  border-style: solid;
  border-color: black;
  margin-top: 50px;
  margin-left:75px;
  margin-right: 25px;
  margin-bottom: 50px;
  padding-top: 30px;
  padding-left: 175px;
  padding-right: 15px;
  padding-bottom: 25px;
  min-height: 400px;
}

.commentaire {
  color: blue;
}

div.submenu{
  min-height: 75px;
  margin-left: auto;
  margin-right: auto;
  margin-top: -60px;
}

table.shadow{
  width: 100%;
  padding: 0px;
  margin: 0px;
  margin-left: 0px;
  margin-right: 0px;
  margin-top: 15px;
  margin-bottom: 15px;
  border-collapse: collapse;
  border-spacing: 0px;
}

table.shadow td{
  padding: 0px;
  margin: 0px;
}

td.shadow-tr{
  background-image: url(images/shadow-tr.png);
  width: 16px;
  height: 16px;
}
td.shadow-r{
  background-image: url(images/shadow-r.png);
  width: 16px;
}
td.shadow-bl{
  background-image: url(images/shadow-bl.png);
  width: 16px;
  height: 16px;
}
td.shadow-b{
  background-image: url(images/shadow-b.png);
  height: 16px;
}
td.shadow-br{
  background-image: url(images/shadow-br.png);
  width: 16px;
  height: 16px;
}

div.news{
  border-style: solid;
  border-width: 1px;
  border-color: rgb(25,25,25);
}

div.newstitle{
  background-color: rgb(0, 128, 255);
  text-align: center;
  color: white;
  padding-left: 5px;
  padding-right: 5px;
  padding-top: .25em;
}

div.newscontent{
  background-color: white;
  text-align: justify;
  padding: 5px;
  padding-right: 10px;
}

* dt{
  margin-top: .5em;
  font-weight: bold;
}

dl.event{
  margin: 2em 0;
  padding: 0;
}

.event dt{
  width: 15em;
}

.event dd{
  border-left: 1px solid #000;
  margin: 0 0 0 5em;
  padding: 0 0 .5em .5em;
}

table.padlr5{
  margin: auto;
  text-align:center;
}

table.padlr5 td{
  padding-left: 5px;
  padding-right: 5px;
}

table.padlr5 th{
  padding-left: 5px;
  padding-right: 5px;
}