@charset "utf-8";
/* CSS Document */

#menuAdmin {
	width: 100%;
	float: left;
	/*background-image: url(images/background.gif);*/
}

#menuAdmin ul {
list-style: none;
margin: 0;
padding: 0;
width:auto;/**/ /*5em;/**/ /*width: 9em;*/
margin-right: 16px; /*20px;/* rajouter */
float: left;
}

#menuAdmin a, #menuAdmin h2 {
	display: block;
	margin: 0;
	padding: 2px 3px;
	font-family: arial, helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	font-weight: bold;
	border: none; /*border: 1px solid #0033FF;*/
}

#menuAdmin h2 a{ /* rajouter */
	display: block;
	margin: 0;
	padding: 12px 3px 0px 0px;/*2px 3px*/
	font-family: arial, helvetica, sans-serif;
	font-size: 14px;
	line-height: 16px;
	font-weight: bold;
	border: none; /*border: 1px solid #0033FF;*/
}

#menuAdmin h2 {
	color: #900000; /*color: #fff;*/
	/*text-transform: uppercase;*/
	background-color:#FFFFFF; /*background-color: #000066;*/ 
}

#menuAdmin a {
color: #900000; /*color: #000;*/
background-color:#FFFFFF; /*background: #efefef;*/
text-decoration: none;
}

#menuAdmin a:hover {
	/*color: #CCCCCC;*/
	/*background-color: #3333CC;*/
	text-decoration:underline; /**/
}

#menuAdmin li {position: relative;}

#menuAdmin ul ul {
position: absolute;
z-index: 500;
width:100%; /* rajouter */
}

#menuAdmin ul ul ul {
position: absolute;
top: 0;
left: 100%;
}

div#menuAdmin ul ul,
div#menuAdmin ul li:hover ul ul,
div#menuAdmin ul ul li:hover ul ul
{display: none;}

div#menuAdmin ul li:hover ul,
div#menuAdmin ul ul li:hover ul,
div#menuAdmin ul ul ul li:hover ul
{display: block;}


<![if IE]>
#menuAdmin ul li {float: left; width: 100%;}
<![endif]>
<![if lt IE 7]>
body {
behavior: url(csshover.htc);
font-size: 100%;
}
#menuAdmin ul li a {height: 1%;} 
#menuAdmin a, #menuAdmin h2 {
	font-family: arial, helvetica, sans-serif;
	font-size: 0.7em;
	line-height: 1.4em;
	font-weight: bold;
}
#menuAdmin h2 a:hover{ /* rajouter */
	background-image:url(../images/puce.jpg);
	background-position:top;
	background-repeat:no-repeat;
	text-decoration:none;
}
<![endif]>
