.bloc
{
	border: solid 1px;
	float: left;
	margin: 20px;
	width: 200px;
	height: 100px;
}
.blocphoto
{
	border: solid 1px grey;
	position: relative;
	top: 10px;
	left: 10px;
	width: 180px;
	height: 80px;
}
.p-sprite
{
	background-color: transparent;
	background-image: url(sprite.png);
	background-repeat: no-repeat;
	background-attachment: scroll;
}
.p-photo
{
	position: absolute;
	bottom: 5px;
	right: 5px;
	width: 18px;
	height: 18px;
	background-position: left -31px;
	cursor: pointer;
}
.p-twitter
{
	position: absolute;
	bottom: 5px;
	left: 5px;
	width: 14px;
	height: 14px;
	background-position: -355px -33px;
	cursor: pointer;
}
.copyright
{
	position: absolute;
	bottom: 3px;
	right: 27px;
	width: 100px;
	font-family:	helvetica, arial, lucida grande, sans-serif;
 	font-size: 10px;
 	text-align: right;
}
.p-photo2
{
	background-position: -54px -31px;
	width: 28px;
	height: 28px;
}
.opaque {
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
	opacity: .5;
}
a:hover .p-photo, a:hover .p-photo2
{
	opacity: 0.8;
}
