/* Feuille de style pour les boxes aux coins arrondis */

.box{
	float:left;
	border: 1px solid #cac8b4;
	background: #fff;
	margin:10px 0 0;
	width:100%;
}
.corner{
	position:absolute;
	width:3px;
	height:3px;
}
.corner.top.left{
	background:url(../images/coin_hg.gif) top left no-repeat;
}
.corner.top.right{
	background:url(../images/coin_hd.gif) top right no-repeat;
}
.corner.bottom.left{
	background:url(../images/coin_bg.gif) bottom left no-repeat;
}
.corner.bottom.right{
	background:url(../images/coin_bd.gif) bottom right no-repeat;
}

