@CHARSET "UTF-8";

div.em_compact {
	margin: 35px 0;
	overflow: hidden;
	width: 100%;
}

div.em_compact h2 {
	font-size: 17px;
	margin: 0;
	font-variant: normal;
	font-weight: bold;
}

div.em_compact p {
	margin: 0 0 0 10px;
	line-height: 17px;
	font-size: 13px;
}

div.em_compact p img {
	margin: 3px 5px 0 0;
	display: block;
	float: left;
	border: 1px solid #ccc;
}

div.em_compact p.chapeau {
	font-style: italic;
	color: #777;
}

div.em_compact p.real_radio {
	font-weight: bold;
}

div.em_compact p.em_tech {
	color: #777;
}

div.em_compact p.tags {
	font-style: italic;
}

div.em_compact a:link, 
div.em_compact a:visited,
div.em_compact a:active {
	text-decoration: none;
	color: #292929;
} 

div.em_compact a:hover {
	text-decoration: underline;
} 