/* General page style */
body {
 	scrollbar-face-color: #FFFFB4; 
	scrollbar-shadow-color: #FFFFB4;
	scrollbar-highlight-color: #FFFFB4;
	scrollbar-3dlight-color: #A0522D;
	scrollbar-darkshadow-color: #A0522D;
	scrollbar-track-color: #A0522D;
	scrollbar-arrow-color: #A0522D;
 		
	background-attachment: fixed;	
	background-image: url(objectif.gif);
	margin-top:5px;
	margin-left:5px;
	font-family: Arial, serif;
	color: #000000;        /* pour la couleur du texte */
}

/* style des liens */
a{
	color: #0000FF;
	text-decoration: underline;
	font-weight: bold;     
	font-family: Arial, serif;
}

/* lien non visité */
A:link 
{
	color: #0000FF;
	text-decoration: underline;
	font-weight: bold;     
	font-family: Arial, serif;
}

/* lien visité */
A:visited
{
	/* color: #8888DD; */
	color: #0000FF;
	text-decoration: underline;
	font-weight: bold;     
	font-family: Arial, serif;
}

/* lorsque la souris est sur le lien : */
a:hover{
	color: #6D0166;
	text-decoration: underline;
	font-weight: bold;     
	font-family: Arial, serif;
}

