@charset "utf-8";
body {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 0.8em;
margin: 0;
padding: 0;
}
#header {
height: 100px;
}
#conteneur {
	position: relative;
	width: 800px;
	margin: 0 auto;
}
.TitreGrasW {
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
}
.TitreGrasB {
	font-size: 12px;
	color: #000000;
	font-weight: bold;
}
.texteB {
	font-size: 12px;
	color: #000000;
	font-weight: normal;
}

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

#menuAdmin ul {
list-style: none;
margin: 0;
padding: 0;
width: 9em;
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-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #0033FF;
	border-right-color: #003399;
	border-bottom-color: #000066;
	border-left-color: #003399;
}

#menuAdmin h2 {
	color: #fff;
	text-transform: uppercase;
	background-color: #000066;
}

#menuAdmin a {
color: #000;
background: #efefef;
text-decoration: none;
}

#menuAdmin a:hover {
	color: #CCCCCC;
	background-color: #3333CC;
}

#menuAdmin li {position: relative;}

#menuAdmin ul ul {
position: absolute;
z-index: 500;
}

#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;
}
<![endif]>