/*top right bottom left*/
/*http://www.w3schools.com/CSS/CSS_reference.asp*/

/* BODY and general objects */
body {
	background-color: #C0EAFF;
	color: #000000;
	font-family: sans-serif;
	font-size: 12px;
	margin: 0px 0px 0px 0px;
}

h1 {
	margin-top: 5px;
	margin-bottom: 10px;
	font-size: 4em;
}

h2 {
	margin-top: 20px;
	margin-bottom: 20px;
	font-size: 3em;
}

h3 {
	font-size: 2em;
	margin-bottom: 0px;
}

h4 {
	margin-top: 0;
	font-size: 1em;
}

h5 {
	margin-top: 0;
	margin-bottom: 0;
	font-size: 1em;
}

a {
	color: #312F7E;
	text-decoration: underline;
}

a:hover {
	color: #3333FF;
	text-decoration: none;
}

a img {
	border: none;
}

ul {

}

il {

}

/* TOP */
#top {
	background-image:url('banniere.jpg');
/*	background-position:center center;*/
	height: 150px;
}

/* MENU */
#menucontainer {
	position: fixed;
	left: 4px;
	top: 160px;
	width: 140px;
	margin-left: 5px;
}

.menu {
	width: 140px;
	border-style: solid;
	border-width: 2px;
	border-color: #35356F;
	margin-bottom: 10px;
}

.menu-title {
	border-bottom-style: solid;
	border-bottom-width: 2px;
	border-bottom-color: #35356F;
	text-align: center;
	background-color: #8888CC;
	font-size: 1.5em;
}

.menu-content {

}

.menu-content-item {
	font-size: 1.2em;
	padding-left: 5px;
	background-color: #8888CC;
}

.menu-content-item:hover {
	background-color: #C0EAFF;
}

.menu-content-item a {
	color: #35356F;
	text-decoration: none;
}

.menu-content-item a:hover {
	color: #35356F;
	text-decoration: none;
}

/* CONTENT */
#content {
	position: absolute;
	left: 165px;
	margin-top: 10px;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 15px;
	background-color: #FFFFFF;
	width: 800px;
}

