@charset "utf-8";
/* CSS Document */
BODY, HTMl {
	margin:0px;
	padding:0px;
	height:100%;
	text-align:center;
}
#container {
	width:100%;
	height:100%;
	border-collapse:collapse;
	margin:0px;
	pading:0px;
}
#haut {
	width:100%;
	height:799px;
	background-image:url(../images/index_01.png);
	background-repeat:repeat-x;
}
#bas {
	width:100%;
	height:100%;
	background-image:url(../images/index_02.png);
	background-repeat: repeat;
}
div#container_flash {
	position:absolute;
	top:0px;
	left:0px;
	margin-left:auto;
	margin-right:auto;
	text-align:center;
	width:100%;
	height:100%;
}
div#flash {

}
