body{
	margin:0;
	padding:0;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	background-color:#F8F8F8;
}

a{
	color:#866EAB;
	text-decoration:none;
}

a:hover{
	text-decoration:underline;
}


/*---HEADER---*/
#header{
	position:absolute;
	width:100%;
	height:20px;
	background-color:#614292;
	text-align:center;
}

#header a{
	color:#FFFFFF;
	font-size:11px;
	text-decoration:none;
	margin:0 25px 0 25px;
}

#header a:hover{
	color:#d1c6e2;
}

/*---CONTENU---*/
#main{
	position:absolute;
	width:100%;
	height:664px;
	background:transparent url(../img/bg_index.gif) repeat-x;
}

#contenu{
	width:937px;
	height:490px;
	margin:0 auto;
	padding:166px 0 0 55px;
	background:transparent url(../img/index_bg.gif) no-repeat 0 3px;
}

#contenu p{
	margin:15px 70px 0 30px;
	line-height:16px; letter-spacing: 1px;
}


/*---FOOTER---*/
#footer{
	position:absolute;
	top:-50px;
	width:100%;
	height:15px;
	text-align:center;
	font-size:11px;
	color:#866eab;
	border-bottom:10px solid #866eab;
}

/*---CREDIT---*/
#credit{
	position:absolute;
	right:2px;
	bottom:15px;
}
