
div.box {
	position: relative;
	color: #4e5152;
}

div.box .title {
	position: relative;
	top: 0px;
	height: 25px;
	line-height: 30px;
	background-image: url("../images/box/topleft.jpg");
	background-repeat: no-repeat;
	background-position: bottom left;
	padding: 0px 17px 0px 10px;
	color: #5E6455;
	font-size: 12px;
	font-family: impact;
	text-align: right;
}

div.box .title img.box {
	position: absolute;
	bottom: 0px;
	right: 0px;
}

div.box div.boxcontent {
	position: relative;
	color: white;
	background-image: url("../images/box/leftborder.gif");
	background-repeat: repeat-y;
	background-position: bottom left;
	padding: 0px 10px 0px 10px;
	overflow: hidden;
	text-align: left;
}

div.box div.boxcontent img {
	padding: 0px 0px 0px 3px;

}

div.box div.boxcontent img.box {
	position: absolute;
	right: 0px;
	top: 0px;
	z-index: 1;
	padding: 0px 0px 0px 0px;
	color: #4e5152;

}

div.box .footer {
	position: relative;
	bottom: 10px;
	height: 14px;
	font-size: 6pt;
	text-align: right;
	line-height: 14px;
	background-image: url("../images/box/bottomleft.gif");
	background-repeat: no-repeat;
	background-position: bottom left;
	padding: 0px 10px 0px 10px;
	color: #8AD0F1;
}

div.box .footer_droit {
	position: relative;
	bottom: 10px;
	height: 14px;
	font-size: 6pt;
	text-align: right;
	line-height: 14px;
	background-image: url("../images/box/bottomleft.gif");
	background-repeat: no-repeat;
	background-position: bottom left;
	padding: 0px 10px 0px 10px;
	color: #8AD0F1;
	width: 135px;
}
div.box .footer img.box {
	position: absolute;
	right: 0px;
	bottom: 0px;
	z-index: 2;
	overflow: hidden;
}

div.box .footer_droit img.box {
	position: absolute;
	right: 0px;
	bottom: 0px;
	z-index: 2;
	overflow: hidden;
}
div.box .footer span {
	position: relative;
	z-index: 3;
}

div.box .footer_droit span {
	position: relative;
	z-index: 3;
}

