@import url(reset.css);
@import url(class.css);

html{
	font-size:100%;
	font-family:verdana;
	line-height: 1em;
	color: black;
}

body{
	margin: 0px 0 ;
	padding: 0 ;
	text-align: center ;	
	background:url(../images/page_background.jpg) top left;
	overflow:hidden;
}
#conteneur{
	width:250px;
	height:100px;
	margin:auto;
	text-align:left;
	border:2px solid black;
	overflow:hidden;
	background:url(../images/contenu_background.jpg) top left no-repeat;
}
#contenu{
	width:200px;
	height:60px;
	margin:30px 25px;
	text-align:center;
}
#flash{
	width:200px;
	height:20px;
	margin:auto;
}