body {
	background-color: #E8FFFF;
}
h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #000;
	font-size: small;
	font-weight: normal;
	text-transform: uppercase;
	background-color: #FF6;
}
#Menu{
float: left;
}
#nav {
	width: 140px ;
	list-style: none ;
	margin: 0 ;
	padding: 0 ;
	border: 1px solid #600;
	
}
#nav li {
	background: #FF6;
	color: #000000;
	text-align: center;
	font-weight: bold;	/*border-left: 1 px solid #600;*/

}
#nav li a {
	display: block ;
	background: #FFC ;
	color: #800 ;
	font: 1em "Trebuchet MS",Arial,sans-serif ;
	line-height: 1em ;
	padding: 4px 0 ;
	text-align: center ;
	text-decoration: none ;
}
#nav li a:hover, #nav li a:focus, #nav li a:active {
	background: #EEA ;
}
#Haut {
	margin-bottom:10px;
	margin-left:150px;
	float:top;
}
#Page {
	float: left;
	width:50%;
	margin-left:10px;
	background-color: #FFFFD0;
	border-width:thin;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
}
#Page a:link, #Page a:visited{
	text-decoration: none;
	font-family: Georgia, "Times New Roman", Times, serif;
	margin-left:5px;
	color: #880000;
}
#Page a:hover, #Page a:active {
	background-color : #EEA;
	margin-left:5px;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #880000;
}
#Page #blook {
	margin: 10px 30px 0 30px;
	padding: 20px;
	background-color : #FFFFEE;
	text-align: left;
	border: 1px solid #828282;
}