.boxgrid{ 	width: 325px; 	height: 260px;	height: 215px; 	margin:10px; 	float:left; 	background:#161613; 	border: solid 1px #85b253; 	overflow: hidden; 	position: relative; 	cursor: pointer;	/*	-moz-box-shadow: 0px 1px 5px #555;    -webkit-box-shadow: 0px 1px 5px #555;    box-shadow: 0px 1px 5px #555;    */}	.boxgrid img{ 		position: absolute; 		top: 0; 		left: 0; 		border: 0; 	}	.boxgrid h3{ 		padding: 10px 15px 0; 		color: #242424;		font-weight: normal; 		font-size: 16px;	}	.boxgrid p{ 		margin-top: 0px;		margin-left: 0px;		color: #fff; 		font-weight: normal; 		font-size: 10px;	}	.txt_clair{		color: #f3f3f3;	}	.txt_fonce{		color: #242424;	}	.boxgrid p a, .boxgrid p a:link, .boxgrid p a:active, .boxgrid p a:visited{		color: #85b253;		color: blue;		text-decoration: none;	}	.boxgrid p a:hover{		text-decoration: underline;	}	.boxcaption{ 	float: left; 	position: absolute; 	background: #000;	background-color: #fff;	text-align: left;	height: 100px; 	width: 100%; 	opacity: .85; 	/* For IE 5-7 */	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=85);	/* For IE 8 */	-MS-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=85)";}	.captionfull .boxcaption {		top: 260;		left: 0;	}	.caption .boxcaption {		top: 220;		left: 0;	}