/**
 * Style sheet pied de page
 */
/* footer : incrustation image footer */
#footer .inside
{
	padding-bottom:20px;
	background-image:url("tl_files/images_templates/background-footer.jpg");
	background-repeat:no-repeat;
}

/* footer : formatage du menu footer */
.mod_customnav ul
{
	text-align:left;
	list-style-type:none;
}

/* footer : placement en ligne du menu */
.mod_customnav li
{
	float:right;
	margin-top:8px;
	padding-top:8px;
}

/* footer : style police, position */
.mod_customnav .level_1 a
{
	margin-right:15px;
	font-weight:bold;
	text-decoration:none;
	font-size:8px;
}

/* footer : style police active, position */
.mod_customnav .level_1 p
{
	margin:4px 15px 0px 0px;
	font-weight:bold;
	text-decoration:none;
	font-size:8px;
}
