body {
	margin:0;
	font-family:Arial, Verdana, Helvetica, sans-serif;
	background-color: #6c1c41;
	font-size: 0.8em;
	color: #666666;
	background-image: url(../images/css/fond_body.gif);
	background-repeat: no-repeat;
	}
#gauche {
	width: 380px;
	float: left;
}
#contenu {
	width: 450px;
	height: 420px;
	overflow: auto;
	margin-right: 40px;
	margin-left: 10px;
}
#header {
}

/* PAGE */
div#page {
	width:900px;
	height:590px;
	margin-left:-450px;
	margin-top:-295px;
	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:600px;
	margin-left:-400px;
	margin-top:-300px;
	position:absolute;
	top:50%;
	left:50%;
}
#contenu_presentation {
	width: 450px;
	height: 420px;
	overflow: auto;
	margin-right: 40px;
	margin-left: 10px;
}

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