/*///////////////////////////////////
------------Menu--------------
///////////////////////////////////*/

ul#menu{
	height: 15px ;
	margin: 0 ;
	padding: 0 ;
	list-style-type: none ;
}


ul#menu li{
	background-repeat:no-repeat;
	background-position:left;
	background-image:url(./../img/feuil.gif);
	float: left ;
}

ul#menu li{
	text-indent:30px;
	width: auto ;
	padding : 5px;
	/*line-height: 25px ;*/
	font-size: 1.2em ;
	font-weight: bold ;
	letter-spacing: 2px ;
	color: #000 ;
	display: block ;
	text-decoration: none ;
	border-bottom: 1px solid #9b2 ;
}
ul#menu li a{
	text-decoration:none;
	color : black;
}
ul#menu li a span{
	font-size:0.8em;
}
ul#menu li a:hover{
	color: #F89B34;
	text-decoration:none;
}

ul#menu_bas{
	height: 26px ;
	margin: 0 ;
	padding: 0 ;
	list-style-type: none ;
	clear:both;
}
ul#menu_bas li{	
	background-image:url(./../img/feuil.gif);
	background-repeat:no-repeat;
	background-position:left;
	float: right ;
}
ul#menu_bas li a{
	text-indent:30px;
	width: 135px ;
	line-height: 25px ;
	font-size: 1.2em ;
	font-weight: bold ;
	letter-spacing: 2px ;
	color: #000 ;
	display: block ;
	text-decoration: none ;
	border-top: 1px solid #9b2 ;
}
ul#menu_bas li a:hover{
	color: #8a0 ;
}
ul#menu_bas li.bas {
border-left:1px solid #9b2 ;
}

ul#menu li#gite_2 {
border-right:1px solid #9b2 ;
}

p#footer{
	margin: 0 0 0 0 ;
	padding-right: 10px ;
	line-height: 20px ;
	text-align: right ;
	color: #fff ;
	background-color:#8a0;
	clear:both;
}

