div.match {
  padding-top: 5px;
}
div.match div.infos p.score {
  font-size: 17px;
  font-weight: bolder;
  text-align: center;
  display: block;
  background: #eaeaea;
  margin: -5px -5px 0 -5px;
  line-height: 30px;
  height: 30px;
  padding: 0;
  border-bottom: 1px solid #dddddd;
}
div.match div.infos p.score span {
  font-size: 17px;
}
div.match div.infos p{
  display: block;
  text-indent: 0;
  line-height: 10px;
  height: 20px;
  margin: 0 -5px;
}
div div.match div.infos p.last {
  border-top: none;
  border-bottom: 1px solid #dddddd;
}
div.match div.infos p.i {
  border-bottom: 1px solid #dddddd;
  border-top: 1px solid #dddddd;
  background: #eaeaea;
}
div.match div.infos p span.info {
  float: left;
  width: 30%;
  text-indent: 15px;
  display: block;
}

div.match div.carte div {
  float: left;
  width: 330px;
  padding-left: 5px;
}
div.match div.carte {
  clear: both;
  padding-top: 10px;
  font-weight: bolder;
}
div.match div.carte img{
  float: left;
  width: 300px;
}
div.match div.carte p.map {
  margin-top: -8px;
}
div.match div.carte p.map , div.match div.carte p.map span {
  font-size: 15px;
  font-weight: bolder;
}
div.match div.carte p {
  clear: both;
  height: 30px;
  line-height: 30px;
}
div.match div.carte p span.info{
  float: left;
  font-weight: normal;
  width: 40%;
}