#tab {
	width:100%;
	margin: 0;
	top: 0;
	text-align:center;
}

#tab ul {
	margin: 0;
	padding: 0;
	list-style: none;
	float: left;
}

#tab li {
	display: inline;
	float: left;
	margin: 0 0 0 0 ;
	padding: 0;
}

#tab a {
	background: #000000 url("images/menu-droite.png") no-repeat right top;
	margin: 0;
	padding: 0;
	text-decoration: none;
	border: 0;
	display: block;
	float: left;
	font-weight:normal;
}

#tab a span {
	display: block;
	background: url("images/menu-gauche.png") no-repeat left top;
	padding: 0 13px 0 13px;
	font-family: Arial, Verdana, Tahoma, sans-serif;
	font-size: 12px;
	color: #dedede;
	font-weight: bold;
	line-height: 35px;
}

#tab a:hover,#tab li.item_active a {
	background-position: right bottom;
	color: #FCFCFC;
	border-color: #000000;
}

#tab a:hover span,#tab li.item_active a span {
	background-position: left bottom;
	color: #ffffff;
	font-weight: bold;
	font-style: normal;
	text-decoration: none;
}

.dropmenudiv {
	position: absolute;
	top: 0;
	float: left;
	display: block;
	visibility: hidden;
	border: 0;
	background: #000000 url("images/menu-centre.png");
	color: #ffebeb;
	z-index: 100;
	text-decoration: none;
	padding: 0;
}

.dropmenudiv ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.dropmenudiv li {
	display: inline;
	margin: 0;
	padding: 0;
}

.dropmenudiv a:link, .dropmenudiv a:visited {
	width: 180px;
	margin: 0 5px 0 5px ;
	padding: 0;
	display: block;
	border: 0;
	color: #dedede;
	background: url("images/menu-gauche.png") no-repeat left top;
	font-weight: bold;
	font-style: normal;
	text-decoration: none;
}

.dropmenudiv a span {
	float: left;
	display: block;
	line-height: 35px;
	background: url("images/menu-droite.png") no-repeat right top;
	padding: 0 16px 0 16px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #dedede;
}

.dropmenudiv a span {
	float: none;
}

.dropmenudiv a:hover {
	border: 0;
	background-position: left bottom;
	font-weight: bold;
	font-style: normal;
	text-decoration: none;
}

.dropmenudiv a:hover span {
	background-position: right bottom;
	font-weight: bold;
}
