@charset "iso-8859-1";
@font-face {
  font-family: "Olivetti";
  src: url("http://gaspoz.free.fr/fonts/Olivetti22/OlivettiLettera22.woff") format("woff"), url("http://gaspoz.free.fr/fonts/Olivetti22/OlivettiLettera22.ttf") format("truetype"), url("http://gaspoz.free.fr/fonts/Olivetti22/OlivettiLettera22.otf") format("otf"),url("http://gaspoz.free.fr/fonts/Olivetti22/OlivettiLettera22.woff2") format("woff2"), url("http://gaspoz.free.fr/fonts/Olivetti22/OlivettiLettera22.eot") format("eot");
  font-weight: normal;
  font-style: normal;
  font-display: swap; }


.boxgrid{
	width: 220px;
	height: 220px;
	margin: 5px;
	float: left; 
	border: 2px solid #e7a014;
	overflow: hidden;
	position: relative;
}

h3{
	margin: 10px 10px 0 10px;
	font-size: 18pt;
	color: Silver;
	font-weight: bold;
}


h2{
	margin: 10px 10px 0 10px;
	font-size: 20pt;
	color: Silver;
	font-weight: bold;
}


				.boxgrid img{ 
					position: absolute; 
					top: 0; 
					left: 0; 
					border: 0; 
				}
				.boxgrid p{
	padding: 0 10px;
	color:#f6b224;
	font-weight:bold;
	font:10pt "Lucida Grande", Arial, sans-serif;
		}
				
			.boxcaption{ 
				float: left; 
				position: absolute; 
				background: #000; 
				height: 200px; 
				width: 100%; 
				opacity: .8; 
				/* For IE 5-7 */
				filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
				/* For IE 8 */
				-MS-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
 			}
 				.captionfull .boxcaption {
 					top: 260;
 					left: 0;
 				}
 				.caption .boxcaption {
 					top: 185;
 					left: 0;