html, body{ 
	width : 100%;
	height: 100%;/*fixe la hauteur pour IE*/
	/*min-height:100%;fixe la hauteur pour les autres navigateur*/
	margin: 0px;
	padding: 0px;
	text-align: center; /* on retablit l'alignement normal du texte */
	/*line-height: auto*/} 
body {
	text-align: center; /* pour corriger le bug de centrage IE */
	font-family: Helvetica, sans-serif, Arial;
	font-size: 11pt;
	padding: 0px;
}
tr {
	margin: 0px;
}
td {
	vertical-align: top;
	text-align: left;
}
#conteneur_sans_fond {
	top:0;
	width: 730px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	margin-bottom: 0px;
	padding:0px;
	position: relative;
	text-align: center;
}
#arriere {
	position: fixed;	/* dimension et positionnement du bloc conteneur de l'image */
	left: 0em;
	top: 0em;
	height : 100%;
	width : 100%;
}
#arriere img {
	/* l'image occupe toute la place de son bloc conteneur */
	width : 100%;
	height: 100%;
}

