/**
 * Style sheet Menu_gauche
 */
.mod_customnav
{
	width:198px;
	height:490px;
	margin-top:-10px;
	margin-left:0px;
	padding-top:45px;
	padding-left:18px;
	background-image:url("tl_files/TEP/Design/images/bg_menu_metiers_sans-dechet.jpg");
	background-position:left top;
	background-repeat:no-repeat;
	font-size:12px;
	background-position:0px;
}

.mod_customnav ul
{
	margin-top:5px;
	list-style-type:none;
}

.mod_customnav li
{
	width:190px;
	height:25px;
	padding-top:0px;
	padding-bottom:5px;
}

.mod_customnav a:link, .mod_customnav a:visited
{
	font-family:Arial,Helvetica,sans-serif;
	text-decoration:none;
	font-size:12px;
	color:#ffffff;
}

.page_proprete .mod_customnav .active
{
	color:#4bb8ee;
}

.page_hygiene .mod_customnav .active
{
	color:#48a13c;
}

.page_depoussierage .mod_customnav .active
{
	color:#ac0f44;
}

.page_urbaine .mod_customnav .active
{
	color:#f19009;
}

.page_multiservice .mod_customnav .active
{
	color:#6b5c7b;
}

.page_dechets .mod_customnav .active
{
	color:#b1bd1e;
}

.page_verts .mod_customnav .active
{
	color:#00b298;
}

