/* --- classes par défaut --- */
html {
  scrollbar-face-color: #382F8A; 
  scrollbar-shadow-color: #000000;
  scrollbar-highlight-color: #FFFFFF;
  scrollbar-3dlight-color: #000000; 
  scrollbar-darkshadow-color: #000000; 
  scrollbar-track-color: #B7DBFF;
  scrollbar-arrow-color: #38275A;
}


select{font-size: 9px;background-color: #B7DBFF;color: #000066}
td {  font-family: Arial, Helvetica, sans-serif; font-size: 10px; color: #000066}
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000066;
	background-color: #38275A;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
a {  font-family: Arial, Helvetica, sans-serif; font-size: 12px}

.texte { font-family: Arial, Helvetica, sans-serif; font-size: 12px; color: #000066; font-style: normal; text-decoration: none} 
.texte a:hover {text-decoration: underline;}

.p-texte-blanc { font-family: Arial, Helvetica, sans-serif; font-size: 10px; color: #FFFFFF; font-style: normal; text-decoration: none} 
.p-texte-blanc a:hover {text-decoration: underline;}

.texte-blanc { font-family: Arial, Helvetica, sans-serif; font-size: 12px; color: #FFFFFF; font-style: normal; text-decoration: none }
.texte-blanc a:hover {text-decoration: underline;}

.enhance { font-family: Arial, Helvetica, sans-serif; font-size: 12px; color: #0066FF; font-style: normal; text-decoration: none} 
.enhance a:hover {text-decoration: underline;}

.titre { font-family: Arial, Helvetica, sans-serif; font-size: 24px; color: #000066; font-style: normal; text-decoration: none ; font-weight: bold}
.p-titre { font-family: Arial, Helvetica, sans-serif; font-size: 16px; color: #000066; font-style: normal; text-decoration: none ; font-weight: bold }
.p-titre a:hover {text-decoration: underline;}

.g-enhance {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #0066FF;
	font-style: normal;
	text-decoration: none;
	font-weight: bold;
}
.g-enhance a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #0066FF;
	font-style: normal;
	text-decoration: underline;
	font-weight: bold;
}

.texte-noir { font-family: Arial, Helvetica, sans-serif; font-size: 14px; color: #000000; font-style: normal; text-decoration: none} 
.texte-noir a:hover {text-decoration: underline;}

#footer {
  width: 100%;
  padding: 5px 0;
  border-top: 1px solid #382F8A;
  background: #B7DBFF;
  color: #382F8A;
  font-size: 7pt;
}

#footer a {
  text-decoration: none;
  font-size: 7pt;
  color: #382F8A;
}

#footer a:hover {
  text-decoration: none;
  font-size: 7pt;
  font-weight: normal;
}

#footer strong a {
  text-decoration: underline;
}

#footer strong a:hover {
  text-decoration: underline;
  font-weight: bold;
}

#footer h2 {
  margin: 5px 0;
  font-size: 10pt;
  font-weight: bold;
}

#footer h2 a, #footer h2 a:hover {
  font-size: 10pt;
  font-weight: bold;
}

#footer p {
  margin: 0;
  text-align: center;
}

#footer ul {
  width: 700px;
  height: 15px;
  margin: 8px auto;
  padding: 0;
  list-style-type: none;
}

#footer ul li {
  float: left;
  width: 120px;
  margin: 0 10px;
  background: #382F8A;
}

#footer ul li a {
  display: block;
  width: 100%;
  color: #fff;
}