.back_gauche {
	background-attachment: scroll;
	background-image: url(_images/back_gauche.jpg);
	background-repeat: repeat-x;
	background-position: right top;
}
.back_droit {
	background-attachment: scroll;
	background-image: url(_images/back_droit.jpg);
	background-repeat: repeat-x;
	background-position: left top;
}
.back_centre {
	background-attachment: scroll;
	background-image: url(_images/back_centre.jpg);
	background-repeat: repeat-y;
	background-position: left top;
}
.texte {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #2C2C2C;
}
