/***** BASIC *****/
.bg_bloc {
	clear: both;
	position: relative;
	width: auto;
	height: auto;
	margin-bottom: 10px;
}
.bg_bloc .corner {
	background-color: transparent;
	background-image: url(/I/bloc/corner.png );
	background-repeat: no-repeat;
}

.bg_bloc .corner.tl {
	height: 6px;
	background-position: left top;
	overflow: hidden;
}
.bg_bloc .tc {
	background: transparent url(/I/bloc/top.png) repeat-x;
	height: 6px;
	margin-left: 6px;
	margin-right: 7px;
}
.bg_bloc .corner.tr {
	height: 6px;
	background-position: right top;
	overflow: hidden;
}

.bg_bloc .ml {
	background: transparent url(/I/bloc/left.png) no-repeat;
	background-position: left top;
}
.bg_bloc .mc {
	background: #FFFFFF url(/I/bloc/main.png) repeat-x;
	margin-left: 6px;
	margin-right: 7px;
	padding: 0px;
}
.bg_bloc .mr {
	background: transparent url(/I/bloc/right.png) no-repeat;
	background-position: right top;
}

.bg_bloc .corner.bl {
	height: 7px;
	background-position: left -6px;
	overflow: hidden;
}
.bg_bloc .bc {
	background: transparent url(/I/bloc/bottom.png) repeat-x;
	height: 7px;
	margin-left: 6px;
	margin-right: 7px;
}
.bg_bloc .corner.br {
	height: 7px;
	background-position: right -6px;
	overflow: hidden;
}

/***** ORANGE *****/
.bg_bloc-o {
	clear: both;
	position: relative;
	width: auto;
	height: auto;
	margin-bottom: 10px;
}
.bg_bloc-o .corner {
	background-color: transparent;
	background-image: url(/I/bloc/corner-o.png );
	background-repeat: no-repeat;
}

.bg_bloc-o .corner.tl {
	height: 6px;
	background-position: left top;
	overflow: hidden;
}
.bg_bloc-o .tc {
	background: transparent url(/I/bloc/top-o.png) repeat-x;
	height: 6px;
	margin-left: 6px;
	margin-right: 7px;
}
.bg_bloc-o .corner.tr {
	height: 6px;
	background-position: right top;
	overflow: hidden;
}

.bg_bloc-o .ml {
	background: transparent url(/I/bloc/left-o.png) no-repeat;
	background-position: left top;
}
.bg_bloc-o .mc {
	background: #FFFFFF url(/I/bloc/main-o.png) repeat-x;
	margin-left: 6px;
	margin-right: 7px;
	padding: 0px;
}
.bg_bloc-o .mr {
	background: transparent url(/I/bloc/right-o.png) no-repeat;
	background-position: right top;
}

.bg_bloc-o .corner.bl {
	height: 7px;
	background-position: left -6px;
	overflow: hidden;
}
.bg_bloc-o .bc {
	background: transparent url(/I/bloc/bottom-o.png) repeat-x;
	height: 7px;
	margin-left: 6px;
	margin-right: 7px;
}
.bg_bloc-o .corner.br {
	height: 7px;
	background-position: right -6px;
	overflow: hidden;
}