body {
	background-image: url(medias/fond_accueil.gif);
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-position: center bottom;
	scrollbar-base-color: #2f367d;
	scrollbar-arrow-color : #fff;
}
h1, h2 {
	color: #2f367d;
}
a:link, a:visited, a:active {
	text-decoration:none;
	font-style:italic;
	color : #2f36d7;
	}
a:hover {
	text-decoration:underline;
	font-style:italic;
	color : #2f36d7;
}
