/* ROUNDED.CSS */

.cadre{
	background-color: #ebf2d8;
	width:520px;
	margin-left:auto;
	margin-right:auto;
}

.cadre_100{
	background-color: #ebf2d8;
	width:100%;
	margin-left:auto;
	margin-right:auto;
}
	
.cadre_hg, .cadre_hd,
.cadre_bg, .cadre_bd{
	width: 11px;
	height: 11px;
	background-repeat: no-repeat;
	font-size: 1px;
}

.cadre_hg{
	background: url('../images/cadre_rounded.png') 0 0;
}
.cadre_hd{
	background: url('../images/cadre_rounded.png') 11px 0;
	float: right;
}
.cadre_bg{
	background: url('../images/cadre_rounded.png') 0 11px;
}
.cadre_bd{
	background: url('../images/cadre_rounded.png') 11px 11px;
	float: right;
}
