body.site {
	margin: 0;
	padding: 2px;
	background-image: url("/images/bg.png");
	background-repeat: repeat;
}

body.popup {
	margin: 15px 15px 15px 15px;
	padding: 2px;
	background-color: #ffffff;
}

.page {
	width: 1024px;
	/* centrage */
	margin:0 auto;	
	position:absolute;
	left:50%;
	margin-left:-512px;
	/* centrage */
}

.page, .div_image {
	/*padding: 0px 0px 0px 0px;*/
	line-height: 0;
	font-size: 0;
	overflow: hidden;	
}