.preload3 {background: url(../images/interface/menu_services.gif);}
.preload4 {background: url(../images/interface/fond_sousmenu_services.gif);}
.preload5 {background: url(../images/interface/menu_services_hover.gif);}

#menuServices {
	margin-top: 0px;
	display: block;
	font-family:Arial, sans-serif;
}
#menuServices h3 {
	list-style-type: none;
	text-transform: uppercase;
	margin: 0px;
	padding: 0px;
	line-height: 1em;
	display: block;
	font-size: 1.1em !important;
	font-weight: bold;
}
#menuServices h3 a:link, #menuServices h3 a:visited {
	text-decoration: none;
	display: block;
	padding-top: 11px;
	padding-bottom: 10px;
	margin: 0px;
	padding-left: 19px;
	line-height: 1em;
	white-space: nowrap;
	color: #ffffff;
	background-image: url(../images/interface/menu_services.gif);
	background-position: 0px top;
	background-repeat: no-repeat;
	list-style-type: none;
}

#menuServices h3 a:hover {
	background-position: 0px -32px;
	color: #ffffff;
}
#menuServices a:focus {
	outline:0; /* pour les navigateurs qui reconaissent cette demande, enl�ve la bordure pointill� quand on clique */
  }
#menuServices ul{/*rendre visible le sous menu selon la section des services*/
	display: none;
	width: 250px;
	list-style-type: none;
	background-color: #FFFFFF;
	font-size: 11px !important;
	text-transform: uppercase;
	padding: 4px;
	margin-bottom: 4px;
	background-image: url(../images/interface/fond_sousmenu_services.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	border: 1px none #089646;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
}
#menuServices ul ul{
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	width: auto;
	font-size: 11px !important;
	text-transform: none;
	padding: 0px;
	margin: 0px;
	background-image: none;
}

#menuServices ul li a:link, #menuServices ul li a:visited{
	color: #089646;
	text-decoration: none;
	padding-top: 4px;
	padding-bottom: 4px;
	padding-right: 0px;
	padding-left: 8px;
	background-image: url(../images/interface/menu_services_hover.gif);
	background-repeat: no-repeat;
	background-position: -1px bottom;
	margin: 0px;
	display: block;
}
#menuServices ul li ul li a:link, #menuServices ul li ul li a:visited{
	color: #333;
	display: block;
	font-size: 1em;
	line-height: 1.2em;
	background-image: url(../images/interface/menu_services_base.gif);
	margin: 0px;
}
#menuServices ul li ul li ul li a:link, #menuServices ul li ul li ul li a:visited{
	color: #666666;
	padding-left: 14%;
}
#menuServices ul li a:hover{
	text-decoration: none;
	background-color: #efefef;
	color: #089646;
	background-image: url(../images/interface/menu_services_hover.gif);
	background-repeat: no-repeat;
	background-position: 0px bottom;
}
#menuServices ul li ul li a:hover, #menuServices ul li ul li ul li a:hover{
	color: #089646;
	background-position: -1px bottom;
	background-repeat: no-repeat;
	background-image: url(../images/interface/menu_services_hover.gif);
}

.sectionNoms #menuNoms h3 a:link, .sectionNoms #menuNoms h3 a:visited,
.sectionMarques #menuMarques h3 a:link, .sectionMarques #menuMarques h3 a:visited,
.sectionRenseignements #menuRenseignements h3 a:link, .sectionRenseignements #menuRenseignements h3 a:visited,
.sectionVerification #menuVerification h3 a:link, .sectionVerification #menuVerification h3 a:visited,
.sectionLivres #menuLivres h3 a:link, .sectionLivres #menuLivres h3 a:visited,
.sectionJuristes #menuJuristes h3 a:link, .sectionJuristes #menuJuristes h3 a:visited,
.sectionExtraProvince #menuExtraProvince h3 a:link, .sectionExtraProvince #menuExtraProvince h3 a:visited
{
/*mettre en vert selon le service choisi */
	display: block;
	height: auto;
	background-position: 0px -64px;
}
.sectionNoms #menuNoms ul,
.sectionMarques #menuMarques ul,
.sectionRenseignements #menuRenseignements ul,
.sectionVerification #menuVerification ul,
.sectionLivres #menuLivres ul,
.sectionJuristes #menuJuristes ul,
.sectionExtraProvince #menuExtraProvince ul
{/*rendre visible le sous menu selon la section des services*/
	display: block;
	height: auto;
}
