/************************************************
 Groupe Moniteur
 Auteur : QD
 Date de dernière modification : 06/11/2008
************************************************/

/**************************************/
/*         CSS Nomenclature         */
/**************************************/

#nomenclature {
	margin: 6px 0px 10px 0px;
	list-style-type: none;
	font-size: 1.1em;
}
.titre_nomenclature {
	margin-bottom: 15px;
}

/* CSS niveau 1 */
.niv1 {
	margin: 5px 0px;
		
}
.niv1 a {
	text-decoration: none;
	background: url(../../images/FOr2/commun/puce_verte_left_big.gif) no-repeat 0px 4px;
	padding: 2px 0px 2px 15px;
}
.niv1 a:hover {
	background: url(../../images/FOr2/commun/puce_orange_left_big.gif) no-repeat 0px 4px;
	text-decoration: underline;	
}
/* CSS niveau 1 on */
.niv1_on {
	margin: 5px 0px;		
}
.niv1_on a {
	color: #F6591C;
	text-decoration: none;
	font-weight: bold;
	background: url(../../images/FOr2/commun/puce_orange_left_big.gif) no-repeat 0px 4px;
	padding: 2px 0px 2px 15px;
}

/* CSS niveau 2 */
.niv2 {
	margin: 5px 0px;		
}
.niv2 a {
	text-decoration: none;
	background: url(../../images/FOr2/commun/fleche_verte_left.gif) no-repeat 0px 4px;
	padding: 2px 0px 2px 30px;
}
.niv2 a:hover {
	text-decoration: underline;
	background: url(../../images/FOr2/commun/fleche_orange_left.gif) no-repeat 0px 4px;
	padding: 2px 0px 2px 30px;
}

/* CSS niveau 2 on */
.niv2_on {
	margin: 5px 0px;		
}
.niv2_on a {
	color: #F6591C;
	text-decoration: none;
	font-weight: bold;
	background: url(../../images/FOr2/commun/fleche_orange_left.gif) no-repeat 0px 4px;
	padding: 2px 0px 2px 30px;
}


/* CSS niveau 3 */
.niv3 {
	margin: 5px 0px 5px 30px;		
}
.niv3 a {
	text-decoration: none;
	background: url(../../images/FOr2/commun/fleche_verte_left.gif) no-repeat 0px 4px;
	padding: 2px 0px 2px 30px;
}
.niv3 a:hover {
	text-decoration: underline;
	background: url(../../images/FOr2/commun/fleche_orange_left.gif) no-repeat 0px 4px;
	padding: 2px 0px 2px 30px;
}

/* CSS bloc produits vert */
#bloc_vert_nomenclature {
	margin: 0px 0px 20px 0px;
	border: 1px solid #97A033;
	color: #97A033;
	font-size: 1.1em;
	padding: 5px 5px 5px 120px;
	background: url(../../images/FOr2/nomenclature/feuille_verte.gif) no-repeat 5px 7px;
}


#separateur_nomenclature {
	background: url(../../images/FOr2/commun/pointilles_brun.gif) repeat-x;	
}

