/* CSS Document */
/****** Menu de gauche ******/

#bloc_menu_gauche{
	float:left;
	width: 208px;
	padding:14px 0 0 48px;
	
}
#bloc_menu_gauche #menu_gauche{
	padding: 0 0 0px 0;
	background:url(../images/carre_vert.gif) repeat-y top left;
}

#bloc_menu_gauche #menu_gauche #rubrique,
#bloc_menu_gauche #menu_gauche #rubrique_0,
#bloc_menu_gauche #menu_gauche #rubrique_2{
	padding: 0 0 0 0;
	height:20px;
	line-height:20px;
	font-size:12px;
}
#bloc_menu_gauche #menu_gauche #ss_rubrique{
	padding: 0 0 0 26px;
	height:15px;
	background: url(../images/btn_menu_g_ss_rubrique.gif) no-repeat top left;	
}
#bloc_menu_gauche #menu_gauche #ss_ss_rubrique{

	margin-left:40px;
	height:14px;
	font-size:10px;
	background:url(../images/btn_menu_g_ss_ss_rubrique.gif) no-repeat top left;
}

#bloc_menu_gauche #menu_gauche #rubrique a,
#bloc_menu_gauche #menu_gauche #rubrique_0 a,
#bloc_menu_gauche #menu_gauche #rubrique_2 a,
#bloc_menu_gauche #menu_gauche #ss_rubrique a{
	display:block;
	text-decoration:none;
	color:#663333;
}
#bloc_menu_gauche #menu_gauche #rubrique a:hover,
#bloc_menu_gauche #menu_gauche #rubrique_0 a:hover,
#bloc_menu_gauche #menu_gauche #rubrique_2 a:hover,
#bloc_menu_gauche #menu_gauche #ss_rubrique a:hover{
	text-decoration:underline;
}
/* style lien du menu general */
#bloc_menu_gauche #menu_gauche #rubrique a{
	background:url(../images/btn_menu_g_rubrique.gif) no-repeat top left;
	padding-left:10px;
}
#bloc_menu_gauche #menu_gauche #rubrique_0 a{
	background:url(../images/btn_menu_g_rubrique_0.gif) no-repeat top left;
	padding-left:10px;
}
#bloc_menu_gauche #menu_gauche #rubrique_2 a{
	background:url(../images/btn_menu_g_rubrique_2.gif) no-repeat top left;
	padding-left:10px;
}
#bloc_menu_gauche #menu_gauche #rubrique a:hover{
	background:#d7f3b0 url(../images/btn_menu_g_rubrique.gif) no-repeat top left;
	text-decoration:underline;
}
#bloc_menu_gauche #menu_gauche #rubrique a.active{
	background:#d7f3b0 url(../images/btn_menu_g_rubrique.gif) no-repeat top left;
	text-decoration:none;
}
#bloc_menu_gauche #menu_gauche #rubrique a.active:hover{
	background:#d7f3b0 url(../images/btn_menu_g_rubrique.gif) no-repeat top left;
	text-decoration:underline;
}
/* style premier lien du menu */
#bloc_menu_gauche #menu_gauche #rubrique_0 a:hover{
	background:#d7f3b0 url(../images/btn_menu_g_rubrique_0.gif) no-repeat top left;
	text-decoration:underline;
}
#bloc_menu_gauche #menu_gauche #rubrique_0 a.active{
	background:#d7f3b0 url(../images/btn_menu_g_rubrique_0.gif) no-repeat top left;
	text-decoration:none;
}
#bloc_menu_gauche #menu_gauche #rubrique_0 a.active:hover{
	background:#d7f3b0 url(../images/btn_menu_g_rubrique_0.gif) no-repeat top left;
	text-decoration:underline;
}
/* style dernier lien du menu */
#bloc_menu_gauche #menu_gauche #rubrique_2 a:hover{
	background:#d7f3b0 url(../images/btn_menu_g_rubrique_2.gif) no-repeat top left;
	text-decoration:underline;
}
#bloc_menu_gauche #menu_gauche #rubrique_2 a.active{
	background:#d7f3b0 url(../images/btn_menu_g_rubrique_2.gif) no-repeat top left;
	text-decoration:none;
}
#bloc_menu_gauche #menu_gauche #rubrique_2 a.active:hover{
	background:#d7f3b0 url(../images/btn_menu_g_rubrique_2.gif) no-repeat top left;
	text-decoration:underline;
}

#bloc_menu_gauche #menu_gauche #ss_rubrique a.active{
	font-weight:bold;
}

.spacer_rubrique{
	height:15px;
}
