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

* 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;
  background-color:rgb(200, 0, 0);
}

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

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

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

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

div.header{
  width: 100%;
  background-color: rgb(255, 250, 190);
  text-align: center;
  padding: 5px;
}

div.header a{
  padding-left:  5px;
  padding-right: 5px;
}

div.header img{
  height:  60px;
  padding-left:  15px;
  padding-right: 15px;
}

div.header img.current{
  height:  80px;
}

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

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

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

.commentaire {
  color: blue;
}

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

table.shadow{
  width: 100%;
  padding: 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;
}

div.image50{
  text-align:center;
  width:50%;
}

* 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;
}