/* CSS Document */
/* MENU */
div#menu
{
	margin-left:286px;
	width: 674px;
	text-transform: uppercase;
	background: url(../images/menu_fond.png) 0 16px repeat-x;
}
div#menuPasHome
{	position:absolute; top:0; right:0; z-index:0; width:674px; height:16px; background: #0090A7;	}
div#menu ul
{	padding-top:12px;	}
div#menu ul li
{
	margin-top:4px;
	background: url(../images/menu_li_fond.png) no-repeat;
}
div#menu ul li a
{
	float: left;
	height:30px;
	padding-top:16px;
	padding-left:13px;
	padding-right:14px;
	color: #fff;
	font-family: "Trebuchet MS";
	font-weight: bold;
	font-size:0.95em; 
}
div#menu ul li a.afirst
{
	background: url(../images/menu_li_fond_afirst.png) repeat;
	width:50px;
	text-align: right;
}
div#menu ul li a.alast
{
	width:63px;
}
div#menu ul li a:hover
{	background: url(../images/menu_li_fond_hover.png) repeat-x;	}
div#menu ul li a.sel
{	background: url(../images/menu_li_fond_hover.png) repeat-x;	}
/* SOUS-MENU */
div#sous-menu
{
/*	position:absolute;
	top:177px;*/
	float:left;
	width: 276px;
	margin-top:-55px;
	background: #fff;
	color: #0090a7;
	
}
div#sous-menu ul
{
	padding-left:34px;
	height:96px;
}
div#sous-menu a
{
	color: #0090a7;
	text-decoration: none;
}
div#sous-menu h1
{
	
	padding-left:72px;
	padding-top:14px;
	font-size: 1.25em;
}
div#sous-menu h1.loupe
{	background: url(../images/sous-menu_loupe.png) 32px 5px no-repeat;	}
div#sous-menu h1.maison
{	background: url(../images/sous-menu_maison.png) 32px 5px no-repeat;	}
div#sous-menu h1.arbre
{	background: url(../images/sous-menu_arbre.png) 32px 5px no-repeat;	}

div#sous-menu ul li a
{
	display: block;
	width:189px;
	border-top:1px solid #d6d6d6;
	margin-top:2px;
	padding-left:37px;
	background: url(../images/puce_sous-menu.gif) no-repeat 6px 5px;
}
div#sous-menu ul li a:hover
{
	display: block;
	width:189px;
	color: #fff;
	background: url(../images/puce_sous-menu.gif) no-repeat #0090a7 6px 5px;
}
div#sous-menu ul li a.sm_sel
{
	display: block;
	width:189px;
	color: #fff;
	background: url(../images/puce_sous-menu.gif) no-repeat #0090a7 6px 5px;
}
div#sous-menu p
{
	display: block;
	height:1px;

	padding-left:44px;
	padding-top:18px;
	
	background: url(../images/tel_fond_sous-menu.png) repeat-x;
	font-size: 0.90em;
}
div#sous-menu p#tel
{
	color: #fff;
	display: block;
	
	width:215px;
	height:36px;

	padding-left:57px;
	padding-top:12px;
	
	background: url(../images/tel_sous-menu.gif) no-repeat;
	background-position:24px 7px;
	font-size: 1.2em;
	
	border-bottom:1px solid #d6d6d6;
}
div#sous-menu p a
{	text-decoration: underline;	}

