#menu
{
	position:absolute;
	width:80%;
	left:20%;
	color:#667b3b;
}
#menu a
{
	color:#667b3b;
	text-decoration:underline;
}
#menu a:visited
{
	color:#667b3b;
	text-decoration:underline;
}

#menu dl
{
	float:left;
	width:22%;
	list-style-type:none;
}

#menu dd
{
	margin-left:0px;
}

#menu dd ul
{
	display:none;
	padding-left:20px;
 	margin-left:0px;
}
#menu dd li
{
	float:none;
	list-style-type:circle;
	width:200px;
}

#menu dl:hover ul
{
	display:block;
	border-left:1px solid #e7970b;
	border-right:1px solid #e7970b;
	border-bottom:1px solid #e7970b;
	background-color:white;
}

#menu dl li:hover
{
	float:none;
	width:200px;
}

#Sommaire
{
	float:right;
	width:20%;
	font-size:.8em;
	padding:15px;
	background-color:white;
	border:1px solid #A7BFDE;
	margin:6px;
	margin-top:58px;
	margin-right:-10%;
}

#Sommaire *
{
	padding:0;
	margin:0;
	font-size:90%;
	cursor:pointer;
}

#Sommaire h3
{
	padding-left:6px;
	border:none;
	display:list-item;
}

#Sommaire h4
{
	padding-left:14px;
	color:rgb(84,138,202);
	border:none;
	border-left:1px dashed gray;
}

#Sommaire h3:hover, #Sommaire h4:hover
{
	text-decoration:underline;
}

