/************************************************
 Groupe Moniteur
 Auteur : QD
 Date de dernière modification : 12/11/2008
************************************************/

/********************************************/
/*         CSS de la page zoom secteur      */
/********************************************/

.ss_titre_zoom {
	color: #3A1210;
	font-size: 1.1em;
	font-weight: bold;
	margin-bottom: 10px;
}

#nomenclature_zoom {
	list-style-type: none;
	font-size: 1.1em;
	color: #3A1210;
	padding-bottom: 5px;
}
#nomenclature_zoom li {
	margin: 5px 0px;
}
#nomenclature_zoom li a {
	text-decoration: none;
	font-weight: bold;
}

/*CSS du secteur choisi */
.secteur_on {
	background: url(../../images/FOr2/commun/pointilles_brun.gif) repeat-x 0px 8px;
}
.secteur_on span {
	background: url(../../images/FOr2/commun/puce_verte_bottom.gif) no-repeat 0px 4px;
	padding:0px 5px 0px 25px;
	text-transform: uppercase;
	font-size: 1.2em;
	font-weight: bold;
	background-color: #FFFFFF;
}

/*CSS du bloc autres fabricants du secteur */
#fab_secteur {
	list-style-type: none;
	font-size: 1.1em;
	color: #3A1210;
	padding-bottom: 5px;
}
#fab_secteur h1 {
	background: url(../../images/FOr2/commun/puce_verte_bottom.gif) no-repeat 0px 4px;
	text-transform: uppercase;
	font-size: 1.1em;
	padding-left: 25px;	
}
#fab_secteur li {
	margin: 3px 0px 3px 25px;	
}
#fab_secteur li a {
	background: url(../../images/FOr2/commun/puce_verte_left.gif) no-repeat 0px 3px;
	padding-left: 10px;
	text-decoration: none;
}
#fab_secteur li a:hover {
	background: url(../../images/FOr2/commun/puce_orange_left.gif) no-repeat 0px 3px;
}

/* CSS bloc liste secteur */
#liste_secteur {
	background-color: #E9E7E1;
	margin-bottom: 20px;
	padding: 20px 10px;
}
#liste_secteur ul {
	list-style-type: none;
	font-size: 1.1em;
	color: #3A1210;
}
#liste_secteur li {	
	padding: 2px 0px 2px 20px;
	margin: 3px 0px;
}
#liste_secteur li a {
	text-decoration: none;
}
/* CSS pour secteur non sélectionné */
.liste_off {
	background: url(../../images/FOr2/zoom_secteur/liste_off.gif) no-repeat 0px 0px;
	background-color: #FFFFFF;
}
/* CSS pour secteur sélectionné */
.liste_on {
	background: url(../../images/FOr2/zoom_secteur/liste_on.gif) no-repeat 0px 0px;
	background-color: #B4C12A;	
}

