#cornice_up{
	width: 950px;
	height: 16px;
	background-color: #fff;
	background-image:url('img/cornice_verde_up.jpg');
	background-repeat:no-repeat;
	float: left;
}
#cornice_lati{
	width: 950px;
	height: auto;
	background-color: #fff;
	background-image:url('img/cornice_verde_lati.jpg');
	background-repeat:repeat-y;
	float: left;
	text-align: center;
	min-height: 400px;
}
#menu_content{
	width: 200px;
	height: auto;
	background-color: #fff;
	text-align: left;
	float: left;
	margin-left: 15px;
}
 a:link, a:visited{
	color: #015583;
	text-decoration: none;
		font-size: 11px;
}
 a:hover, a:active{
	color: #ccc;
	text-decoration: underline;
		font-size: 11px;
}



/*--------------------------------------*/
.photo {
	margin-right: 15px;
	position: relative;
	width: 145px;
	height: 130px;
	float: left;
	text-align:center;
}
.photo img {
	padding: 0px;
}
.photo span {
	width: 150px;
	height: 120px;
	display: block;
	position: absolute;
	top: 0px;
	left: 0px;
	background: url(img/diapo.png) no-repeat;
}
.photo a {
	text-decoration: none;
}
/*--------------------------------------*/


#content{
	width: 680px;
	height: auto;
	background-color: #fff;
	text-align: left;
	float: left;
	margin-left: 15px;
}
#content2{
	width: 680px;
	height: auto;
	background-color: #fff;
	text-align: left;
	float: left;
	clear: left;
	margin-left: 230px;
	margin-right: 10px;
}
#content2 img{
	margin-top: 12px;
	
	margin-bottom: 10px;
}
#cornice_down{
	width: 950px;
	height: 16px;
	background-color: #fff;
	background-image:url('img/cornice_verde_down.jpg');
	background-repeat:no-repeat;
	float: left;
}

