body {
	margin:0;
	font-family:Arial, Verdana, Helvetica, sans-serif;
	font-size: 0.8em;
	color: #666666;
	}

/* PAGE */
div#page {
	width:900px;
	height:650px;
	margin-left:-450px;
	margin-top:-325px;
	position:absolute;
	top:50%;
	left:50%;
	background-image: url(../images/css/fond_page.gif);
	background-repeat: no-repeat;
	border: 1px solid #4f1a32;
	}

a {
	text-decoration: underline;
	color: #6c1d41;
}
div#page_index {
	width:800px;
	height:500px;
	margin-left:-400px;
	margin-top:-250px;
	position:absolute;
	top:50%;
	left:50%;
}

#header_index {
	border: 1px solid #FFF;
}