/*<!--------------------------------------------------------------------------
    Projet : MULTILOGIS - style des menus
    Ecrit par : EJ
    Desc : style du site
    Date de creation : 2002 09 13
	Modifie : 

---------------------------------------------------------------------------->*/

/* --- 
ligne de navigation
--- */
.menu_navigation{
	text-decoration : none;
	font-family:Arial, Helvetica, sans-serif ;
	font-size:14pt ;
	color : #000000;
	font-weight : bold;
}

/* --- */
/* table pour menu  fonctionnalité */
/* --- */
table.tab_fonc{
/*	width: 100%;*/
	border : 0pt none #000000;
	border-spacing : 0pt;
	padding : 0pt;
}
	
td.tab_fonc{
	border : 0pt none #000000;
	padding : 0pt;
}
	
a.tab_fonc{
	text-decoration : none;
	font-family:Arial, Helvetica, sans-serif ;
	font-size:8pt ;
	color : #000000;
}
a:hover.tab_fonc{
	color : #FFFFFF;
}

/* --- */
/* table pour menu  niveau 1 */
/* --- */
table.tab_niv1{
	border : 0pt none #000000;
/*	width: 100%;*/
	border-spacing : 0pt;
}
	
td.tab_niv1{
	border : 0px solid #000000;
	padding : 0pt;
}
	
a.tab_niv1{
	font-family:Arial, Helvetica, sans-serif ;
	font-size:10pt ;
	color : #000000;
	font-weight : bold;
	text-decoration : none;
}
a:hover.tab_niv1{
	color : #FF0000;
}

/* --- */
/* table pour menu  niveau 2 */
/* --- */
table.tab_niv2{
	border : 0pt none #000000;
/*	width: 100%;*/
	border-spacing : 0pt;
}
	
td.tab_niv2{
	border : 0px solid #000000;
	padding : 0pt;
}
	
a.tab_niv2{
	text-decoration : none;
	font-family: Arial, Helvetica, sans-serif ;
	font-size:8pt ;
	color : #000000;
}
a:hover.tab_niv2{
	 color : #FF0000;
	
	/*font-weight : bold;*/
}

/* --- */
/* table pour menu  niveau 3 */
/* --- */
table.tab_niv3{
	border : 0px none #000000;
 	width: 100%; 
	border-spacing : 0pt;
}
	
td.tab_niv3{
	border : 0px none #000000;
	padding : 0pt;
	color : #FFFFFF; 
}
	
a.tab_niv3{
	text-decoration : none;
	font-family:Arial, Helvetica, sans-serif ;
	font-size:8pt ;
	color : #FFFFFF;
}
a:hover.tab_niv3{
	color : #FFFFFF; 
/*font-weight : bold;*/
}

/* --- */
/* table pour menu  niveau 4 */
/* --- */
table.tab_niv4{
	border : 0pt none #000000;
/*	width: 100%;*/
	border-spacing : 1pt;
}
	
td.tab_niv4{
	border : 0pt none #000000;
	padding : 2pt;
}
	
a.tab_niv4{
	text-decoration : none;
	font-family:Arial, Helvetica, sans-serif ;
	font-size:8pt ;
	color : #000000;
}
a:hover.tab_niv4{
	color : #FF0000;
}
