::-webkit-scrollbar {
    width: 8px;
}

::-webkit-scrollbar-track {
   background: #375e00;
}

::-webkit-scrollbar-thumb {
    background:  rgb(0,136,255);  
}
::-webkit-scrollbar-thumb:window-inactive {
	background:  rgb(0,136,255); 
}

::selection {
  background: rgba(55, 95, 0, 0.99); /* WebKit/Blink Browsers */
  color: rgb(240,245,245);
}
::-moz-selection {
  background: rgba(55, 95, 0, 0.99); /* Gecko Browsers */
  color: rgb(240,245,245);
}

body,
#masquemenu,
#menu .submenu,
#simplemenu,
#menu{
	background-color: #f5f0f5;
}

#footer{
  color: #375e00;
  border-color: #375e00;
}

#footer a{
  color: #375e00;
}
