/* menu de gauche : rubriques avec un rollover  */



.bgRub {
	background-image: url(../images/menu_onglet.gif);
	background-repeat: no-repeat;
	padding-top: 3px;
	padding-right: 0px;
	padding-bottom: 3px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #415D15;
	font-size: 11px;
	font-weight: bold;
	text-align: left;
	padding-left: 6px;
}

a.lienRub:link {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #415D15;
	text-decoration: none;
	font-weight: bold;

}
a.lienRub:visited {  

	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #415D15;
	text-decoration: none;
	font-weight: bold;

}

a.lienRub:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #415D15;
	text-decoration: none;
	font-weight: bold;

}

.liste_plantes {
background-color: #EDF2D6;
font-weight: bold;
}

/* menu de gauche : sous rubriques */

.bgRub2 {
	background-color: #EDF2D6;
	padding-left: 15px;
	padding-top: 2px;
	padding-bottom: 2px;
	width: 160px;
	background-image: url(../images/fleche_menu.gif);
	background-repeat: no-repeat;
	background-position: left top;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #B8D06B;
}

.lienRub2 {
	font-size: 11px;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
}
	
	
.lienRub2:link {
	color: #314223;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
}
.lienRub2:visited {
	color: #314223;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
}

.lienRub2:hover {
	color: #CC0000;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
}




/* menu de gauche : pave identification */

.bgRubAccesClients {
	background-image: url(../images/menu_onglet_client.gif);
	background-repeat: no-repeat;
	padding-top: 3px;
	padding-right: 0px;
	padding-bottom: 3px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #55766E;
	font-size: 11px;
	font-weight: bold;
	text-align: center;
	padding-left: 6px;
}

.bgRub2AccesClients {
	background-color: #E6EEDD;
	padding-left: 15px;
	padding-top: 2px;
	padding-bottom: 2px;
	width: 160px;
	background-image: url(../images/fleche_menu.gif);
	background-repeat: no-repeat;
	background-position: left top;
	border-bottom-width: 1px;
	border-bottom-color: #BECBBC;
	border-bottom-style: solid;

}
