.menu_societe {
	background: transparent url('../images/feuille_societe.png') no-repeat 10px center;
}

* html .menu_societe {
	background: none;
}

.menu_conseil {
	background: transparent url('../images/feuille_conseil.png') no-repeat 10px center;
}

* html .menu_conseil {
	background: none;
}

.menu_references {
	background: transparent url('../images/feuille_references.png') no-repeat 10px center;
}

* html .menu_references {
	background: none;
}

.menu_actualites {
	background: transparent url('../images/feuille_actualites.png') no-repeat 10px center;
}

* html .menu_actualites {
	background: none;
}

.menu_contact {
	background: transparent url('../images/feuille_contact.png') no-repeat 10px center;
}

* html .menu_contact {
	background: none;
}

dl, dt, dd, ul, li {
	margin: 0;
	padding: 0;
	list-style-type: none;
	list-style-position: 0px;
}

#menu {
	position: absolute;
	left: 225px;
	top: 91px;
	width: 77%;
	height: 20px;
}

#menu dl {
	position: relative;
	font-family: Verdana, Arial, Helvetica, Sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: none;
	float:left;
	width:19%;
}

#menu dl.separation {
	width: 0em;
	text-align: center;
}

#menu dt {
	text-align: left;
	line-height: 20px;
}

#menu dd {
	position: absolute;
	display: none;
	width:100%;
	padding-top: 4px;
}

#menu li {
	text-align: left;
	line-height: 20px;
	padding-bottom: 4px;
}

#menu dt a {
	display: block;
	color: #FFFFFF;
	text-decoration: none;
	padding-left: 30px;
	border: 0 none;
}

#menu dt a.actif {
	background: transparent url('../images/menu_on.png') repeat top left;
	font-weight: bold;
}

* html #menu dt a.actif {
	background: none;
}

#menu li a {
	background: transparent url('../images/menu_off.png') repeat top left;
	color: #FFFFFF;
	text-decoration: none;
	display: block;
	border: 0 none;
	padding-left: 30px;
	cursor: pointer;
}

* html #menu li a {
	background: none;
}

#menu dt a:hover {
	background: transparent url('../images/menu_on.png') repeat top left;
	font-weight: bold;
}

#menu li a:hover {
	background: transparent url('../images/menu_on.png') repeat top left;
	font-weight: bold;
}

* html #menu li a:hover {
	color: #000000;
}
