@charset "utf-8";
/* CSS Document */
body {
  font-family: Cambria;
  font-size: 12pt;
  background-color: #000;
  margin: 0px;
  padding-top: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
}
div {
  position: relative;
}
img {
  border-top-width: 0px;
  border-right-width: 0px;
  border-bottom-width: 0px;
  border-left-width: 0px;
  margin: 0px;
  padding: 0px;
}
p {
  padding: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 15px;
  margin-left: 5px;
  font-size: 24pt;
}
a:active {
  color: #333;
  text-decoration: none;
}
a {
  color: #333;
  text-decoration: none;
}
a:hover {
  color: #ff0000;
  text-decoration: none;
}
div#entete-fond {
  margin: 0;
  padding: 0px;
  height: 250px;
  width: 100%;
  background-image: url(../img/entete-sdl.jpg);
  background-repeat: repeat-x;
  background-position: center center;
  background-color: #000;
}
div#entete {
  padding: 0px;
  height: 250px;
  width: 1200px;
  margin-top: 5px;
  margin-right: auto;
  margin-bottom: 0px;
  margin-left: auto;
  background-image: url(../img/logo-sdl.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-color: #000;
}
#menu2 {
  width: 1200px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  font-size: 14pt;
  text-align: center;
  background-color: transparent;
  z-index: 10000000;
  gap: 2px;
}

.menu-item {
  width: 240px;
  height: 30px;
  line-height: 30px;
  background-image: url(../img/fondcellule.jpg);
  background-position: center;
  background-repeat: no-repeat;
  transition: background-image 0.3s ease;
}

.menu-item a {
  display: block;
  color: #000;
  text-decoration: none;
}

.menu-item:hover {
  background-image: url(../img/fondcellule-ov.jpg);
}

.menu-item:hover a {
  color: #f00;
}

div#facebook {
  padding: 0px;
  float: left;
  height: 121px;
  width: 124px;
  margin-top: 120px;
  margin-right: 0px;
  margin-bottom: 0px;
  margin-left: 1075px;
  background-image: url(../img/iconefacebook.png);
}

div#espacement {
  width: 1200px;
  background-color: #000;
  margin-top: 0px;
  margin-right: auto;
  margin-bottom: 0px;
  margin-left: auto;
  padding-top: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
  color: #000;
  font-size: 12pt;
}
div#contenu {
  width: 1200px;
  margin-top: 40px;
  margin-right: 0px;
  margin-bottom: 5px;
  margin-left: 0px;
  background-color: #fff;
  padding-top: 5px;
  padding-right: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
  color: #000;
  font-size: 12pt;
}

div.clear {
  margin: 0px;
  padding: 0px;
  clear: both;
  background-color: #ccc;
}
div#pied-de-page {
  padding: 0px;
  height: 20px;
  width: 1200px;
  margin-top: 0px;
  margin-right: auto;
  margin-bottom: 0px;
  margin-left: auto;
  background-color: #000;
  text-decoration: none;
}
div#copyright {
  font-size: 12pt;
  text-align: center;
  padding: 0px;
  /*height: 110px;*/
  width: 1200px;
  margin-top: 0px;
  margin-right: auto;
  margin-bottom: 0px;
  margin-left: auto;
  color: #fff;
  background-color: #000;
}
div#copyright a {
  text-decoration: none;
  color: #fff;
}
div#copyright a:hover {
  color: #ff0000;
  text-decoration: none;
}
div#copyright p {
  padding: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 2px;
  margin-left: 0px;
  color: #fff;
  background-color: #000;
}

.slideshow {
  height: 300px;
  width: 1200px;
  margin: 0px;
}
.slideshow img {
  padding: 0px;
  border: 0;
  background-color: #000;
  margin: 0px;
}
