/* this is the main UL element*/
.dropdown{
	margin:0;
	padding:0;
	list-style:none;
	display: block;
	margin-right: auto;
	margin-left: auto;
}

/* these are the inner menus*/
.dropdown ul{
	margin:0;
	padding:0;
	list-style:none;
	height: 28px;
	margin-left: 0px;
	margin-right: 0px;
	width: 115px;
}

/* these are all the LIs in the menu*/
.dropdown li{
	margin:0px;
	width:90px;
	cursor:pointer;
	text-align: center;
	font-weight: bold;
	margin-left: 0px;
	display: block;
	margin-right: 0px;
	height: 23px;
	padding-top: 8px;
	color: #FFFFFF;
	position: relative;
	background-image: url(Images/agrements/puce-menu-champ.gif);
	background-repeat: no-repeat;
	background-position: top center;
	padding-top: 8px;
	padding-bottom: 0px;
	margin-bottom: 0px;
	margin-top: 0px;
}

/* these are anchor in the menu, if you want to style them differently from the rest of you website*/
.dropdown li a{
	text-decoration:none;
	color:#663300;
}

.dropdown li a:hover{
	text-decoration:underline;
	color: #FFFDE6;
}

/* these are the LIs that only belong to submenu*/
.dropdown ul li{
	border:1px solid #336600;
	border-top:0;
	background-color: #04763D;
	font-size: 11px;
	text-transform: none;
	width:115px;
	background-image: none;
	margin-left: 0px;
	height: auto;
	position: relative;
	margin-right: auto;
	padding: 2px;
}
.dropdown ul li a {
	color: #99cc00;
	font-weight: normal;
}
.dropdown ul li a:hover {
color:#FFFDE6;
	text-decoration:underline;
}

/* these are the LIs that contains a submenu*/
.dropdown li.submenu{
	background-position:top center;
	background-repeat:no-repeat;
	width:115px;
}

/* these are the LIs that contains a submenu and which are in a sub-menu themselve*/
.dropdown ul li.submenu{
	background-image:url('expand_right.gif');
	background-position:center right;
	padding:5px;
	width:115px;
}
/*++++++++++++++++++++++++++ GITE ++++++++++++++++++++*/
/* this is the main UL element*/
.dropdown-gite {
	margin:0;
	padding:0;
	list-style:none;
	display: block;
	margin-right: auto;
	margin-left: auto;
}

/* these are the inner menus*/
.dropdown-gite ul{
	margin:0;
	padding:0;
	list-style:none;
	height: 28px;
	margin-left: 0px;
	margin-right: 0px;
	width: 115px;
}

/* these are all the LIs in the menu*/
.dropdown-gite li{
	margin:0px;
	width:100px;
	cursor:pointer;
	text-align: center;
	font-weight: bold;
	margin-left: 0px;
	display: block;
	margin-right: 0px;
	height: 23px;
	padding-top: 8px;
	color: #FFFFFF;
	position: relative;
	background-image: url(Images/agrements/puce-menu-gite.gif);
	background-repeat: no-repeat;
	background-position: top center;
	padding-top: 8px;
	padding-bottom: 0px;
	margin-bottom: 0px;
	margin-top: 0px;
}

/* these are anchor in the menu, if you want to style them differently from the rest of you website*/
.dropdown-gite li a{
	text-decoration:none;
	color:#663300;
}

.dropdown-gite li a:hover{
	text-decoration:underline;
	color: #FFFDE6;
}

/* these are the LIs that only belong to submenu*/
.dropdown-gite ul li{
	border:1px solid #336600;
	border-top:0;
	background-color: #083E63;
	font-size: 11px;
	text-transform: none;
	width:115px;
	background-image: none;
	margin-left: 0px;
	height: auto;
	position: relative;
	margin-right: auto;
	padding: 2px;
}
.dropdown-gite ul li a {
	color: #99FFFF;
	font-weight: normal;
}
.dropdown-gite ul li a:hover {
color:#FFFDE6;
	text-decoration:underline;
}

/* these are the LIs that contains a submenu*/
.dropdown-gite li.submenu{
	background-position:top center;
	background-repeat:no-repeat;
	width:115px;
}

/* these are the LIs that contains a submenu and which are in a sub-menu themselve*/
.dropdown-gite ul li.submenu{
	background-image:url('expand_right.gif');
	background-position:center right;
	padding:5px;
	width:115px;
}

