/* CSS Document */

#menu td{
	margin: 0px;
	padding: 0px;
	text-align: center;
	vertical-align: middle;
	width: 127px;
	padding-left: 10px;
	
	
	}

#menu a {
	height: 25px;
	display: block;
	margin: 0px;
	margin-left: 8px;
	margin-top: 0px;
	padding: 0px;
	font: 12px/24px Verdana, Arial, Helvetica, sans-serif;
	/* font-family: Verdana, Arial, Helvetica, sans-serif; */
	color: #fff;
	font-weight: bold;
	width: 127px;
	
	background: url(img/bouton.gif);
	background-position: left;
	background-repeat: no-repeat;
	text-decoration: none;

	}
#menu a:hover {
	background-position: center;
	}
	
#menu_selected a{
	height: 25px;
	display: block;
	margin: 0px;
	margin-left: 8px;
	margin-top: 0px;
	padding: 0px;
	font: 12px/24px Verdana, Arial, Helvetica, sans-serif;
	/* font-family: Verdana, Arial, Helvetica, sans-serif; */
	color: #EE7001;
	font-weight: bold;
	width: 127px;
	
	background: url(img/bouton.gif);
	background-position: right;
	background-repeat: no-repeat;
	text-decoration: none;

	}
 #menu_selected a:hover{
 height: 25px;
	display: block;
	margin: 0px;
	margin-left: 8px;
	margin-top: 0px;
	padding: 0px;
	font: 12px/24px Verdana, Arial, Helvetica, sans-serif;
	/* font-family: Verdana, Arial, Helvetica, sans-serif; */
	color: #EE7001;
	font-weight: bold;
	width: 127px;
	
	background: url(img/bouton.gif);
	background-position: right;
	background-repeat: no-repeat;
	text-decoration: none;

	}