/* CSS Document */

.menu_td_off
	{
	font-family			: 'NeoSansStd-Regular';
	font-size			: 14px;
	color				: #fff;
	height				: 30px;
	border				: 0px solid red;
	}


.menu_td_on
	{
	background			: url('../../../../img/menus/top/lueur-menu-on.png') no-repeat top center;
	font-family			: 'NeoSansStd-Regular';
	font-size			: 14px;
	color				: #fff;
	}

.menu_td_off a
	{
	font-family			: 'NeoSansStd-Regular';
	font-size			: 14px;
	color				: #fff;
	}

.menu_td_off a:hover
	{
	color				: #ccc;
	}

.menu_td_on a
	{
	font-family			: 'NeoSansStd-Regular';
	font-size			: 14px;
	color				: #fff;
	}

.sousmenu
	{
	display				: none;
	position			: absolute;
	z-index				: 999;
	padding-left		: 20px;
	padding-top			: 16px;
	line-height			: 28px;
	color				: white;
	}

#sousmenu_services
	{
	width				: 227px;
	height				: 273px;
	background			: url('../../../../img/sous-menu-services.png');
	}

#sousmenu_reprise
	{
	width				: 227px;
	height				: 81px;
	background			: url('../../../../img/sous-menu-reprise.png');
	}

#sousmenu_contact
	{
	width				: 227px;
	height				: 81px;
	background			: url('../../../../img/sous-menu-contact.png');
	}
