/* CSS Document */
.bloc_bordure {
	background-repeat: no-repeat;
	border-top-width: 10px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
	border-bottom-width: 10px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
}
.bloc_bord1 {
	background-image: url(../image/corner_bloc1.gif);
	background-repeat: no-repeat;
	background-position: right top;
	height: 100px;
}
.bloc_bord2 {
	background-image: url(../image/corner_bloc2.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
	height: 100px;
}
.bloc_bord3 {
	background-image: url(../image/corner_bloc4.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 100px;
}
.bloc_bord4 {
	background-image: url(../image/corner_bloc3.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	height: 100px;
}
.bloc_bord5 {
	background-image: url(../image/corner_bloc.gif);
	background-repeat: repeat-y;
	background-position: right;
	height: 230px;
}
.bloc_bord6 {
	background-image: url(../image/corner_bloc.gif);
	background-repeat: repeat-y;
	background-position: left;
	height: 230px;
}

