html, body {
	height: 100%;
	width: 100%;
	margin: 0;
	padding: 0;
	background-color: #EEE;
	color: green;
}

a:link {
	background-color: green;
	color: #EEE;
	padding: 1px 5px 1px 5px;
	text-decoration: none;
}

a:active {
	background-color: yellow;
	color: green;
}

a:visited {
	background-color: green;
	color: #EEE;
	padding: 1px 5px 1px 5px;
	text-decoration: none;
}

a:hover {
	background-color: #EEE;
	color: green;
	border: thin solid green;
}

div#titre {
	position: absolute;
	height: 15%;
	width: 100%;
	top: 0;
	left: 0;
	text-align: center;
	background-color: green;
	color: #EEE;
}

div#contenu {
	position: absolute;
	width: 73%;
	height: 80%;
	top: 15%;
	left: 0;
	padding: 5px;
	overflow: auto;
}

div#navigation {
	position: absolute;
	width: 25%;
	height: 80%;
	top: 15%;
	right: 0;
	padding-left: 2px;
	border-left: thin solid green;
	overflow: auto;
}

div#navigation ul {
	padding-left: 20px;
	margin-bottom: 20px;
}

div#navigation ul li {
	margin-bottom: 5px;
}

div#navigation ul li.enfant:before {
	content: "| ";
}

div#navigation ul li.enfant {
	list-style-type: none;
	padding-left: 15px;
}

div#navigation ul li a:link {
	border: thin solid green;
	color: green;
	background-color: #EEE;
	padding: 1px 5px 1px 5px;
	text-decoration: none;
}

div#navigation ul li a:active {
	border: thin solid green;
	color: green;
	background-color: yellow;
	padding: 1px 5px 1px 5px;
	text-decoration: none;
}

div#navigation ul li a:visited {
	border: thin solid green;
	color: green;
	background-color: #EEE;
	padding: 1px 5px 1px 5px;
	text-decoration: none;
}

div#navigation ul li a:hover {
	background-color: green;
	color: #EEE;
}

div#pied {
	position: absolute;
	width: 100%;
	height: 5%;
	margin: 0;
	bottom: 0;
	left: 0;
	background-color: green;
	color: #EEE;
}

div#pied p {
	position: relative;
	top: 0;
	right: 0;
	margin: 0;
	padding: 1% 13px 0 0;
	line-height: 100%;
	text-align: right;
}
