
DIV#menu UL, LI, A {BORDER-COLOR:#FDB42A;}
DIV#menu UL {
	PADDING:0px; MARGIN:0px; 
	BORDER-Width:1px;BORDER-style:solid;BORDER-BOTTOM:0px;width: 202px;BACKGROUND-COLOR: #D0FCBF;
}
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: 14px;PADDING-right: 8px; TEXT-DECORATION: none; COLOR: #493623;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 LI.danspage {BACKGROUND: url(flecheanim.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;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:184px;
}
DIV#menu LI.deploye UL.deploye LI.sousmenu UL {LEFT: 178px;}
DIV#menu LI.deploye LI.deploye UL.deploye {Width:166px;}

DIV#menu LI.deploye {
	BORDER-LEFT: 0px;

	BACKGROUND: url(fbasse.gif) no-repeat 6px 0px;
	BACKGROUND-COLOR: #30D73C;
	
}
DIV#menu LI.deploye > A{COLOR: white;padding-left:20px;font-variant: small-caps;font-weight:bold;font-size:1.1em}

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


#comment,DIV#menu SPAN.comment { display:none; position:fixed; left:203px; top:2px; z-index:300; text-align:left; width:291px; height:66px; background-image:url(fond-comment.gif); padding:4px 4px 0 25px; opacity: 0.9; filter:alpha(opacity=90); -moz-opacity:0.9; color:#000; font-size: 0.89em; font-style: italic; background-repeat: no-repeat; text-indent: 10px; }

#comment,DIV#menu LI.deploye > A SPAN {font-size:0.8em;font-weight:normal;font-variant:normal;line-height:120%}

DIV#menu A:hover SPAN.comment{display:block;}



