
.planche
 {
	background: #6A9ED7;
	height: 600px;
	width: 1024px;
	overflow: hidden;
	margin-top: 10px;
	border-top: 0px none;
	border-right: 0px none;
	border-bottom: 0px none;
	border-left: 0px none;
	overflow:scroll;
}
.planche div {
	float: left;
	background-image: url(images/cadre.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	height: 200px;
	width: 160px;
}
.planche div img {
	margin-top: 10px;
	margin-left: 25px;
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #666;
	border-right-color: #CCC;
	border-bottom-color: #CCC;
	border-left-color: #666;
}
