.tableauMenu{
	background-color: #FFFFFF;
	border: #000000;
}

.menuBouton{
	padding:0;
	margin:0;
	border-bottom:none;
}
.menuBouton ul {
	padding:0;
	margin:0;
	background-color: #FFFFFF;
	border-top:1px solid #000000;
	border-right:1px solid #000000;
	border-left:1px solid #000000;
	/**/
	border-bottom:none;
	/**/
	list-style-type:none;
}
.menuBouton li {
	padding:0;
	margin:0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	text-decoration: none;
	line-height: 15px;
	display:block;
	list-style-type:disc;
	/**/
	border-top:none;
	border-right:none;
	border-bottom: 1px solid #000000;
	border-left:none;
	/**/
	text-align: left;
	text-indent: 2px;
	white-space: nowrap;
	/*background-position: right;*/
}
.menuBouton a, .menuBouton a:visited{
	padding:0;
	margin:0;
	display:block;
	text-decoration:none;
	color:#666666;
	/*width:100%;*/
	height:100%;
}

.menuBouton li:hover, .menuBouton a:hover, .menuBouton a:focus{
/* Les liens sous le curseur.
	On change les couleurs du texte et de fond, et on enlve le soulignement.
	*/
	padding:0;
	margin:0;
	background-color:#FFFFFF;
	color:#666666;
	text-decoration:none;
	/*width:100%;*/
	height:100%;
}
