/* --- classes par défaut --- */
html {
scrollbar-face-color: #800D80; 
scrollbar-shadow-color: #000;
scrollbar-highlight-color: #FFF;
scrollbar-3dlight-color: #000; 
scrollbar-darkshadow-color: #000; 
scrollbar-track-color: # FFD2FC;
scrollbar-arrow-color: #530B4E;

}
select{font-size: 9px;background-color: #FFD2FC;color: #800056;}
td {  font-family: Arial, Helvetica, sans-serif; font-size: 10px; color: #800056;}
body {  
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 12px; 
	color: #800056;
	background-color: #530B4E;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
a {font-size: 12px}

.texte {font-size: 12px; color: #800056; font-style: normal; text-decoration: none} 
.texte a:hover {text-decoration: underline;}

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

.enhance {font-size: 12px; color: #0066FF; font-style: normal; text-decoration: none} 
.enhance a:hover {text-decoration: underline;}

.titre {font-size: 24px; color: #800056; font-style: normal; text-decoration: none ; font-weight: bold}
.p-titre {font-size: 16px; color: #800056; font-style: normal; text-decoration: none ; font-weight: bold }

.texte-blanc {font-size: 12px; color: #FFFFFF; font-style: normal; text-decoration: none }
.texte-blanc a:hover {text-decoration: underline;}

#footer {
  width: 100%;
  padding: 5px 0;
  border-top: 1px solid #E5E5E5;
  background: #800D80;
  color: #fff;
  font-size: 7pt;
}

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

#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: #530B4E;
}

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