/** 
 * mn-gi : grid image = image � gauche, texte � droite
 */
.mn-gi {
  clear:both;
  margin-bottom:1em;
}
.mn-gi:last-child,
.mn-gi.last {
	margin-bottom:0;
}
.mn-gi img {
  float:left;
  margin: 0 10px 1px 0;
}
.mn-gi h4 {
  font-size:116%;
  font-weight:bold;
  margin:0;
}
.mn-gi h4 a {
  text-decoration:none;
  color:#333333;
}
.mn-gi p {
  margin-bottom:0;
}
.mn-gi:after {
  content:".";display:block;height:0;clear:both;visibility:hidden;
}
.mn-box {
  padding: 11px;
  margin-bottom:13px;
  background-color:white;
  color:#333333;
}
.mn-box .hd {
  margin:0;
  padding-bottom:5px;
  border-bottom: 1px solid #D2D4D3;
  font-size:138.5%;
  letter-spacing:-1px;
  color:#333333;
}
.mn-box .bd{
  padding:10px 0;
}
.mn-box:last-child {
  margin-bottom:0;
}

/**
 * EN IMAGES
 */
.mn-box.mn-box-diaporama {
  color:white;
  background-color:black;
}
.mn-box.mn-box-diaporama  .hd {
  border-bottom:none;
  color:white;
}
.mn-box-diaporama .ft {
  margin-bottom: 5px;
  padding-top: 5px;
}
.mn-box.mn-box-diaporama .mn-bt-em a {
  color:white;
}
.mn-box-diaporama {
  background: #000000 url(http://cache.20minutes.fr/img/sports/bg_lives.jpg) repeat-x scroll 0 0;
  color:white;
  margin:13px 17px;
  padding:10px;
}
.mn-box-diaporama .hd, .mnsport-les_blogs .hd {
  font-size:138.5%;
  letter-spacing:-1px;
  margin:0;
  padding-bottom:5px;
}
.mn-box-diaporama .bd {
  padding: 4px 0; 
}
.mn-box-diaporama .bd img {
  border: 2px solid white;
  margin: 5px 0;
  float: left;
  width: 100px;
  height: 66px;
}

.mn-dans_la_meme_rubrique {
  margin: 13px 17px;
  padding: 11px;
  background-color: white;
  color:#333333;
}

.mn-dans_la_meme_rubrique a {
  text-decoration:none;
  color:#333333;
}

.mn-dans_la_meme_rubrique .hd {
  margin:0;
  padding-bottom:5px;
  border-bottom: 1px solid #E6E6E6;
  font-size:138.5%;
  letter-spacing:-1px;
  color:#333333;
}

.mn-dans_la_meme_rubrique .bd {
  padding:10px 0;
}

