body {
     margin: 0; /* pour éviter les marges */
	 padding: 0;
     text-align: center; /* pour corriger le bug de centrage IE */
	 background:url(images/BG.jpg);
	 background-attachment:fixed;
     }


#container {
	position:absolute;
    left: 50%; 
    top: 50%;
    width: 942px;
    height: 522px;
    margin-top: -261px; /* moitié de la hauteur */
    margin-left: -471px; /* moitié de la largeur */
	text-align: left;
}

#top {
	width: 942px;
	height: 21px;
    border: 1px solid #41372b;
	text-align: center;
	background:url(images/BG_VIDE.png) no-repeat;
}

#top2 {
	width: 942px;
	height: 20px;
	text-align: left;
}

#main {
    width: 942px;
	height: 480px;
	border: 1px solid #41372b;
	text-align: right;
	background:url(images/BG_VIDE.jpg) no-repeat;
}

#header {
	background:#A4D9B8;
	height: 52px;
	text-align: right;
	background:url(images/BG_VIDE_top.jpg) no-repeat;
}

#content {
	width: 942px;
	height: 480px;
	margin-left: 0px;
	margin-right: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
}

#box {
	margin-top: -40px;
	margin-left: 100px;
	margin-right: 20px;
	margin-bottom: 0px;
	font: 1.2em Tahoma, Verdana, Arial, Helvetica, sans-serif; 
	width: 310px;
	letter-spacing: 0px;
	font-weight: bold;
	font-size: 11px;
	text-align: left;
	color: #504c45;
}

html>body #box {
	margin-top: -40px;
	margin-left: 130px;
	margin-right: 20px;
	margin-bottom: 0px;
	font: 1.2em Tahoma, Verdana, Arial, Helvetica, sans-serif; 
	width: 300px;
}
#hidden {
visibility : hidden;
}