/**
* >>>>>>>>>>>>> Style UNIQUEMENT POUR LE MENU.PHP <<<<<<<<<<<<<<
*/

.sousMenuHaut{
	display: none;
}

.rubrique-menu{
	font-size:11px;
	background:url(/templates/jardinot/images/menu/repeat_background_menu.png) repeat 0px -33px;	
	float:left;
	margin-top:30px;
	height:25px;
	padding-top:8px;
	text-align:center;
	color:#6bb43d;
	cursor:pointer;
	list-style-type:none;
}
.rubrique-menu-2lignes{
	font-size:11px;
	background:url(/templates/jardinot/images/menu/repeat_background_menu.png) repeat 0px -33px;	
	float:left;
	margin-top:30px;
	height:28px;
	padding-top:5px;
	text-align:left;
	color:#6bb43d;
	cursor:pointer;
	list-style-type: none;
}
	.sous_menu {
		position: absolute;
		overflow: hidden;
		background-color:white;
		z-index:100;
		text-align:left;
		margin-top:24px;
		border-left:1px solid #c0c0c0;
		border-right:1px solid #c0c0c0;
		border-bottom:1px solid #c0c0c0;
	}
		.sous_menu ul {
			background-color: #C0C0C0;
			margin: 0 10px;
		}
		.sous_menu li{
			padding:5px 10px 5px 5px;
			background-color:white;
			margin-top: 1px;
			list-style-type: none;
		}
			.sous_menu li a{
				text-decoration:none;
				color:black;
			}
	.sous_menu-2lignes {
		position: absolute;
		overflow: hidden;
		background-color:white;
		z-index:100;
		text-align:left;
		margin-top:27px;
		border-left:1px solid #c0c0c0;
		border-right:1px solid #c0c0c0;
		border-bottom:1px solid #c0c0c0;
	}
		.sous_menu-2lignes ul {
			background-color: #C0C0C0;
			_background-color: #FFF;
			margin: 0 10px;
		}
		.sous_menu-2lignes li{
			padding:5px 10px 5px 5px;
			background-color:white;
			margin-top: 1px;
			list-style-type: none;
		}
			.sous_menu-2lignes li a{
				text-decoration:none;
				color:black;
				white-space: nowrap;
			}
	.non-souligne{
		text-decoration:none;
		color:#6bb43d;
	}
		#assoc-1{
			width:135px;
		}
		#assoc-2{
			width:134px;
		}
		#assoc-3{
			width:156px;
		}
		#assoc-4{
			width:124px;
		}
		#assoc-5{
			width:135px;
		}
		#assoc-6{
			width:127px;
		}
		#assoc-7{
			width:144px;
		}
		#assoc-8{
			width:77px;
		}
		.dernierMenuAssoc{	
			border-right:1px solid #c0c0c0;
		}
	#bout-1{
		width:92px;
	}
	#bout-2{
		width:90px;
	}
	#bout-3{
		width:73px;
	}
	#bout-4{
		width:95px;
	}
	#bout-5{
		width:100px;
	}
	#bout-6{
		width:108px;
	}
	#bout-7{
		width:88px;
	}
	#bout-8{
		width:89px;
	}
	#bout-9{
		width:0px;
		border-right:1px solid #c0c0c0;
	}
	
#logo-accueil{
	background:url(/templates/jardinot/images/menu/bt_accueil.png) no-repeat 0px -47px;	
	float:left;
	height:47px;
	margin-top:16px;
	width:37px;
	cursor:pointer;
}
#panier{
	background:url(/templates/jardinot/images/menu/bt_panier.png) no-repeat;
	height:17px;
	margin:30px 0 0 5px;
	width:101px;
	cursor:pointer;
	padding:16px 0 0 36px;
	font-size:9px;
}
.menu-separateur{
	background:url(/templates/jardinot/images/menu/separation_menu.png) no-repeat;	
	width:1px;
	height:12px;	
	float:left;
	margin-top:30px;
	height:31px;
	border-bottom:1px solid #c0c0c0;
	border-top:1px solid #c0c0c0;
	list-style-type: none;
}
.wording_menu{
	width:100%;
	text-align:center;
}
.wording_menu a{
	text-decoration:none;
	color:#6bb43d;
}

