/********************************************************************************************
 * Sous classes du NAVIGATEUR
 *******************************************************************************************/
a:link {text-decoration: none; color: #780000;}
a:visited {text-decoration: none; color: #330000;}
a:hover {text-decoration: underline; color: #780000;}
/********************************************************************************************
 * Classes GÉNÉRALES
 *******************************************************************************************/
.title1
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #4b4b4b;
}
.title2
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #4b4b4b;
}
.title3
{
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 11px;
	font-weight: bold;
	color: #4b4b4b;
}
.text1
{
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 11px;
	font-weight: bold;
	color: #4b4b4b;
}
.text2
{
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 11px;
	font-weight: normal;
	color: #4b4b4b;
}
.text3
{
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 10px;
	font-weight: normal;
	color: #4b4b4b;
}
.text4
{
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 10px;
	font-weight: normal;
	color: #4b4b4b;
}
.text5
{
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 9px;
	font-weight: normal;
	color: #4b4b4b;
}
.text6
{
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 8px;
	font-weight: normal;
	color: #4b4b4b;
}
.input_enabled
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	color: #4b4b4b;
	border-color: #f2f2f2;
}
.input_disabled
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	background-color: #EEEEEE;
	color: #4b4b4b;
	border-color: #f2f2f2;
}
.admin
{
	color: #ce4f13;
}
.invalid
{
	color: red;
}
.special_option
{
	color: #780000;
}
.page_header 
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px; 
	font-style: normal; 
	line-height: 1.7; 
	vertical-align: middle;
	font-weight: bold; 
	color: #4b4b4b;
	background-color: #f2f2f2; 
	padding-left: 20px;
	margin-left: 20px;
	margin-right: 20px;	
	border-style: solid;
	border-color: #626262;
	border-top-width: 1;
	border-left-width: 0;
	border-bottom-width: 1;
	border-right-width: 0;
}
.col_header 
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px; 
	font-style: normal; 
	line-height: 20px; 
	vertical-align: middle;
	font-weight: bold; 
	color: #4b4b4b; 
	background-color: #f2f2f2;
	padding-left: 3px;
	margin-left: 20px;
	margin-right: 20px;	
	border-style: solid;
	border-color: #626262;
	border-top-width: 0;
	border-left-width: 0;
	border-bottom-width: 0;
	border-right-width: 0;
}
.tooltip_header
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #ffffff;
	background-color: #3c3c3c;
	border-color: #3c3c3c;
	border-style: solid;
	border-left-width: 2px;
	border-right-width: 2px;	
	border-top-width: 2px;
	border-bottom-width: 2px;
	padding: 3px;
}
.tooltip_content
{
	background-color: #f2f2f2;
	border-color: #3c3c3c;
	border-style: solid;
	border-left-width: 2px;
	border-right-width: 2px;	
	border-top-width: 2px;
	border-bottom-width: 2px;
	padding: 10px;
}
.tooltip_text
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #4b4b4b;
}
.screen_group
{
	border: solid 1px #780000;
}
.classification_rating
{
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 22px;
	font-weight: bold;
}
.alphabet_element
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	padding-left: 2px;
	padding-right: 2px;
	text-transform: uppercase;
}
.form-field-tooltip
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #4b4b4b;
}
.buttons_bar
{
	background-color: #f2f2f2; 
	border-style: solid;
	border-color: #780000;
	border-top-width: 1px;
	border-left-width: 0px;
	border-bottom-width: 1px;
	border-right-width: 0px;
}
/********************************************************************************************
 * Classes pour BOUTONS
 *******************************************************************************************/
.primary_action_button
{
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 11px;
	color: #3c3c3c;
	background-color: #FFFFFF;
	text-transform: lowercase;
	border-top: 1px solid #3c3c3c;
	border-bottom: 1px solid #3c3c3c;
	border-left: 1px solid #3c3c3c;
	border-right: 1px solid #3c3c3c;
}
.primary_action_button_hover
{
   background-color: #f2f2f2;
}
.secondary_action_button
{
	font-family: Arial, Helvetica, sans-serif; 
	font-weight: bold;
	font-size:11px;	
	color: #3c3c3c;
	background-color: #f2f2f2;
	text-transform: lowercase;
	border-top: 1px solid #3c3c3c;
	border-bottom: 1px solid #3c3c3c;
	border-left: 1px solid #3c3c3c;
	border-right: 1px solid #3c3c3c;
}
.secondary_action_button_hover
{
   background-color: #ffffff;
}
/********************************************************************************************
 * Couleurs
 *******************************************************************************************/
