/*Fond Menu sur la largeur*/
#MainMenu {
	font-size:12px;
	position: relative;
	height: 23px;
	width: 677px;
	background: #475055;
	padding-left:10px;
	margin-top:100px;
}

#tab li {
	display: inline;
	list-style-type: none;
}

/*Image fond Lien*/
#tab a {
	background: #475055;
	text-decoration: none;
	display: block;
	float: left;
}

/*Image gauche menu principal devant le texte*/
#tab a span {
	background: #475055;
	display: block;
	color: white;
	font-weight: 700;
	line-height: 23px;
	padding: 0 15px 0 15px;
}

#tab a:hover,#tab li.item_active a {
	background:#d7d9d9 ;
	color: #475055;
}

#tab a:hover span,#tab li.item_active a span {
	background:#d7d9d9;
	font-weight: 700;
	font-style: normal;
	color: #475055;
}

/*Image gauche menu deroulant devant le texte*/
.dropmenudiv {
	background: #586369;
	position: absolute;
	float: left;
	display: block;
	visibility: hidden;
	z-index: 100;
	padding: 0;
	font-size: 12px;
	margin-top: -1px;
}

.dropmenudiv li {
	display: inline;
	list-style: none;
}

.dropmenudiv a:link,.dropmenudiv a:visited {
	background: #d7d9d9;
	width: 260px;
	display: block;
	font-weight: 700;
	font-style: normal;
	text-decoration: none;
	color: #475055;
}

.dropmenudiv a span {
	background: #d7d9d9;
	display: block;
	line-height: 23px;
	padding: 0 15px;
}

.dropmenudiv a:hover {
	background:#475055;
	font-weight: 700;
	font-style: normal;
	text-decoration: none;
	color: #ffffff;
}

.dropmenudiv a:hover span {
	font-weight: 700;
	color: #ffffff;
	background:#475055;
}