/*
 * recette recuperee de http://www.456bereastreet.com/archive/200506/customising_custom_corners_and_borders/
 */
.cbox-top {
	background: url("../assets/hffffff_box.gif") no-repeat 100% 0;
	height: 18px;
	margin: 0 0 0 10px;
}
.cbox-top .cbox-topleft {
	background: url("../assets/hffffff_box.gif") no-repeat 0 0;
	height: 18px;
	left: -10px;
	position:relative;
	width: 10px;
}

.cbox-bottom {
	background: url("../assets/hffffff_box.gif") no-repeat 100% 100%;
	height: 18px;
	margin: 0 0 0 10px;
}
.cbox-bottom .cbox-bottomleft {
	background: url("../assets/hffffff_box.gif") no-repeat 0 100%;
	height: 18px;
	left: -10px;
	position:relative;
	width: 10px;
}

