h1 {color: red;
		text-align:center;
	}
  #bord_tetris{
		width: 510px;
		height: 550px;
	}
	#wrap_tetris {/*conteneur jeu*/
    width: 420px;
		height: 440px;
	}
	#tetris {
		position:relative;
		margin: 2em auto;
		width: 26em;
	}

	#grid {
		float:left;
	}

	#grid table, #next table {
		border:0.3em solid #cccccc;
	}

	#grid td, #next td {
		width:1.2em;
		height:1.2em;
	}

	#next {
		margin-bottom:1em;
		float:right;
	}

	#stats {
		margin-bottom:1em;
		float:right;
		clear:right;
	}

	#stats div {
		font-size:120%;
		width:7em;
		text-align:right;
	}

	#cmd {
		font-size:120%;
		float:right;
		clear:right;
		width:7em;
		text-align:right;
	}

	#cmd input {
		margin-bottom:1em;
	}

	#info {
		font-size:80%;
		float:right;
		clear:right;
		width:7em;
		text-align:right;
	}

	#info input {
		width:1.5em;
		text-align:center;
	}

	#src {
		font-family:arial,helvetica;
		font-size:80%;
		color:#FFF;
	}
