@charset "utf-8";

.TreColonne {
	float:left;
	width:125px;
	margin-right: 4px;
	margin-left: 4px;
	height:300px;
	margin-bottom:10px;
	margin-top:15px;
	border-bottom-color: black;
	border-bottom-style: dotted;
	border-bottom-width: 1px;
	text-align: left;
}

.TreColonne .f_body {
	clear:both;
	position: relative;
}

.TreColonne .Body {
	border: 1px dotted black;
	width:100%;
}

.TreColonne .f_hour {
	color:#f8931f;
	font-family:Tahoma, Arial, Helvetica;
	font-size:13px;
	font-size-adjust:none;
	line-height:1.5;
}

.TreColonne .img_box {
	height:100px;
	overflow: hidden;
	position: absolute;
	left: 0px;
	top: 95px;
}

.TreColonne .img_box > img {
}

.TreColonne h1 {
	font-size:13px;
	font-size-adjust:none;
	font-family: Tahoma, Arial, Helvetica;
	font-weight:bold;
	color:#000000;
	clear:both;
	position: absolute;
	top:20px;
	height: 65px;
	overflow: hidden;
}

.TreColonne .Sottotitolo {
	font-size:105%;
	font-size-adjust:none;
	font-style:italic;
	position: absolute;
	left: 0px;
	top:65px;
	color:#006;
	height:60px;
}

.TreColonne .corpo {
	margin-top:5px;
	margin-bottom:5px;
	font-size:12px;
	color:#888;
	clear:both;
	position: absolute;
	left: 0px;
	top:190px;
	height: 88px;
	overflow: hidden;
}

.TreColonne .corpo p {
	font-size: 12px;
}

.TreColonne hr {
	color: #fff;
	background-color: #fff;
	border: 1px dotted #777;
	border-style: none none dotted;
}

.TreColonne a {
	color:#333333;
}

.TreColonne a:hover {
	color:#0474bc;
}

div.divider {
	clear: both;
	position: absolute;
	top:250px;
}