/* CSS Document */



/* /////////////////////////////////////////////////////////////////// */
/*======================== navigation gauche ==========================*/
/* /////////////////////////////////////////////////////////////////// */

#navig_gauche {
	width:171px;
	margin: 0 0 9px 0;
	padding:0;
	background-color:#FFFFFF;
}

#navig_gauche h3 { /* l'apparence grafik est gerer ds les css type de bien */
	font-size:11px;
	padding: 8px 11px 4px 10px;	
	height: 18px;
	overflow:hidden;
} 

/* icones h2 */

#navig_gauche p.ico_financer {
	padding-left: 25px;
	padding-top: 2px;
	background:url(http://media.achat-location.com/web/ico_financer.gif) no-repeat top left;
}

#navig_gauche p.ico_financement {
	padding-left: 25px;
	padding-top: 2px;
	background:url(http://media.achat-location.com/web/ico_financement_proj.gif) no-repeat top left;
}

#navig_gauche p.ico_pratique {
	padding-left: 25px;
	padding-top: 2px;
	background:url(http://media.achat-location.com/web/ico_pratique.gif) no-repeat top left;
}

#navig_gauche p.ico_annuaire_pro {
	padding-left: 25px;
	padding-top: 2px;
	background:url(http://media.achat-location.com/web/ico_annuaire_pro.gif) no-repeat top left;
}

#navig_gauche p.ico_actualite {
	padding-left: 25px;
	padding-top: 2px;
	background:url(http://media.achat-location.com/web/ico_actualite.gif) no-repeat top left;
}

#navig_gauche p.ico_lexique {
	padding-left: 25px;
	padding-top: 2px;
	background:url(http://media.achat-location.com/web/ico_lexique.gif) no-repeat top left;
}


/* menu */

#navig_gauche ul {
	padding-top:3px;
}

#navig_gauche li {
	font-family: Arial, tahoma, Helvetica, sans-serif;
	font-size: 11px;
	text-align:left;
	margin: 0;
	color: #000000;	
	/*padding: 0 3px;*/
	background-color: #FFFFFF;
}

/* * html #navig_gauche li {
	font-family: Arial, tahoma, Helvetica, sans-serif;
	font-size: 11px;
	text-align:left;
	margin: 0;
	color: #000000;	
	padding: 0 6px;
	background-color: #FFFFFF;
}*/

#blocgauche {
	margin: 0 3px;
}

#blocgauche li a {
	display: block;	
	padding: 4px 10px 3px 10px;
	line-height:12px;
	/*margin: 0 0 1px 0;*/
	color: #303030;	
	font-weight: bold;
	font-size: 11px;
	text-decoration: none;
	border-bottom: 1px dotted #DBDBDB;
	border-left: 3px solid #CCCCCC;
}

#blocgauche a:hover {
	background:url(http://media.achat-location.com/web/navig_g_ssmenu_bk.gif) #DBDBDB repeat-x top left;
	color: #000000;
	border-left: 3px solid #666666;
}

.endmenu {
	height: 7px;
	overflow:hidden;
	margin:0;
	background: url(http://media.achat-location.com/web/nav_g_end.gif) #4A4A4A no-repeat top left;
}

/*html>body .endmenu {  pr firefox
	margin-bottom: 9px; !important;
} */




/* /////////////////////////////////////////////////////////////////////// */
/*======================== menu_haut deroulant gauche ==========================*/
/* /////////////////////////////////////////////////////////////////////// */



#blocgauche h3 a:active {
	border-left: 3px solid #666666;
	background:url(http://media.achat-location.com/web/navig_g_ssmenu_bk.gif) #DBDBDB repeat-x top left;
}

#blocgauche h3.news, #blocgauche h3.mootools {
	background: #ffffff;
}




/*========== sous menu_haut gauche =============*/

/* ss menu_haut gauche */

#blocgauche .accordion {
	margin: 0 3px;
	padding:0;
	
}

#blocgauche .accordion ul {
	list-style-type: none;
	margin: 4px 0 0 0;
	padding-bottom: 4px;	
}

#blocgauche .accordion li {
	font-family: Arial, tahoma, Helvetica, sans-serif;
	font-size: 11px;
	margin-left: -3px;
	margin-right: -3px;
}
#blocgauche .accordion a {
	display: block;
	padding: 3px 18px 3px 10px;
	font-weight: normal;
	/*color: #A30000;*/
	font-weight: normal;
	margin-bottom: 0;
	border-bottom: none;
	border-left: 1px dotted #999999;
	margin-left:2px;
	background: url(http://media.achat-location.com/web/puce_fleche_ssmenu_dr.gif) no-repeat center right;
}


#blocgauche .accordion a:hover {
	/*color: #000000;
	border-left: 3px solid #CC0000;*/
	border-bottom: none;
	margin-left:0;
	background: url(http://media.achat-location.com/web/puce_fleche_ssmenu_dr_2.gif) no-repeat center right;
	background-color: #F3F3F3;
}




