/* CSS Document */

	/* ##############test menu a partir d ici############### */
ul {
list-style-type: none;
}

li {margin-bottom: 5px;
}

	.menu a{
	text-align:left;
	color:#A09261;
	display:block;
	width:100%;
	height:20px;
	text-decoration:none;
	margin:1px 1px 1px 1px;
	padding-top: 1px;
	padding-bottom: 1px;
	padding-left: 17px;
	border-top: 0px solid;
	border-right: 0px solid;
	border-bottom: 0px solid;
	border-left: 2px solid #66CCFF;
	font-size: 10px;
		}

.menu a:hover {
	text-align:left;
	color:#A09261;
	display:block;
	width:100%;
	height:20px;
	text-decoration:none;
	margin:1px 1px 1px 1px;
	padding-top: 1px;
	padding-bottom: 1px;
	padding-left: 17px;
	border-top: 0px solid;
	border-right: 0px solid;
	border-bottom: 0px solid;
	border-left: 2px solid #CCCCCC;
	font-size: 10px;
	font-weight: bold;
}

.menu a:active {
}

/* correct a little IE bug */
* html .menu li li{
    display:inline;
    }
	
		/* for a mozilla better display with key nav */
	.menu a:focus{
	}

/* hide some accessibility stuff */
.menu span{
    display:none;
    }


	/* ####################### fin de test menu 1########################## */
	
