
DIV#menu UL, LI, A {BORDER-COLOR:#90c0e0;}
DIV#menu UL {
	PADDING:0px; MARGIN:0px; 
	BORDER-Width:1px;BORDER-style:solid;BORDER-BOTTOM:0px;width: 202px;BACKGROUND-COLOR: #E7F0FF;
}
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: #459;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: #777;}

DIV#menu LI.spage {
	BACKGROUND: url(fdroite.gif) no-repeat 6px 50%;
	BACKGROUND-COLOR: #FFFFD0;
	COLOR: #000;
}

#comment,DIV#menu SPAN.comment {display:none;position:fixed;top:700px;left:5px;text-align:center;width:192px;font-weight:bold;BACKGROUND: url(fondrubpale.jpg) 50% 50%}
DIV#menu A:hover SPAN.comment{display:block;}



