body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}
/* ---------------------------------- */
/* CSS concernant position des images */
/* ---------------------------------- */
.img_left {
	float: left;
	margin: 0px 10px 0px 0px;
}
.img_left5 {
	float: left;
	margin: 0px 5px 0px 0px;
}
.img_right {
	float: right;
	margin: 0px 0px 10px 10px;
}
.vert_middle {
	vertical-align: middle;
}
/* ------------------------ */
/* CSS concernant les blocs */
/* ------------------------ */
#block {
	display:block;	
}
#block4 {
	display:block;	
	margin: 4px 0px 4px 0px;
}
.margin_left { 
	margin: 0px 5px 0px 0px;
}
#spacer {
	margin: 10px 0px 0px 0px;
	clear:both;
}

/* ------------------------------ */
/* -- CSS concernant les liens -- */
/* ------------------------------ */
a {
	color: #000000;
	text-decoration: none;
}
a:hover {
	color: #FF5200;
	text-decoration: underline;
}
.no_decoration {
	text-decoration: none;
}
.no_decoration:hover {
	text-decoration: none;
}
.no_decoration_cursor {
	text-decoration: none;
	cursor:pointer;
}
/* Changement des images plus */
a.chgmt_plus { 
     display: block;
     background-image: url(/moniteur/images/FOv3/pages/plus_brun.gif);
     background-repeat: no-repeat;
	 background-position: left;
	 padding: 0px 0px 0px 13px;
     }
	 
a.chgmt_plus:hover {
	 background-image: url(/moniteur/images/FOv3/pages/plus_orange.gif);
}

/* Changement des images fleche gauche */
a.chgmt_fleche_gauche {
	 background-image: url(/moniteur/images/FOv3/pages/fleche_brun_left.gif);
     background-repeat: no-repeat;
	 background-position: left;
	 padding: 0px 15px 0px 12px;
}

a.chgmt_fleche_gauche:hover {
	 background-image: url(/moniteur/images/FOv3/pages/fleche_orange_left.gif);
}

/*Changement des images fleche basse */
a.chgmt_fleche_basse {
	 background-image: url(/moniteur/images/FOv3/pages/fleche_brun_basse.gif);
	 background-repeat: no-repeat;
	 background-position: left;
	 padding: 0px 0px 0px 20px;	 
     	
}
a.chgmt_fleche_basse:hover {
	background-image: url(/moniteur/images/FOv3/pages/fleche_orange_basse.gif);
}

/* Liens noir */
.liens_9noir {
	font-size: 9px;
	color: #000000;
	text-decoration: none;
	text-transform: none;
}
.liens_9Bnoir {
	font-size: 9px;
	color: #000000;
	font-weight: bold;
	text-decoration: none;
	text-transform: none;
}
.liens_9Snoir {
	font-size: 9px;
	color: #000000;
	text-decoration: underline;
	text-transform: none;
}
.liens_10Snoir {
	font-size: 10px;
	color: #000000;
	text-decoration: underline;
	text-transform: none;
}
.liens_10BSnoir {
	font-size: 10px;
	color: #000000;
	font-weight: bold;
	text-decoration: underline;
	text-transform: none;
}
.liens_10noir {
	font-size: 10px;
	color: #000000;
	text-decoration: none;
	text-transform: none;
}
.liens_10noir:hover {
	color: #000000;	
}
.liens_10Bnoir {
	font-size: 10px;
	color: #000000;
	font-weight: bold;
	text-decoration: none;
	text-transform: none;
}
.liens_10BCnoir {
	font-size: 10px;
	color: #000000;
	font-weight: bold;
	text-decoration: none;
	text-transform: uppercase;
}
.liens_11Snoir {
	font-size: 11px;
	color: #000000;
	text-decoration: underline;
	text-transform: none;
}
.liens_11BCnoir {
	font-size: 11px;
	color: #000000;
	font-weight: bold;
	text-decoration: none;
	text-transform: uppercase;
}

/* Liens brun */
.liens_9brun {
	font-size: 9px;
	color: #89816A;
	text-decoration: none;	
}
.liens_9BCbrun {
	font-size: 9px;
	color: #89816A;
	font-weight: bold;
	text-decoration: none;
	text-transform: uppercase;
}
.liens_10BCbrun {
	font-size: 10px;
	color: #89816A;
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: none;
	display:block;
}
.liens_10BSbrun {
	font-size: 10px;
	color: #89816A;
	font-weight: bold;
	text-decoration: underline;
	text-transform: none;
}
/* Liens vert */
.liens_9Svert {
	font-size: 9px;
	color: #789F24;
	text-decoration: underline;
}
.liens_9Bvert {
	font-size: 9px;
	color: #789F24;
	font-weight: bold;
	text-decoration:none;
}
.liens_10Svert {
	font-size: 10px;
	color: #789F24;
	text-decoration:underline;
}
.liens_10Bvert {
	font-size: 10px;
	color: #789F24;
	font-weight: bold;
	text-decoration:none;
}
.liens_10BCvert {
	font-size: 10px;
	color: #789F24;
	font-weight: bold;
	text-decoration:none;
	text-transform:uppercase;
}
.liens_11Bvert {
    font-size: 11px;
	color: #789F24;
	font-weight: bold;
	text-decoration:none;
}
.liens_11BCvert {
	font-size: 11px;
	color: #789F24;
	font-weight: bold;
	text-decoration:none;
	text-transform:uppercase;
}

