/*liens de la barre de navigation */
a.nav_bold_rollover, a:link.nav_bold_rollover, a:visited.nav_bold_rollover{   
	font-family : arial;
	font-size : 9pt;
	color : #FFFFFF;
	font-weight: bold;
	text-decoration:none;
}

a:hover.nav_bold_rollover{
	font-family : arial;
	font-size : 9pt;
	color : #FFFFFF;
	font-weight: bold;
	text-decoration:underline;
}

a:active.nav_bold_rollover{
	font-family : arial;
	font-size : 9pt;
	color : #FFFFFF;
	font-weight: bold;
	text-decoration:underline;
}

/*texte_enseigne*/
.text_noir_8pt{
	font-family : arial;
	font-size : 8pt;
	color : #000000;
	text-decoration:none;
}

/*texte_nav*/
.text_terne_blanc_haut{
	font-family : arial;
	font-size : 8pt;
	color : #FFFFFF;
	text-decoration:none;
}

/*Champs de saisie*/
INPUT, SELECT, TEXTAREA {
   font-family : Arial;
   font-size : 8pt;
}