
div.slogan {
  position: relative;
  left: 165px;
  width: 500px;
}

/**************** Actualités ****************/

div#actualites {
  position: relative;
  float: left;
  margin-top: 10px;
  margin-left: 115px;
  _margin-left: 58px; /* IE6 */
  margin-right: 0px;
  margin-bottom: 20px;
  background-image: url("/images/index/bg-top-actualites.gif");
  background-position: top center;
  background-repeat: no-repeat;
  /*min-height: 240px;*/
  width: 200px;
  padding: 6px 18px 45px 18px;
}


div#footer-actualites {
  position: absolute;
  bottom: 0;
  left: 0;
  background-image: url("/images/index/bg-bottom-actualites.gif");
  background-position: bottom center;
  background-repeat: no-repeat;
  width: 236px;
  height:48px;
  margin: 0;
  margin-top: auto;
  z-index: 10;
}

div#actualites h3 {
  text-align:center;
  margin-bottom: 18px;
}

div#actualites div.actu {
  background-image: url("/images/index/separateur.gif");
  background-position: bottom center;
  background-repeat: no-repeat;
  margin-bottom:5px;
}

div#actualites p.date {
  text-align:center;
  background-image: url("/images/index/separateur.gif");
  background-position: bottom center;
  background-repeat: no-repeat;
  margin-bottom:3px;
  padding-bottom: 2px;
  color: #dd7323;
  font-weight: bold;
}
div#actualites h4 {
  color: #dd7323;
  margin: 4px 0 2px 0;
}
div#actualites p.texte {
  text-align: justify;
}

div#actualites p.suite {
  text-align: right;
  padding-bottom: 2px;
}


/********************* Dernier Record ***************/

div#dernier-record {
  position: relative;
  margin-top: -30px;
  margin-left: 420px;
  width: 236px;
  padding: 0;
  float: none;
}

div#dernier-record-medaille {
  position: absolute;
  width: 82px;
  height: 74px;
  top: 0;
  left: 173px;
  _filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=crop, src='/images/index/medaille.png'); 
  background-image: url("/images/index/medaille.png") !important;
  _background-image: none;
  background-position: top left;
  background-repeat: no-repeat;
  z-index: 10;
}


div#dernier-record-contenu {
  position: relative;
  background-image:url("/images/index/bg-top-record.gif");
  background-position: top left;
  background-repeat: no-repeat;
  width: 200px;
  padding: 0 18px 0 18px;
}

/* div#dernier-record-contenu * { visibility: hidden; } */

div#dernier-record-contenu h3 {
  position: relative;
  padding-left: 26px;
  padding-top: 13px;
  margin-bottom: 18px;
}

div#dernier-record-contenu p.date {
  position: relative;
  text-align:center;
  background-image: url("/images/index/separateur.gif");
  background-position: bottom center;
  background-repeat: no-repeat;
  margin-bottom:3px;
  padding-bottom: 2px;
  color: #dd7323;
  font-weight: bold;
}

div#dernier-record-contenu h4 {
  position: relative;
  color: #dd7323;
  margin: 4px 0 2px 0;
}
div#dernier-record-contenu p.texte {
  position: relative;
  text-align: justify;
}

div#dernier-record-contenu p.suite {
  position: relative;
  text-align: right;
  padding-bottom: 2px;
}

div#dernier-record-photo {
  position: relative;
  background-image: url("/images/index/bg-bottom-record.gif");
  background-position: top left;
  background-repeat: no-repeat;
  height: 146px;
  text-align:center;
  padding-top: 10px;
}

#dernier-record-photo img {
  position: relative;
  border: 4px solid white;
}
