body {
	background: #fff url("fond.gif") repeat-x;
}

#page {
	position: relative;
	width: 800px;
	height: auto;
	margin: 10px auto;
}

#content {
	position: absolute;
	width: 800px;
	height: auto;	
	
	/*fond en opacité réduite*/
	background-color: #FFFFFF;
	filter:alpha(opacity=70);
	-moz-opacity: 0.7;
	opacity: 0.7;	
}

#main {
	padding: 10px;
	text-align: justify;
	border: 1px dashed #333;
}

h1 {
	font-family: arial, helvetica, serif;
	font-size: 14px;
	text-align: center;
	color: #000;
	width: 700px;
	border: 1px solid #333;
	margin :auto;
	padding: 5px;
}

h2 {
	font-family: arial, helvetica, serif;
	font-size: 13px;
	font-weight:bold;
	color: #000;
}

p {
        font-family: arial, helvetica, serif;
	font-size: 11px;
	line-height: 1.5;
	color: #000;	
}

li {
	font-family: arial, helvetica, serif;
	font-size: 11px;
	line-height: 1.5;
	color: #000;
	margin: 0 0 5px 0;
}

.center {
	text-align: center;	
}

