
li.current a { color: #25A3D1; }


/*** BOX MENU SIDEBAR GAUCHE ********************************************************************************/
div#sidebar_gauche_menu_1 {
	float: left;
	width: 169px;
}


/*** MENU VERTICAL NORMAL ************************************************************************/
.menu_1_menu_normal {
	margin: 0;
	padding: 0 0  0 10px;
	width: 150px;
	text-align: left;
	list-style-type: none;
	font-size: 13px;
	line-height: 16px;
	vertical-align: middle;
	font-weight: bold;
}
.menu_1_menu_normal a {
	width: auto !important;
	width: 100%;
	text-decoration: none;
	display: block;
	color: #000000;
}


/*** SOUS MENU ***********************************************************************************/
.menu_1_sous_menu {
	margin: 0 0 2px 0;
	padding: 0 0 0 20px;
	width: 140px;
	text-align: left;
	list-style-type: none;
	font-size: 10px;
	line-height: 14px;
	vertical-align: middle;
	font-weight: normal;
}
.menu_1_sous_menu a {
	width: auto !important;
	width: 100%;
	text-decoration: none;
	display: block;
	color: #000000;
}


/*** SOUS SOUS MENU ******************************************************************************/
.forfait_sous_menu {
	margin: 0 0 2px 0;
	padding: 0 0 0 30px;
	width: 130px;
	text-align: left;
	list-style-type: none;
	font-size: 10px;
	line-height: 12px;
	vertical-align: middle;
	font-weight: normal;
}
.forfait_sous_menu a {
	width: auto !important;
	width: 100%;
	text-decoration: none;
	display: block;
	color: #000000;
}


/*** LIGNE 1 *****************************************************************/
div#sidebar_gauche_menu_1_l1_c1 {
	float: left;
	width: 10px;
	height: 10px;
	border-top: 1px solid #b3a6a6;
	border-left: 1px solid #b3a6a6;
	background-color: #ffffff;
}
div#sidebar_gauche_menu_1_l1_c2 {
	float: left;
	width: 147px;
	height: 10px;
	border-top: 1px solid #b3a6a6;
	background-color: #ffffff;
}
div#sidebar_gauche_menu_1_l1_c3 {
	float: left;
	width: 10px;
	height: 10px;
	border-top: 1px solid #b3a6a6;
	border-right: 1px solid #b3a6a6;
	background-color: #ffffff;
}

/*** LIGNE 2 *****************************************************************/
div#sidebar_gauche_menu_1_l2_c1 {
	float: left;
	width: 1px;
	height: 400px;
	background-image:url(/images/border.gif);
	background-repeat: repeat-y;
}
div#sidebar_gauche_menu_1_l2_c2 {
	float: left;
	width: 167px;
	height: 400px;
	background: url(/images/3cols/sidebar_gauche/box_menu_1/sidebar_gauche_menu_1_bg.jpg);
	background-repeat: repeat-x;
	background-color: #c1c1c1;
}
div#sidebar_gauche_menu_1_l2_c3 {
	float: left;
	width: 1px;
	height: 400px;
	background-image:url(/images/border.gif);
	background-repeat: repeat-y;
}

/*** LIGNE 3 *****************************************************************/
div#sidebar_gauche_menu_1_l3_c1 {
	float: left;
	width: 10px;
	height: 10px;
	border-bottom: 1px solid #b3a6a6;
	border-left: 1px solid #b3a6a6;
	background-color: #c1c1c1;
}
div#sidebar_gauche_menu_1_l3_c2 {
	float: left;
	width: 147px;
	height: 10px;
	border-bottom: 1px solid #b3a6a6;
	background-color: #c1c1c1;
}
div#sidebar_gauche_menu_1_l3_c3 {
	float: left;
	width: 10px;
	height: 10px;
	border-bottom: 1px solid #b3a6a6;
	border-right: 1px solid #b3a6a6;
	background-color: #c1c1c1;
}


