body {
	background-color: #484545;
	margin: 1px;
}

h1 {
	color: #01b5b5;
	font-size: 28px;
	font-weight: bold;
	margin-top: 20px;
}

h2 {
	color: #24C4C4;
	font-size: 24px;
	margin-top: 30px;
}

h3 {
	font-size: 16px;
	border-bottom: 2px dotted black;
	border-left: 1px dotted black;
	border-radius: 0 0 0 5px;
	margin-top: 30px;
	padding : 2px;
	width: 600px;
}

h4 {
	font-size: 14px;
	margin-bottom: 2px;
}

header ul {
}

header ul li {
	display: inline;
	padding-left: 10px;
}

header ul li#right {
	float: right;
}


section#submenuRight {
	background-color: #cacaFa;
	border: 1px solid #212155;
	border-radius: 6px;
	float: left;
	font-size: 13px;
	margin-bottom: 20px;
	margin-top: 80px;
	padding: 6px 2px;
	width: 240px;
}
section#submenuRight ul {
	list-style-type: none;
	margin: 0;
	padding-left: 6px;
}
section#submenuRight a {
	color: #434398;
	text-decoration: none;
}
section#submenuRight a:hover {
	color: #7373ca;
}

section#submenuLeft {
	background-color: #dadaba;
	border: 1px solid #212155;
	border-radius: 6px;
	margin-top: 340px;
	font-size: 13px;
	margin-bottom: 20px;
	margin-top: 230px;
	padding: 6px 2px;
	position: absolute;
	width: 240px;
}
section#submenuLeft ul {
	list-style-type: none;
	margin: 0;
	padding-left: 6px;
}
section#submenuLeft a {
	color: #434398;
	text-decoration: none;
}
section#submenuLeft a:hover {
	color: #7373ca;
}

ul#menu {
	list-style-type: none;
}
ul#menu li {
    display: inline;
}
ul#menu a {
	background-color : #b1c9d9;
	border-bottom: 1px solid #121212;
	border-radius: 8px;
	color: #12141C;
	padding: 3px 8px;	
	text-decoration: none;
}
ul#menu a:hover {
	border-bottom: 1px solid #224468;
	color: #224477;
}

#code {
	background-color : #a2a1a8;
	border-left: 2px solid #494949;
	border-radius: 2px;
	font-family: Console, sans-serif; /*Symbol, monospace; /*sans-serif;*/
	padding : 5px;
}

#content {
	background-color: #F8F2C9;
	border-radius: 5px;
	margin-left: auto;
	margin-right: auto;
	padding-bottom: 20px;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 5px;
	width: 1060px;
}

#content_code {
	margin-left: 270px;
}

#prog_montjoire a {
    color: #5555BB;
    text-decoration: none;
}
#prog_montjoire a:hover {
    color: #AABBCC;
}

#terminal {
	background-color: #878787;
	border-left: 2px solid #494949;
	font-family: Symbol, monospace;
	padding: 5px;
}

#warning {
    color:#ee2525;
    font-style:bold;
    font-size:12px;
}
