@charset "utf-8";
/* -- table_scene = ts : colonage de la page -- */

#ts
{
	height:100%;
	width:100%;
	margin:0px;
	padding:0px;
}

.ts_M
{
	width: 1000px;
	background-image: url(../../../MEDIA/DECOR/fds/fd_mid.png);
	background-repeat: repeat-y;
	background-position: center;
}

.ts_L, .ts_R
{
	background-image: url(../../../MEDIA/DECOR/fds/fd_left.png);
	background-repeat: repeat;
	background-position: center;
	width:50%;
}

.ts_R
{
	background-image: url(../../../MEDIA/DECOR/fds/fd_right.png);
}

