/* CSS Document */

body{
/*dessus de la barre*/
  SCROLLBAR-FACE-COLOR: #000000; 
/*bande sous lascensceur*/
  SCROLLBAR-TRACK-COLOR: #FFFFFF;
/*reflet dessus*/
  SCROLLBAR-HIGHLIGHT-COLOR: #eaeaea; 
/*ombre dessus*/
  SCROLLBAR-SHADOW-COLOR: #eaeaea;
/*couleur des fleches*/  
  SCROLLBAR-ARROW-COLOR: #84c541; 
/*ombre clair de dessous*/
  SCROLLBAR-3DLIGHT-COLOR: #eaeaea;
/*ombre foncé de dessous*/
  SCROLLBAR-DARKSHADOW-COLOR: #6e3795;
  font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	color: #000000;
	background-color: #FFFFFF;
}


a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #69007D;
	text-decoration: underline;
}
a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #69007D;
	text-decoration: underline;
}
a:hover {
	font-family: Arial, Helvetica, sans-serif;
	color: #84C541;
	text-decoration: none;
}

.normal {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	text-decoration: none;
}
.gras {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}
.ita {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: italic;
	color: #000000;
	text-decoration: none;
}

.titre {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	font-weight: bold;
	text-decoration: underline;
}

.surlig {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #E09403;
	text-decoration: none;
}
.button {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	text-decoration: none;
	border: 1px solid #6A0079;
	background-color: #FFFFFF;
	width: 250px;
}
.button1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #0D557A;
	text-decoration: none;
	border: 1px solid #136793;
	background-color: #D9F8FF;
	list-style-type: circle;
	width: 300px;
}
