body {
    /*background-color: rgb(51,64,55);*/
    background-color: rgb(7,42,78);
}

div#main {
    border: 1px solid black;	
}

div#header {
    background: url(../images/harmoniedelachine.jpg);
}

div#container {
    /* MENU background: url(../images/menubar.gif); */
    background-color: rgb(180,211,255);  /* makes the part below the menu same color as menu */ 
}

div#content {
	/* MENU border-left: 1px solid rgb(100, 180, 235); */
	/* MENU border-bottom: 1px solid rgb(100, 180, 235); */
   /* border-left: rgb(180,211,255); */
   /* border-bottom: rgb(180,211,255); */
   border-right: 8px solid rgb(180,211,255);
   background-color: white;  /* background color of main section */
}

.outlined {
	padding-top: 5px;
	padding-left: 5px;
	padding-right: 5px;
	padding-bottom: 3px;
	background-color: white;
	border: 1px solid red; /* rgb(205, 205, 255); */
}

img {
   border: none;
}

div#center {
    background-color: white; 
}

div#left {
    background-color: red;
    /* MENU background-color: rgb(142,211,255); */
}

div#footer {
	background-color: rgb(180,211,255);
	text-align: center;
    /* MENU background-color: rgb(142,211,255); */
}

div.button {
    background-color: rgb(180,211,255);
    /* MENU background-color: rgb(142,211,255); */
}

div#left a {
    color: rgb(60,60,60);
    text-decoration: none;
}

div#left a.unselected {
	 /* unselected menu item */
    background-color: rgb(180,211,255);
}

div#left a:hover {
    /* menu item when hovering */
    background-color: rgb(220,236,255);
}

div#left a.selected {
	 /* selected menu item */
    background-color: white;
} 