.criticalColor {
	color: #982B2F;
}
.warningColor {
	color: #C48E0D;
}
.successfulColor {
	color: #2D8400;
}
.outlineColor {
	color: #780000;
}
/********************************************************************************************
 * Classes pour FENETRES
 *******************************************************************************************/
.primary_top_bar
{
	background-color: #9f1b1a;
}
.secondary_top_bar
{
	background-color: #ac4043;
}
.indicator_without_background
{
	font-family: Courier New, monospace;
	font-size: 10px;
	font-weight: normal;
	text-transform: uppercase;
	color: #4b4b4b;
	padding-left: 10px;
	padding-right: 10px;
}
.indicator_with_background
{
	font-family: Courier New, monospace;
	font-size: 10px;
	font-weight: normal;
	text-transform: uppercase;
	color: #ffffff;
	padding-left: 10px;
	padding-right: 10px;
}
/********************************************************************************************
 * Classes pour MENUS
 *******************************************************************************************/
.primary_menu_button_layer1
{
	border-top: 1px solid #626262;
	border-bottom: 1px solid #626262;
	height: 34px;
}
.primary_menu_button_layer1_hover
{
	border-top: 1px solid #ac4043;
	border-bottom: 1px solid #ac4043;
	border-left: 1px solid #ac4043;
	border-right: 1px solid #ac4043;
	height: 34px;
}
.primary_menu_button_layer2
{
	border-top: 1px solid #3c3c3c;
	border-bottom: 1px solid #3c3c3c;
	height: 32px;
}
.primary_menu_button_layer2_hover
{
	border-top: 1px solid #782c2c;
	border-bottom: 1px solid #782c2c;
	height: 32px;
}
.primary_menu_button_layer3
{
	border-top: 1px solid #3c3c3c;
	border-bottom: 1px solid #3c3c3c;
	height: 30px;
}
.primary_menu_button_layer3_hover
{
	border-top: 1px solid #782c2c;
	border-bottom: 1px solid #782c2c;
	height: 30px;
}
.primary_menu_button_layer4
{
	background-color: #3c3c3c;
	height: 28px;
}
.primary_menu_button_layer4_hover
{
	background-color: #782c2c;
	height: 28px;
}
.primary_menu_button_text
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #ffffff;
	padding-left: 5px;
	padding-right: 5px;
	line-height: 11px;
}
.primary_menu_button_text_hover
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #ffffff;
	padding-left: 5px;
	padding-right: 5px;
	line-height: 11px;
}
/********************************************************************************************/
.secondary_menu_button_layer1
{
	border-top: 1px solid #626262;
	border-bottom: 1px solid #626262;
	height: 34px;
}
.secondary_menu_button_layer1_hover
{
	border-top: 1px solid #626262;
	border-bottom: 1px solid #ffffff;
	border-left: 1px solid #626262;
	border-right: 1px solid #626262;
	height: 34px;
}
.secondary_menu_button_layer2
{
	border-top: 1px solid #3c3c3c;
	border-bottom: 1px solid #3c3c3c;
	height: 32px;
}
.secondary_menu_button_layer2_hover
{
	border-top: 1px solid #3c3c3c;
	border-bottom: 1px solid #ffffff;
	height: 32px;
}
.secondary_menu_button_layer3
{
	border-top: 1px solid #3c3c3c;
	border-bottom: 1px solid #3c3c3c;
	height: 30px;
}
.secondary_menu_button_layer3_hover
{
	border-top: 1px solid #ffffff;
	border-bottom: 1px solid #ffffff;
	height: 30px;
}
.secondary_menu_button_layer4
{
	background-color: #3c3c3c;
	height: 28px;
}
.secondary_menu_button_layer4_hover
{
	background-color: #ffffff;
	height: 28px;
}
.secondary_menu_button_text
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #ffffff;
	padding-left: 5px;
	padding-right: 5px;
	line-height: 11px;
}
.secondary_menu_button_text_hover
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #4b4b4b;
	padding-left: 5px;
	padding-right: 5px;
	line-height: 11px;
}
/********************************************************************************************/
.secondary_menu_vertical_button_layer1
{
	border-right: 1px solid #780000;
	height: 30px;
	width: 135px;
}
.secondary_menu_vertical_button_layer1_hover
{
	border-top: 1px solid #780000;
	border-bottom: 1px solid #780000;
	border-left: 1px solid #780000;
	height: 30px;
	width: 135px;
}
.secondary_menu_vertical_button_layer2
{
	height: 30px;
	width: 134px;
}
.secondary_menu_vertical_button_layer2_hover
{
	height: 28px;
	width: 134px;
}
.secondary_menu_vertical_button_layer3
{
	height: 30px;
	width: 134px;
}
.secondary_menu_vertical_button_layer3_hover
{
	height: 28px;
	width: 134px;
}
.secondary_menu_vertical_button_layer4
{
	background-color: #f2f2f2;
}
.secondary_menu_vertical_button_layer4_hover
{
	background-color: #ffffff;
}
.secondary_menu_vertical_button_text
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #4b4b4b;
	padding-left: 5px;
	padding-right: 5px;
	line-height: 11px;
}
.secondary_menu_vertical_button_text_hover
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #4b4b4b;
	padding-left: 5px;
	padding-right: 5px;
	line-height: 11px;
}
/********************************************************************************************/
.tab_table
{
	background-color: #f2f2f2;	
}
.tab
{
	border-color: #ac4043;
	border-style: solid;
	border-left-width: 0px;
	border-right-width: 0px;	
	border-top-width: 0px;
	border-bottom-width: 1px;
	padding-top: 1px;
	padding-bottom: 0px;
	padding-left: 6px;
	padding-right: 6px;		
	align: center;
}
.tab_link
{
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 10px;
	font-weight: bold;
	color: #780000;
	text-decoration: none;
}
.tab_link:hover
{
	text-decoration: underline;
}
.tab_selected
{
	background-color: #FFFFFF;
	border-color: #ac4043;
	border-style: solid;
	border-left-width: 1px;
	border-right-width: 1px;	
	border-top-width: 1px;
	border-bottom-width: 0px;
	padding-top: 1px;
	padding-bottom: 0px;
	padding-left: 6px;
	padding-right: 6px;	
}
.tab_selected_link
{
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 11px;
	font-weight: bold;
	color: #780000;
	text-decoration: none;
}
/********************************************************************************************
 * Classes pour la LÉGENDE
 *******************************************************************************************/
