/* CSS Document */
#menu {
	position: relative;
	top: 30px;
	left: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: normal;
	font-weight: normal;
	width: 150px;
}

#menu dt {
	cursor: pointer;
	margin: 6px;
	height: 20px;
	line-height: 18px;
	border: 1px solid white;
}
#menu dt a:hover{
	background-color: #81ACCA;
	text-decoration: none;
}
#menu dd {	
	position: absolute;
	left: 102px;
	margin-top: -28px;
	margin-left: 0px;
}

#menu li{
	background-color: #81ACCA;
	margin: 0px;
	height: 18px;
	width: 100%;
	line-height: 20px;
	border: 1px solid white;
	list-style-type: none;
	/*padding-left: 15px;*/
	width : 150px;
}

#menu li a, #menu dt a, #menu dd a{
	color: #FFFFFF;
	display: block;
	border: 0;
	height: 100%;
	text-decoration: none;
}

#menu li a:hover {
	color: #FFFFFF;
	text-decoration: underline;
	
}
#sousliste li{
	background-color: #81acca;
	margin: 0px;
	/*height: 20px;*/
	width: 90%;
	line-height: 18px;
	border: 0px;
	list-style-type: none;
	/*padding-left: -8px;*/
}
.boite {
	width: 135px;
	margin: 6px;
	border-bottom: 2px solid;
	border-bottom-color: white;
	border-left: 2px inset;
	border-left-color: #000066;
	border-right: 2px inset;
	border-right-color: white;
	border-top: 2px inset;
	border-top-color: #000066;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
}
.boite th{
	background-color: #81ACCA;
}
.boite a{
	text-decoration:none;
	color:#FFFFFF;
}
.boite a:hover{
	text-decoration: underline;}