/*************************************************/
/* cadre arrondi
/*************************************************/
.roundedBoxFloat{
	margin-right:20px;
}
.roundedBox{
	margin-right:20px;
}
.roundedBox .header_box, .roundedBoxFloat .header_box{
	background-image:url(../pictures/box_top.png);
	background-repeat:no-repeat;
	height:10px;
	margin:0px;
	padding:0px;
	line-height:0px;
	font-size:0px;
}
.roundedBox .header_box .corner, .roundedBoxFloat .header_box .corner{
	float:right;
	background-image:url(../pictures/box_rounded_top.png);
	background-repeat:no-repeat;
	height:10px;
	width:10px;
}
.body_box{
	border-left:#E1E1E1 1px solid;
	border-right:#E1E1E1 1px solid;
	padding:0px;
	margin:0px;
	padding-left:5px;
	padding-right:5px;
}
.body_right{
	float:left;
	background:url(../pictures/box_point.png) right top repeat-y;
	width:1px;
}
.body_box p{
	margin-left:10px;
}
.footer_box{
	background-image:url(../pictures/box_bottom.png);
	background-repeat:no-repeat;
	height:10px;
	font-size:0px;
	line-height:0px;
}
.roundedBox .footer_box .corner,.roundedBoxFloat .footer_box .corner{
	float:right;
	background-image:url(../pictures/box_rounded_bottom.png);
	background-repeat:no-repeat;
	height:10px;
	width:10px;
}
