/* document CSS général */

dl, dt, dd, ul, li {
	margin: 0;
	padding: 0;
	list-style-type: none;
	width: 180px;
}
#menu {
	position: absolute; /* placement du menu */
	top: 280px;
	left: 15px;
	z-index: 3;
	padding: 10px;
	font-size: 12px;
	color: #660033;
	list-style-position: outside;
}
#menu dd {
	border: 1px;
	height: 90%;
}
#menu dt {
	cursor: pointer;
	margin: 1px 0;
	height: 20px;
	line-height: 20px;
	text-align: left;
	font-weight: bold;
}
#menu li {
	text-align: left;
	color: #CCCCCC;
	line-height: 20px;
	margin-top: 1px;
	margin-bottom: 1px;
	margin-left: 10px;
}
#menu dt a {
	text-decoration: none;
	display: block;
	height: 90%;
	font-weight: bold;
	font-style: italic;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	width: 163px;
	background-image: url(../images/fond412b.png);
	color: #660033;
	padding-left: 15px;
}

#menu li a {
	text-decoration: none;
	display: block;
	height: 90%;
	font-weight: normal;
	font-style: italic;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	width: 163px;
	background-image: url(../images/fond412b.png);
	color: #660033;
	padding-left: 15px;
}
#menu dt a:hover {
	color: #000000;
	font-size: 12px;
	text-decoration: none;
	font-weight: bold;
	font-style: italic;
	background-image: url(../images/fond411.png);
	height: 90%;
	width: 163px;
	padding-left: 15px;
}

#menu li a:hover {
	color: #000000;
	font-size: 12px;
	text-decoration: none;
	font-weight: normal;
	font-style: italic;
	background-image: url(../images/fond411.png);
	height: 90%;
	width: 163px;
	padding-left: 15px;
}
