/* GENERAL */
	body {
		background: #faf3c1;
	}
	

/* HAUT + MENU */

	#haut {
		background: url(images/hautj.png);
	}


/* BLOCS */

	/* gauche */
		div.bloc_580_dg {
			background: url(images/cadres/580dgj.png);
		}
		div.bloc_580_h {
			background: url(images/cadres/580hj.png) no-repeat;
		}
		div.bloc_580_b {
			background: url(images/cadres/580bj.png) bottom no-repeat;
		}

	/* droite */
		div.bloc_200_dg {
			background: url(images/cadres/200dgj.png);
		}
		div.bloc_200_h {
			background: url(images/cadres/200hj.png) no-repeat;
		}
		div.bloc_200_b {
			background: url(images/cadres/200bj.png) bottom no-repeat;
		}
