DIV#menu UL, LI, A {BORDER-COLOR:#704000;}DIV#menu UL {	PADDING:0px; MARGIN:0px; 	BORDER-Width:1px;BORDER-style:solid;BORDER-BOTTOM:0px;width: 202px;BACKGROUND-COLOR: #fcf9dd;}DIV#menu LI {	BORDER-LEFT-Width:6px;BORDER-LEFT-style:solid;BORDER-BOTTOM-Width:1px;BORDER-BOTTOM-style:solid;margin: 0px;padding: 0px;	LIST-STYLE-TYPE: none; POSITION: relative;	}DIV#menu LI A {	PADDING: 0px; DISPLAY: block; PADDING-LEFT: 18px;PADDING-right: 8px; TEXT-DECORATION: none; COLOR: brown;width:170px;padding-bottom:3px;padding-top:1px;	font-family: arial,tahoma,verdana,sans-serif;font-size: 90%;line-height:120%} /* DISPLAY: block; et la largeur sont indispensables pour que le menu soit cliquable sur toute sa surface */DIV#menu LI.deploye LI A {width:148px;}DIV#menu LI.deploye LI.deploye LI A {width:126px;}/* Il faut ré-ajuster les largeurs pour le menu déployé */DIV#menu LI.sousmenu {BACKGROUND: url(fleche.gif) no-repeat 99% 50%}DIV#menu UL UL {DISPLAY: none; LEFT: 196px; POSITION: absolute; TOP: -1px;}DIV#menu UL.niveau1 LI.sousmenu:hover UL.niveau2, DIV#menu UL.niveau2 LI.sousmenu:hover UL.niveau3 {DISPLAY: block;BACKGROUND: url(fondrubpale.jpg);WIDTH: 202px;}/* Le fond est indispensable pour IE 7 *//* la largeur est indispensable pour Mozilla 1.7 */DIV#menu A:hover {COLOR: #000;}DIV#menu LI:hover{BACKGROUND-COLOR: #fff;BORDER-LEFT-COLOR: red;}DIV#menu LI.deploye UL.deploye {	DISPLAY:block;POSITION:relative;	Left:18px;border-left:none;border-right:none;	Width:180px;}DIV#menu LI.deploye UL.deploye LI.sousmenu UL {LEFT: 174px;}DIV#menu LI.deploye LI.deploye UL.deploye {Width:158px;}DIV#menu LI.deploye {	BORDER-LEFT: 0px;padding-left:4px;	BACKGROUND: url(fbasse.gif) no-repeat 6px 0px;}DIV#menu LI.deploye > A{COLOR: #C00000;}DIV#menu LI.spage {	BACKGROUND: url(fdroite.gif) no-repeat 6px 50%;	BACKGROUND-COLOR: #fed87c;	COLOR: #000;}#comment,DIV#menu SPAN.comment {	display:none;	position:fixed;	left:203px;	top:2px;	z-index:300;	text-align:left;	width:291px;	height:87px;	background-image:url(fond-comment.gif);	padding:7px;	padding-left:25px;	padding-top:4px;	padding-bottom:0px;	opacity: 0.9;    	filter:alpha(opacity=90);    	-moz-opacity:0.9;}DIV#menu A:hover SPAN.comment{display:block;}