/* This is an example of how to change the appearance of the panel tab as the
 * mouse hovers over it. The class "CollapsiblePanelTabHover" is programatically added
 * and removed from panel tab containers as the mouse enters and exits the tab container.
 */
.CollapsiblePanelTabHover,  .CollapsiblePanelOpen .CollapsiblePanelTabHover {
	background-color: #424242;
}
/* This is an example of how to change the appearance of the panel tab as the
 * mouse hovers over it. The class "CollapsiblePanelTabHover" is programatically added
 * and removed from panel tab containers as the mouse enters and exits the tab container.
 */
.CollapsiblePanelTabHover,  .CollapsiblePanelOpen .CollapsiblePanelTabHover {
	background-color: #424242;
}
/* This is an example of how to change the appearance of the panel tab as the
 * mouse hovers over it. The class "CollapsiblePanelTabHover" is programatically added
 * and removed from panel tab containers as the mouse enters and exits the tab container.
 */
.CollapsiblePanelTabHover,  .CollapsiblePanelOpen .CollapsiblePanelTabHover {
	background-color: #424242;
}
a:hover {
	text-decoration: none;
	color: #FF9900;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px
}
a {
	text-decoration: none;
	color: #DEC48B;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px
}
.lien_actif { text-decoration: none; color: #FF9900; font-weight: bold; font-family: Arial, Helvetica, sans-serif; font-size: 12px}
.courant { font-family: Arial, Helvetica, sans-serif; font-size: 12px; color: #660099}
.courant_gras { font-family: Arial, Helvetica, sans-serif; font-size: 12px; color: #660099; font-weight: bold}

BODY { 
scrollbar-arrow-color:#660099;
scrollbar-base-color:#FFCC00;
scrollbar-face-color:#FF9900;
}

.lien {  font-family: Arial, Helvetica, sans-serif; font-size: 12px; font-style: normal; font-weight: normal; font-variant: normal; color: #660099; text-decoration: underline}
.titre { font-family: Arial, Helvetica, sans-serif; font-size: 14px; color: #660099 ; font-weight: bold}
.lien_blanc {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal
}
.courant_grand { font-family: Arial, Helvetica, sans-serif; font-size: 20px; color: #660099 }
.orange_grand { font-family: Arial, Helvetica, sans-serif; font-size: 14px; color: #FF9900}
.courant_moyen {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #660099;
}
.lien_jauneorange { font-family: Arial, Helvetica, sans-serif; font-size: 12px; font-style: normal; font-weight: normal; font-variant: normal; color: #FFCC00}

