/***** menu CSS *****/

.MenuHaut {
	width:764px;
	position:relative;
	overflow:visible;
	z-index:100;
}
.MenuHaut a {
	display:block;
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight: bold;
	color: #000;
	text-decoration: none;

	background-image: url(../images/puce4-a.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding:0 0 0 15px;
}
.MenuHaut a:hover {
	color: #D82A11;
	text-decoration: none;
}

#SousMenu {
	text-align:center;
	height:17px;
	overflow:hidden;
	margin:0 auto 20px auto;
	padding-left:20px;
}
#SousMenu img {
	float:left;
}
#SousMenu a {
	font-family: Arial, Helvetica, sans-serif;
	float:left;
	display:block;
	line-height:18px;
	background:#AEAFB2;
	padding:0 10px 0 15px;
	background-image: url(../images/menu-select-a.gif);
	background-repeat: no-repeat;
	background-position: left center;
	color:#fff;
	font-size:10px;
	text-decoration:none;
	text-transform: uppercase;
}

#SousMenu a:hover {
	color:#D82A11;
}

#MenuBas {
	text-align:center;
	background:#AEAFB2;
	padding:2px 0 2px 0;
	color:#fff;
	height:18px;
}

#MenuBas a {
	font-family: Arial, Helvetica, sans-serif;
	float:left;
	display:block;
	line-height:18px;
	background:#AEAFB2;
	padding:0 10px 0 15px;
	background-image: url(../images/menu-select-a.gif);
	background-repeat: no-repeat;
	background-position: left center;
	color:#fff;
	font-size:10px;
	text-decoration:none;
	text-transform: uppercase;
}

#MenuBas a:hover {
	color:#D82A11;
}
