div.rounded{
	position: relative;
	width: 745px;
	margin-bottom: 11px;
	margin-left: 17px;
	margin-right: 17px;
}
div.rounded.half{
	width: 356px;
	float: left;
}
div.rounded div.content {
	position: relative;
	background-color: white;
	padding: 10px;
}

div.rounded div.shadow.top {
	position: relative;
	height: 16px;
	background-image: url("/images/blocs/shadow-top.png");
	background-repeat: repeat-x;
}
div.rounded div.shadow.bottom {
	position: relative;
	height: 20px;
	background-image: url("/images/blocs/shadow-bottom.png");
	background-repeat: repeat-x;
}
div.rounded div.shadow.left {
	position: absolute;
	left: -17px;
	top: 0;
	height: 100%;
	width: 17px;
	background-image: url("/images/blocs/shadow-left.png");
	background-repeat: repeat-y;
}
div.rounded div.shadow.right {
	position: absolute;
	right: -20px;
	top: 0;
	height: 100%;
	width: 20px;
	background-image: url("/images/blocs/shadow-right.png");
	background-repeat: repeat-y;
}

div.rounded div.corner {
	position: absolute;
	background-image: url("/images/blocs/shadow-corners.png");
	background-repeat: no-repeat;
}
div.rounded div.corner.tl {
	bottom: 0;
	left: -17px;
	height: 16px;
	width: 17px;
	background-position: top left;
}
div.rounded div.corner.tr {
	bottom: 0;
	right: -20px;
	height: 16px;
	width: 20px;
	background-position: top right;
}
div.rounded div.corner.bl {
	top: 0;
	left: -17px;
	height: 20px;
	width: 17px;
	background-position: bottom left;
}
div.rounded div.corner.br {
	top: 0;
	right: -20px;
	height: 20px;
	width: 20px;
	background-position: bottom right;
}

div.rounded div.link {
	position: absolute;
	bottom: -18px;
	background-image: url("/images/blocs/link.png");
	height: 30px;
	width: 30px;
	z-index: 50;
}
div.rounded div.link_left {
	left: 50px;
}
div.rounded div.link_right {
	right: 50px;
}
div.rounded div.link_horizontal {
	background-image: url("/images/blocs/link-horizontal.png");
	bottom: 50px;
	right: -25px;
	width: 16px;
}