/* ------------------------------------------------------------ */
/* -- CSS concernant les libelle nom de produits + fabricant -- */
/* ------------------------------------------------------------ */
.libelleProduit {
	font-size: 11px;
	color: #89816A;
	font-weight: bold;
}
.nomProduit {
	font-size: 12px;
	color:#000000;
	font-weight: bold;
}
.nomFabricant {
	font-size: 11px;
	color: #789F24;
	font-weight: bold;
	text-decoration:none;
}

/* ------------------------------------------------------------ */
/* -- CSS concernant la police des niveaux de nomenclature ---- */
/* ------------------------------------------------------------ */
.libelleNiveaux {
	font-size: 10px;	
	font-weight: bold;
}

/* -------------------------------- */
/* -- CSS concernant les polices -- */
/* -------------------------------- */
/* Texte noir */
.texte_9 {
	font-size: 9px;
	color:#000000;
}
.texte_9B {
	font-size: 9px;
	color:#000000;
	font-weight: bold;
}
.texte_9BC {
	font-size: 9px;
	color:#000000;
	font-weight: bold;
	text-transform:uppercase;
}
.texte_9BCS {
	font-size: 9px;
	color:#000000;
	font-weight: bold;
	text-transform:uppercase;
	text-decoration:underline;
}
.texte_10 {
	font-size: 10px;
	color:#000000;
}
.texte_10B {
	font-size: 10px;
	color:#000000;
	font-weight: bold;
}
.texte_10BS {
	font-size: 10px;
	color:#000000;
	font-weight: bold;
	text-decoration:underline;
}
.texte_10BC {
	font-size: 10px;
	color:#000000;
	font-weight: bold;
	text-transform:uppercase;
}
.texte_10S {
	font-size: 10px;
	color:#000000;
	text-decoration:underline;
}
.texte_11 {
	font-size: 11px;
	color:#000000;
}
.texte_11B {
	font-size: 11px;
	color:#000000;
	font-weight: bold;
}
.texte_11BC {
	font-size: 11px;
	color:#000000;
	font-weight: bold;
	text-transform:uppercase;
}
.texte_12BCS {
	font-size: 12px;
	color:#000000;
	font-weight: bold;
	text-transform:uppercase;
	text-decoration:underline;
}
.texte_12B {
	font-size: 12px;
	color:#000000;
	font-weight: bold;
}
.texte_12BC {
	font-size: 12px;
	color:#000000;
	font-weight: bold;
	text-transform:uppercase;
}
/* Texte brun */
.texte_9brun {
	font-size: 9px;
	color: #89816A;
}
.texte_9Bbrun {
	font-size: 9px;
	color: #89816A;
	font-weight: bold;
}
.texte_9BSbrun {
	font-size: 9px;
	color: #89816A;
	font-weight: bold;
	text-decoration: underline;
}
.texte_9BCbrun {
	font-size: 9px;
	color: #89816A;
	font-weight: bold;
	text-transform:uppercase;
}
.texte_10brun {
	font-size: 10px;
	color: #89816A;
}
.texte_10Bbrun {
	font-size: 10px;
	color: #89816A;
	font-weight: bold;
}
.texte_10BCbrun {
	font-size: 10px;
	color: #89816A;
	font-weight: bold;
	text-transform:uppercase;
}
.texte_11Bbrun {
	font-size: 11px;
	color: #89816A;
	font-weight: bold;
}

/* Texte vert */
.texte_9vert {
	font-size: 9px;
	color: #789F24;	
}
.texte_10vert {
	font-size: 10px;
	color: #789F24;	
}
.texte_10Bvert {
	font-size: 10px;
	color: #789F24;
	font-weight: bold;
}
.texte_10BSvert {
	font-size: 10px;
	color: #789F24;
	font-weight: bold;
	text-decoration:underline;
}
.texte_10BCvert {
	font-size: 10px;
	color: #789F24;
	font-weight: bold;
	text-transform:uppercase;
}
.texte_10BCSvert {
	font-size: 10px;
	color: #789F24;
	font-weight: bold;
	text-decoration:underline;
	text-transform:uppercase;
}
.texte_10Svert {
	font-size: 10px;
	color: #789F24;
	text-decoration:underline;
}
.texte_11Bvert {
	font-size: 11px;
	font-weight: bold;
	color: #789F24;
}
.texte_11BCvert {
	font-size: 11px;
	font-weight: bold;
	color: #789F24;
	text-transform:uppercase;
}
/* Texte Orange */
.texte_9Borange {
	color: #FF5200;
	font-size: 9px;
	font-weight: bold;
}
.texte_9BCorange {
	color: #FF5200;
	font-size: 9px;
	font-weight: bold;
	text-transform:uppercase;
}
.texte_10Borange {
	color: #FF5200;
	font-size: 10px;
	font-weight: bold;
}
.texte_10BCorange {
	color: #FF5200;
	font-size: 10px;
	font-weight: bold;
	text-transform:uppercase;
}
.texte_11Borange {
	color: #FF5200;
	font-size: 11px;
	font-weight: bold;
	text-transform:none;
}
.texte_11BCorange {
	color: #FF5200;
	font-size: 11px;
	font-weight: bold;
	text-transform:uppercase;
}

/* CSS pour pied de page */
/*
PIED DE PAGE
*/
a.lien_piedpage {font-family: Verdana; font-size: 9px; color: #879099; text-decoration: none;}
a.lien_piedpage:hover {font-family: Verdana; font-size: 9px; color: #879099; text-decoration: underline;}
.caracspec_piedpage {font-family: Verdana; font-size: 9px; color: #879099; text-decoration: none;}
.text_piedpage {font-family: Verdana;	font-size: 9px;	color: #000000;	text-decoration: none; line-height: 20px;
}
