div.greenbar {
	height:230px; /* Différence avec la version avec JS */
	background: black url(../images/barre.gif) top repeat-x;
	}

li {
	list-style-type:none;
	}

div.menubar {
	position:absolute; /* Différence avec la version avec JS */
	}

div.menubar * {
	padding:0;
	margin:0;
	border:0
	}

div.menubar dl {
	background:top repeat-x;
	float:left;
	}

div.menubar dt {
	height:36px;
	line-height:34px;
	color:white;
	font-size:14px;
	font-weight:bold;
	width:150px;
	text-align:center;
	border-right:1px solid #9CBE00;
	}

div.menubar dd {
	display:block; /* Différence avec la version avec JS */
	width:150px;
	background: #A13900 url(../images/fond_smenu.gif) top repeat-x;
	}

div.menubar li {
	list-style-image:url(../images/arrow.gif);
	list-style-position:inside;
	/*
	font-weight:bold;
	*/
	cursor:pointer;
	color:white;
	font-size:0.95em;
	padding:2px;
	}

div.menubar li:hover {
	background-color:orange;
	color:#A13900;
	}

div.menubar dd div.catmenu {
	font-size:0.95em;
	text-align:center;
	height:30px;
	line-height:16px;
	background: url(../images/barreimc_small.gif) top repeat-x;
	color:white;
	}
