body {
	margin:0px;
	padding:0px;
	font:11px Verdana,Arial;
	}

#main {
	position:absolute;
	left: 50%;
	top: 50%;
	width: 700px;
	height: 460px;
	margin-left: -350px;
	margin-top: -230px;
	background: white url(bg.jpg) no-repeat;
	text-align: center;
	padding:20px;
	}

#flash {
	position:relative;
	width:620px;
	height: 350px;
	margin:0px;
	}	

#texte {
	position:relative;
	width:620px;
	height:70px;
	margin:0px;
	padding-left:20px;
	}	
	

hr {
	width:310px;
	}