.legend_header
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #780000;
	padding-left: 5px;
	padding-right: 10px;
	background-color: #f2f2f2;
}
.legend_element
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #4b4b4b;
	padding-right: 10px;
}
/********************************************************************************************
 * Classes pour les RÉSULTATS de RECHERCHE
 *******************************************************************************************/
.results_found
{
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 11px;
	font-weight: bold;
	color: #4b4b4b;
}
.results_header
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	line-height: 1;
	background-color: #3c3c3c;
	color: #ffffff; 
	margin: 3px;
}
.results_even
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	line-height: normal;
	background-color: #f2f2f2;
	color: #000000; 
	padding-left: 5px;
	padding-right: 5px;
}
.results_odd
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	line-height: normal;
	color: #000000; 
	padding-left: 5px;
	padding-right: 5px;	
}
/********************************************************************************************
 * Classes pour l'ARBRE
 *******************************************************************************************/
.hidden_element
{
	visibility:hidden;
	position:absolute;
	width:1px;
	height:1px; 
	z-index:1;
}
.visible_element
{
	visibility:visible;
	position:static;
	width:;
	height:; 
	z-index:;	
}
.tree_selected_element
{
	font-weight: bold;
	background-color: #f2f2f2;
	border-color: #4b4b4b;
	border-style: solid;
	border-left-width: 1;
	border-right-width: 1;	
	border-top-width: 1;
	border-bottom-width: 1;
}
.tree_element
{
	list-style: none;
	margin-left: 10;
	line-height: 14px;
}
.tree_branch
{
	border-style: solid;
	border-color: #4b4b4b;
	margin-left: 5; /* Pour aligner LIGNES VERTICALES des branches */
	padding-left: 15; /* Pour aligner les CONTENUS des branches */
	border-left-width: 1;
	border-right-width: 0;	
	border-top-width: 0;
	border-bottom-width: 0;
}