/* ************************ D�but du style du menu clapet **************************** */
.navigation { 
	margin: 0; 
	padding: 0; 
	list-style: none; 
	background: #000; 
	color: #000; 
	font: 1.2em "Trebuchet MS", sans-serif; 
}

.navigation a, .navigation span { 
	display: block; 
	padding: 4px 10px; 
	color: #105A7D; 
	text-decoration: none; 
	background: #105A7D left bottom no-repeat; 
}

.navigation .toggleSubMenu a, .navigation .toggleSubMenu span { 
	background-image: url(/images/navigation-ouvrir.png);
	background-position: center;
}

.navigation .open a, .navigation .open span { 
	background-image: url(/images/navigation-fermer.png);
	background-position: center;
}

.navigation a:hover, .navigation a:focus, .navigation a:active { 
	text-decoration: underline; 
}

.navigation .subMenu { 
	font-size: .8em; 
	background: #105A7D; 
	font-size: .9em; 
	margin: 0; 
	padding: 0; 
	border-bottom: 1px solid #666; 
}

.navigation ul.subMenu a { 
	background: none; 
	padding: 3px 20px; 
}
.nonapplicable{
	background-color: #ccc;
}
.colonne_table_habilitations{
	width:650px;
}
.colonne_habilitations{

}
.affiche_version_logon{
	text-align: right;
	padding-right: 15px;
}
.modif_abrege{
	background-color: #F1F2F2;
	color: #9FA1A3;
}
.texte_principale{
	padding: 5px;
}
cadre_formulaire{
	text-align: left;
}
.table_societe input[type="text"], .table_societe input[type="password"],
.table_fournisseur input[type="text"], .table_fournisseur input[type="password"],
.table_activite input[type="text"], .table_activite input[type="password"],
.table_information input[type="text"], .table_information input[type="password"],
.table_profil input[type="text"],
.table_utilisateur input[type="text"], .table_utilisateur input[type="password"],
.table_var input[type="text"], .table_var input[type="password"],
.table_adresse input[type="text"], .table_adresse input[type="password"],
.table_client input[type="text"], .table_client input[type="password"],
.table_devis input[type="text"], .table_devis input[type="password"],
.table_facture input[type="text"], .table_facture input[type="password"],
.table_intervention input[type="text"], .table_intervention input[type="password"],

.table_depotmateriel input[type="text"], .table_depotmateriel input[type="password"]{
	width: 450px;
}
.table_societe textarea,
.table_fournisseur textarea,
.table_activite textarea,
.table_information textarea,
.table_utilisateur textarea,
.table_var textarea,
.table_adresse textarea,
.table_client textarea,
.table_devis textarea,
.table_facture textarea,
.table_intervention textarea,
.table_depotmateriel textarea{
	width: 450px;
}
.table_societe select,
.table_fournisseur select,
.table_activite select,
.table_information select,
.table_utilisateur select,
.table_var select,
.table_adresse select,
.table_client select,
.table_devis select,
.table_facture select,
.table_intervention select{
	width: 456px;
}
.ligne_activites_devis{
	background-color: #CED8F6;
}
.ligne_informations_devis{
	background-color: #E0ECF8;
}
.ligne_activites_facture{
	background-color: #CED8F6;
}
.ligne_informations_facture{
	background-color: #E0ECF8;
}
#bar_inferieur{
	clear: both;
}
/* ************************ Fin du style du menu clapet **************************** */