
div#menu-horizontal {
	width: 100%;
	margin-top: 10px;
	margin-bottom: 10px;
	border-top: 1px;
	border-left: 0px;
	border-right: 0px;	
	border-bottom: 1px;	
	border-style: outset;
	border-color: white;
	font-family: "Comic Sans MS", Arial, "Trebuchet MS", Georgia, Verdana, serif;
	font-style: normal;
	font-weight: normal;
	font-size: 100%;	
	color: rgb(100,100,100);	
}

div#menu-horizontal div#haut {
	float: left;
	border: 0;
	padding: 2px;	
	color: rgb(100,50,50);	
}

div#menu-horizontal div#haut a, div#menu-horizontal div#haut a:visited {
	font-size: 60%;
	text-decoration: none;		
	color: rgb(100,50,50);
}

div#menu-horizontal div#haut a:hover {
	color: rgb(0,0,0);
	background-color: rgb(250,150,0);
}

div#menu-horizontal div#items {
	border: 0;
	border-style: outset;
	border-color: white;
	color: rgb(100,50,50);
}

div#menu-horizontal div#items ul {
	margin: 0;
	padding: 0;
	text-align: center;	
}

div#menu-horizontal div#items li {
	display: inline;
}

div#menu-horizontal div#items a, div#menu-horizontal div#items a:visited {
	font-size: 85%;
	text-decoration: none;		
	color: rgb(100,50,50);
	padding-left: 5px;
	padding-right: 5px;
}

div#menu-horizontal div#items a:hover {
	font-style: italic;
	color: rgb(0,0,0);	
	background-color: rgb(250,150,0);
}
	
div#menu-horizontal div#items a:active {
	background-color: rgb(0,250,0);
}