﻿
.contour {
BORDER-RIGHT:#808080 1px solid; BORDER-TOP:#808080 1px solid; BORDER-LEFT:#808080 1px solid; BORDER-BOTTOM:#808080 1px solid
}

body {
background-image: url("../Images/motif.gif");
}

body::-webkit-scrollbar-track {
  background: #CED2BB;        /* color of the tracking area */
}

body::-webkit-scrollbar {
  width: 14px;               /* width of the entire scrollbar */
}

body::-webkit-scrollbar-thumb {
	background-color: #CED2BB;    /* color of the scroll thumb */
	border-radius: 20px;       /* roundness of the scroll thumb */
	
	border: 3px solid #7b7e6f;  /* creates padding around scroll thumb */
}

