@charset "utf-8";
/* CSS Document */

body {
	background-attachment: fixed;
	background-image: url("fd2.jpg");
	background-repeat: repeat;
	background-color: #FFCC9A;
	background-position: center;
	text-align:center;
	font-size: 105%;
	font-family: Arial, Helvetica, sans-serif;
}



table {
	font-family: Arial, Helvetica, sans-serif;
	color:#000000;
	font-size:100%;
	text-align:center;
	
	margin:auto;
}


a:link {
font-family:verdana,sans-serif;
font-size:11pt;
color:#b27be4;
text-decoration:underline;
}

a:visited {
font-family:verdana,sans-serif;
font-size:12pt;
color:#40c8ad;
text-decoration:underline;
}

a:hover {
font-family:verdana, sans-serif;
font-size:14pt;
color:#EFA1A2;
text-decoration:underline;
}

a:active, a:focus {
font-family:verdana, sans-serif;
font-size:12pt;
color:#d9ef83;
text-decoration:underline;
}

body::-webkit-scrollbar {
  width:19px; /* width of the entire scrollbar */
}

body::-webkit-scrollbar-track {
background:#9A3466;        /* couleur de la zone de suivi piste*/
}

body::-webkit-scrollbar-button:single-button {
  background-color:#e72745;
  display: block;
  border-style:solid;
  height:16px;
  width:17px;
}


body::-webkit-scrollbar-thumb {
  background-color:#FFCC9A; /* color of the scroll thumb */
  border-radius:6px; /* roundness of the scroll thumb */
  border:4px solid black; /* creates padding around scroll thumb */
  
}

