/* CSS Document */
body {

	scrollbar-face-color: #012389;
	scrollbar-track-color: #AB6723;
	scrollbar-arrow-color: #AB4523;
	scrollbar-highlight-color: #232367;
	scrollbar-3dlight-color: #674523;
	scrollbar-shadow-color: #23AB45;
	scrollbar-darkshadow-color: #EF4567;
 	margin-top: 0px;

	background-attachment:fixed;
	background-repeat:repeat-x;
 	margin-left: 0px;
 	background-color: #2F2B3A;
	color:#27356D;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size : 80%;
}

#container

{
 	background-image: url('http://www.divine-nolwenn.com/images/indexbg.jpg');
margin-left:auto;
margin-right:auto;
width:1024px;

border:2px solid grey;

}

h1
{
font-size:20px;
color:#FCE6CD;
font-family:Geneva, Arial, Helvetica, sans-serif;
}



