/*
 * CSS du bloc "En continu"
 * @author berge
 */

.enContinuBlock {
   margin-bottom: 20px;
   color: #222;
}

.enContinuBlock .title {
   margin-bottom: 10px;
}

.enContinuBlock .title a {
   font-weight: bold;
   font-size: 18px;
   line-height: 21px;
   font-family: arial, sans-serif;
}

.enContinuBlock .source {
   color:#222;
   font-size: 11px;
   line-height: 13px;
   font-family: arial,sans-serif;
   text-transform: uppercase;
}

.enContinuBlock .timestamp {
   color: #222222;
   float: left;
   font-size: 11px;
   font-weight: bold;
}

.enContinuBlock h4 {
   float: right;
   margin-bottom: 6px;
   padding: 0;
   width: 265px;
}

.enContinuBlock .link a {
   font-size: 12px;
   line-height: 29px;
   font-weight: bold;
   margin-bottom: 6px;
}

.enContinuBlock .link .actualite {
   color: #222;
   display: inline-block;
}

.enContinuBlock .link .actualite:before  {
	color: #a2a9ae;
	content: '\203A';
	font-family: arial;
	display: inline-block;
	font-size: 13px;
	left: 0;
	position: relative;
	width: 7px;
	font-weight: normal;
}

.enContinuBlock .link .videos {
   background: transparent url(http://s1.lemde.fr/medias/www/img/icn/video.gif) no-repeat 0 -2px;
   padding-left: 18px;
}

.enContinuBlock .linkAbonne {
   background: url(/medias/www/img/icn/abonneContent.gif) 0px 3px no-repeat;
   padding-left: 22px;
   font-size: 11px;
   line-height: 14px;
   margin-bottom: 8px;
}

.enContinuBlock .linkAbonne span {
   text-transform: uppercase;
   color: #c28100;
   font-weight: bold;
}
