/* CSS Document */

		div#contenu
		{
	top: 170px;
	left: 170px;
	width: 630px;
	height: 450px;
	position:relative;
		}

		div#bouton1
		{
	position: relative;
	top: 3px;
	left: 5px;
		}
		div#bouton2
		{
	position: relative;
	top: -15px;
	left: 470px;
	margin-top: -4px;
		}
		div#crayon
		{
	position: absolute;
	background-image: url(images/crayon.gif);
	width: 117px;
	height: 96px;
	background-repeat: no-repeat;
	left: 490px;
	top : 0 px;
	margin-top: 30px;
		}

