/*---------------------------*//*Fiche établissement 		 *//*---------------------------*//*Ce fichier contient tous les styles permettant de styler la fiche établissement (Formulaires avec onglets)*//*Table permettant de placer les onglets, invisible*/#table_fiche_acteur {	border-collapse:collapse;	margin-left:30px;	border-right-width: 2px;	border-bottom-width: 0px;	border-left-width: 0px;}/*Style du lien dans l'onglet actif*/.onglet_actif a{	text-decoration:none;	color:#0E7F6D;}/*Style du lien dans l'onglet inactif*/.onglet_passif a{	text-decoration:none;	color:#FFFFFF;}/*Style de la cellule "onglet inactif"*/.onglet_passif {	border-top-width: 1px;	border-right-width: 1px;	border-bottom-width: 1px;	border-left-width: 1px;	border-top-style: solid;	border-right-style: solid;	border-bottom-style: solid;	border-left-style: solid;	border-top-color: #C5EAE0;	border-right-color: #C5EAE0;	border-bottom-color: #079980;	border-left-color: #C5EAE0;}/*Style de la cellule "onglet actif"*/.onglet_actif {	background-color: #FFFFFF;	border-top-width: 1px;	border-right-width: 1px;	border-bottom-width: 0px;	border-left-width: 1px;	border-top-style: solid;	border-right-style: solid;	border-bottom-style: solid;	border-left-style: solid;	border-top-color: #079980;	border-right-color: #079980;	border-left-color: #079980;	border-bottom-color: #079980;	color: #0E7F6D;}/*Style de la cellule principale ( avec le contenu qui change suivant l'onglet ) */#cellule_contenu_principal {	background-color:#FFFFFF;	border-top-width: 1px;	border-right-width: 1px;	border-bottom-width: 1px;	border-left-width: 1px;	border-top-style: none;	border-right-style: solid;	border-bottom-style: solid;	border-left-style: solid;	border-top-color: #079980;	border-right-color: #079980;	border-bottom-color: #079980;	border-left-color: #079980;}/*Fiche synthese, titre des sous parties*/.fiche_etab_synthese_titre_parties {	text-align: center;	color:#9A0038;}/*Fiche synthese, style de la valeur à droite*/.fiche_etab_synthese_droite {	color:#0B3F36;	font-weight: normal;	padding-right: 10px;	padding-left: 5px;}/*Fiche synthese, style du nom de la valeur à gauche*/.fiche_etab_synthese_gauche {	text-align:right;	font-weight:bold;	color: #7CB3A4;	padding-left: 10px;	padding-right: 5px;}/*champs input dans les formulaires de la fiche établissement*/.fiche_etab_input_trescourt {border: 1px #BFCAFF solid;background-color:white;color:black;width:50px;}.fiche_etab_input_court {border: 1px #BFCAFF solid;background-color:white;color:black;width:200px;}.fiche_etab_input_long {border: 1px #BFCAFF solid;background-color:white;color:black;width:400px;}/*Boutons valider dans les formulaires de la fiche établissement*/.bouton_valider {	background-color:#970039;	color:#FFFFFF;	width:100px;	position: relative;	left:101px;	border: 1px solid #970039;}.bouton_valider:hover {	background-color:#FFFFFF;	color:#970039;	cursor:hand;	cursor:pointer;	border: 1px solid #970039;}/* Partie Onglet Admin*//*Style de la table des droits*/#table_liste_formulaire_affecte {	margin-top:20px;	margin-left:20px;	border-collapse:collapse;}/*Style des headers la table des droits*/#table_liste_formulaire_affecte th {border: 1px black solid;border-collapse:collapse;background-color:#CFD9DB;}/*Style des cellules de la table des droits*/#table_liste_formulaire_affecte td {border: 1px black solid;border-collapse:collapse;}/* Popups d'information quand on clique sur "créer un nouveau user" dans l'onglet Acteurs*/#popupMoreUser {position:absolute;width:300px;background-color:#CFD9DB;display:none;z-index:100;color: black;border: 1px black solid;}#popupMoreUserBoutonFermer {position:relative;left:280px;}#popupMoreUser  legend{	font-weight: bold ;}