/* CSS Document */

/********Modification de la scroll bar**********************************/
::-webkit-scrollbar {
      width: 10px;

}

::-webkit-scrollbar-track {
      background-color:#000
	  border-radius: 10px;
} /* the new scrollbar will have a flat appearance with the set background color */
 
 ::-webkit-scrollbar-track-piece
 {
	 background-color: rgba(72, 72, 72, 0.23);
	 border-radius: 10px;
 }
 
::-webkit-scrollbar-thumb {
      background-color: rgba(70, 68, 70, 0.39); 
	  border-radius: 10px;
} /* this will style the thumb, ignoring the track */
 
::-webkit-scrollbar-corner {
      background-color: #6D6A6A;
} /* 