/* CSS Document */


body, html {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 0px;
	font-size: 11px;
	background-color: #c48446;
	}
	
.centrage {
	position: absolute;
	left: 50%;
	top: 50%;
	/* border: 1px solid #000000; */
	width: 705px;
	height: 420px;
	margin-left: -352px;
	margin-top: -210px;
	}
	
.fond {
	position: absolute;
	width: 705px;
	height: 420px;
	border-bottom: 1px solid #663300;
	border-top: 1px solid #663300;
	}
	
.punaise {
	position: absolute;
	width: 40px;
	height: 40px;
	top: 200px;
	left: 500px;
	background-image: url(images/punaise2.jp2);
	}
	
.phrase {
	position: absolute;
	top: 331px;
	left: 183px;
	width: 497px;
	height: 18px;
	/*background-color: #0066CC;*/
	}
