body {

	font: 18px verdana, sans-serif;
	color:000099;
	margin: 0;
	padding: 0;
	background: #85A5ED;
	background-attachment:fixed;
	background-image:url(./fonds/fondspage.jpg);

	scrollbar-face-color: #000099;
    scrollbar-shadow-color: #5082be;
    scrollbar-highlight-color: #5082be;
    scrollbar-3dlight-color: #5082be;
    scrollbar-darkshadow-color: #5082be;
    scrollbar-track-color: #5082be;
    scrollbar-arrow-color: #85A5ED;

}



h1{
color:#85A5ED;
}



/* ecriture pour les titres  */
h3 { 
	text-align : center;
	font-size : 125%; 
	font-family :  Verdana, Arial, Helvetica, Geneva, sans-serif;
	color : black;
}

a:link {
color:#85A5ED;
text-decoration: none;
font-weight: normal;
font-style: normal;
}



a:visited{
color:#85A5ED;
text-decoration: none;
font-weight: normal;
font-style: normal;
}

a:hover{
color:#FFFFFF;
text-decoration: none;
font-weight: bold;
font-size: 15;
font-style: normal;

}
a:active{
color:#85A5ED;
text-decoration: none;
font-weight: normal;
font-style: normal;
}