body{
	margin: 0;
	text-align: center;
	background: #ffffff;
}
.body{

	margin-left: auto;
	margin-right: auto;
	padding: 0;
	width: 986px;
	text-align: left;
	background: url(../images/feuille_02.gif) no-repeat left 0;
	background: url(../images/feuille_04.gif) no-repeat right 0;

}
.border_left_top{
	position: relative;
	margin: 0;
	padding-left: 0;
	width: 986px;
	background: url(../images/feuille_02.gif) no-repeat;
	float: left;
}
.border_right_top{
	position: relative;
	margin: 0;
	padding: 0;
	width: 986px;
	background: url(../images/feuille_04.gif) no-repeat right 0;
	float: left;
}
.border_left_bottom{
	position: relative;
	margin: 0;
	padding-left: 0;
	width: 986px;
	background: url(../images/feuille_08.gif) no-repeat left bottom;
	float: left;
}
.border_right_bottom{
	position: relative;
	margin: 0;
	padding: 0;
	width: 986px;
	background: url(../images/feuille_10.gif) no-repeat right bottom;
	float: left;
}
.border_left{
	position: relative;
	margin: 0;
	padding: 0;
	width: 986px;
	background: url(../images/feuille_07.gif) repeat-y;
	float: left;
}
.margin{
	margin-left: 62px;
	/*margin-right: 61px;*/
}
.header{
	position: relative;
	padding: 0;
	width: 863px;
	height: 76px;
	background-image: url(../images/feuille_03.gif);
	background-repeat: no-repeat;
	float: left;
}
.middle{
	position: relative;
	padding: 0;
	width: 863px;
	background: white;
	float: left;
}
.footer{
	position: relative;
	padding: 0;
	width: 863px;
	height: 61px;
	background-image: url(../images/feuille_11.gif);
	float: left;
}
