/* evenement barre */

#barre_evenements {
	position: relative;
	display: block;
	width: 850px;
	height:127px;
	background: url(/images/barre_evenements/interface/bg.gif);
}

#barre_evenements .block {
	position: relative;
	display: block;
	width:108px;
	height:105px;
	margin-top:16px;
	float: left;
	margin-right:12px;
	text-decoration: none;
}


#barre_evenements .first {
	margin-left: 104px;
}

html>body #barre_evenements .first {
	margin-left: 208px;
}


#barre_evenements .block img {
	position: relative;
	display: block;
	width:102px;
	height:68px;
	margin:3px;
}

#barre_evenements .block h2 {
	position: relative;
	display: block;
	width:108px;
	text-align:center;
	height:14px;
	line-height:14px;
	margin: 0px;
	margin-top:8px;
	padding: 0px;
	color:#474475;
	text-indent: 0px;
	font-weight: normal;
	font-size: 11px;
}

#barre_evenements .block .note {
	position: relative;
	display: block;
	width:108px;
	text-align:center;
	height:11px;
	line-height:11px;
	color:#949496;
	font-size: 10px;
}

#barre_evenements .podcast2 {
	position: absolute;
	display: block;
	top:95px;
	left:10px;
	width:110px;
	height:30px;
	
}



