div#record {
  position: relative;
  _background-image: none;
  background-position: top left;
  background-repeat: no-repeat;
  margin-left: 35px;
  margin-top: 0px;
  padding: 52px 0 5px 0;
  width: 650px;
}

#record h3 {
  position: relative;
  width: 260px;
  text-align:center;
  color: #1a7dd9;
  margin-bottom: 1em;

}

div#titre-record {
  background-image: url("/images/record/bg-titre.gif");
  background-position: bottom;
  background-repeat: repeat-x;
  padding: 0 15px 5px 15px;
}

#record h4 {
  padding-left: 10px;
  background-image: url("/images/fleche-bleue.gif");
  background-position: 0px 3px;
  background-repeat: no-repeat;
  letter-spacing: 1px;
}

#record ul {
  margin-top: 1em;
  margin-bottom: 1em;
  list-style-type: none;
  padding: 0 15px 0 15px;
}

#record li {
  margin-bottom: 0.5em;
  padding-left: 13px;
  margin-right: 15px;
  /*width: 290px;*/
  color: #dd7323;
  background-image: url("/images/fleche-orange.gif");
  background-position: left;
  background-repeat: no-repeat;
}

/*
li.discipline, li.recordman {
  float: left;
}
*/

li.discipline {
  color: #1a7dd9;
}

li.recordman {
  font-weight: bold;
}

li.discipline, li.recordman {
  width: 330px;
}

li.handicap, li.nationalite {
  width: 250px;
}

li.location {
  width: 600px;
}

#record hr {
  margin: 0 15px 0 15px;
}

#record p {
  text-align: justify;
  padding: 5px 15px 5px 15px;
}

div#images, div#liens, div#interview, div#presse, div#video {
  background-image: url("/images/record/bg-titre.gif");
  background-position: 0 5px;
  background-repeat: repeat-x;
  padding: 5px 0 5px 15px;
}

#interview h4, #presse h4, #video h4, #images h4, #liens h4 {
  margin-bottom: 10px;
}

div#media {
  position: relative;
  height: 90px;
}

div#interview {
  position: relative;
  float: left;
  width: 255px;
  height: 80px;
  margin-right: 5px;
}

div#presse {
  position: relative;
  float: left;
  width: 255px;
  height: 80px;
  margin-right: 5px;
}

div#video {
  position: relative;
}

#images img {
  margin-right: 5px;
  border: 1px solid #666666;
}

div#record-footer {
  height: 10px;
  background-image: url("/images/record/bottom.gif");
  background-position: bottom left;
  background-repeat: no-repeat;
}

div#retour {
  margin: 10px 0;
  padding: 5px 0 5px 15px;

}


