| 109 | 
           mathias | 
           1 | 
           /*
  | 
        
        
            | 
            | 
           2 | 
           	Feuille de style du monde Flore de l'Is�re
  | 
        
        
            | 
            | 
           3 | 
           	Auteur : Jean-Pascal MILCENT
  | 
        
        
            | 
            | 
           4 | 
           */
  | 
        
        
            | 
            | 
           5 | 
           h1{
  | 
        
        
            | 
            | 
           6 | 
             color:#003399;}
  | 
        
        
            | 
            | 
           7 | 
           h2, h3, h4, h5, h6, hr{
  | 
        
        
            | 
            | 
           8 | 
             color:#6699FF;}
  | 
        
        
            | 
            | 
           9 | 
           a img {
  | 
        
        
            | 
            | 
           10 | 
             border:1px dotted #6699FF;}
  | 
        
        
            | 
            | 
           11 | 
           a {
  | 
        
        
            | 
            | 
           12 | 
           	color:#003399;}
  | 
        
        
            | 
            | 
           13 | 
           a:hover {
  | 
        
        
            | 
            | 
           14 | 
           	color:#6699FF;}
  | 
        
        
            | 
            | 
           15 | 
              | 
        
        
            | 
            | 
           16 | 
           /*DIFFERENTS BLOCS DE LA PAGE*/
  | 
        
        
            | 
            | 
           17 | 
              | 
        
        
           | 112 | 
           mathias | 
           18 | 
           /* Logo */
  | 
        
        
           | 109 | 
           mathias | 
           19 | 
           #zone_logo {
  | 
        
        
           | 112 | 
           mathias | 
           20 | 
           	margin-top: 17px;
  | 
        
        
            | 
            | 
           21 | 
           	margin-left: 15px;
  | 
        
        
            | 
            | 
           22 | 
           }
  | 
        
        
           | 109 | 
           mathias | 
           23 | 
              | 
        
        
            | 
            | 
           24 | 
           /* Bandeau */
  | 
        
        
            | 
            | 
           25 | 
           #zone_bandeau {
  | 
        
        
            | 
            | 
           26 | 
           	background: transparent url("http://www.gentiana.org/sites/flore/generique/images/graphisme/bandeau.jpg") no-repeat top left;}
  | 
        
        
            | 
            | 
           27 | 
           #bandeau_contenu {
  | 
        
        
            | 
            | 
           28 | 
           	background: transparent url("http://www.gentiana.org/sites/flore/generique/images/graphisme/fond_menu_commun_bandeau.png") repeat-x top left;}
  | 
        
        
            | 
            | 
           29 | 
              | 
        
        
            | 
            | 
           30 | 
           /* Zone moteur recherche */
  | 
        
        
            | 
            | 
           31 | 
           #form_more_recherche input#more_ok {
  | 
        
        
            | 
            | 
           32 | 
           	color:white;}
  | 
        
        
            | 
            | 
           33 | 
           #form_more_recherche input#more_ok:hover {
  | 
        
        
            | 
            | 
           34 | 
           	color:#6699FF;
  | 
        
        
            | 
            | 
           35 | 
           	border-color:#6699FF;}
  | 
        
        
            | 
            | 
           36 | 
           #form_more_recherche input#more_motif{
  | 
        
        
            | 
            | 
           37 | 
           	color:#6699FF;
  | 
        
        
            | 
            | 
           38 | 
           	font-weight:bold;}
  | 
        
        
            | 
            | 
           39 | 
              | 
        
        
            | 
            | 
           40 | 
           /* Zone contenu -> VEI */
  | 
        
        
            | 
            | 
           41 | 
           #zone_vei {
  | 
        
        
            | 
            | 
           42 | 
           	background: transparent url("http://www.gentiana.org/sites/flore/generique/images/graphisme/picto_vei.png") no-repeat top left;}
  | 
        
        
            | 
            | 
           43 | 
           #vei {
  | 
        
        
            | 
            | 
           44 | 
           	color:#003399;}
  | 
        
        
            | 
            | 
           45 | 
              | 
        
        
            | 
            | 
           46 | 
           /* Zone contenu -> Navigation */
  | 
        
        
            | 
            | 
           47 | 
           #zone_contenu_navigation {
  | 
        
        
            | 
            | 
           48 | 
             border-color:#003399;}
  | 
        
        
            | 
            | 
           49 | 
           #zone_contenu_navigation li {
  | 
        
        
           | 123 | 
           mathias | 
           50 | 
           	border-radius: 10px 10px 0 0;
  | 
        
        
            | 
            | 
           51 | 
           	border: solid #909090 1px;
  | 
        
        
            | 
            | 
           52 | 
           	border-bottom: solid #b0b0b0 1px;
  | 
        
        
            | 
            | 
           53 | 
           	margin-right: 2px;
  | 
        
        
            | 
            | 
           54 | 
           }
  | 
        
        
            | 
            | 
           55 | 
           #zone_contenu_navigation li.menu_actif {
  | 
        
        
            | 
            | 
           56 | 
           	border-bottom: none;
  | 
        
        
            | 
            | 
           57 | 
           }
  | 
        
        
            | 
            | 
           58 | 
           #zone_contenu_navigation li.menu_inactif {
  | 
        
        
            | 
            | 
           59 | 
           	background-color: #d0d0d0;
  | 
        
        
            | 
            | 
           60 | 
           }
  | 
        
        
            | 
            | 
           61 | 
           #zone_contenu_navigation li.menu_inactif a {
  | 
        
        
            | 
            | 
           62 | 
           	color: #404040;
  | 
        
        
            | 
            | 
           63 | 
           }
  | 
        
        
           | 109 | 
           mathias | 
           64 | 
           #zone_contenu_navigation li:hover {
  | 
        
        
            | 
            | 
           65 | 
             color:#003399;}
  | 
        
        
            | 
            | 
           66 | 
           #zone_contenu_navigation li a:hover {
  | 
        
        
            | 
            | 
           67 | 
             color:#003399;}
  | 
        
        
            | 
            | 
           68 | 
           #zone_contenu_navigation .menu_inactif a {
  | 
        
        
            | 
            | 
           69 | 
           	color:white;
  | 
        
        
            | 
            | 
           70 | 
             border-bottom:#003399;}
  | 
        
        
            | 
            | 
           71 | 
           #zone_contenu_navigation .menu_actif a {
  | 
        
        
            | 
            | 
           72 | 
             color:#003399;}
  | 
        
        
            | 
            | 
           73 | 
              | 
        
        
            | 
            | 
           74 | 
           /* Zone contenu -> Page */
  | 
        
        
            | 
            | 
           75 | 
           #zone_contenu_page {
  | 
        
        
            | 
            | 
           76 | 
           }
  | 
        
        
            | 
            | 
           77 | 
              | 
        
        
            | 
            | 
           78 | 
           /* Zone liste sites */
  | 
        
        
            | 
            | 
           79 | 
           #zone_liste_site a {
  | 
        
        
            | 
            | 
           80 | 
           	color:white;}
  | 
        
        
            | 
            | 
           81 | 
           #site_flore_isere a{
  | 
        
        
            | 
            | 
           82 | 
           	color:#99CCFF;
  | 
        
        
            | 
            | 
           83 | 
             background:url("http://www.gentiana.org/sites/flore/generique/images/graphisme/site_flore_isere.png") center left no-repeat;}
  | 
        
        
            | 
            | 
           84 | 
              | 
        
        
            | 
            | 
           85 | 
           /* Zone menu */
  | 
        
        
            | 
            | 
           86 | 
           #zone_menu {
  | 
        
        
           | 124 | 
           mathias | 
           87 | 
             /*background:transparent url("http://www.gentiana.org/sites/flore/generique/images/graphisme/fond_menu_classique.png") repeat-x;*/
  | 
        
        
            | 
            | 
           88 | 
             border-right: solid 1px #dedede;
  | 
        
        
            | 
            | 
           89 | 
           }
  | 
        
        
           | 109 | 
           mathias | 
           90 | 
           #zone_menu a{
  | 
        
        
            | 
            | 
           91 | 
             color:#003399;}
  | 
        
        
            | 
            | 
           92 | 
           #zone_menu a:hover, #form_connexion #connexion:hover {
  | 
        
        
            | 
            | 
           93 | 
           	color:#6699FF;
  | 
        
        
            | 
            | 
           94 | 
           	border-color:#6699FF;}
  | 
        
        
            | 
            | 
           95 | 
              | 
        
        
            | 
            | 
           96 | 
           /* Zone menu -> menus classique */
  | 
        
        
            | 
            | 
           97 | 
           #zone_menu_classique a:hover {/* Menu tout niveau : survol */
  | 
        
        
            | 
            | 
           98 | 
             background-color:#FFF23F;
  | 
        
        
            | 
            | 
           99 | 
             color:black;}
  | 
        
        
            | 
            | 
           100 | 
           #zone_menu_classique .menu_classique_n1>li.menu_actif>a {/* Menu niveau 1 actif */
  | 
        
        
           | 125 | 
           mathias | 
           101 | 
             /*background:#FFF23F url("http://www.gentiana.org/sites/flore/generique/images/graphisme/puce_triangle.png") no-repeat center left;*/
  | 
        
        
            | 
            | 
           102 | 
             background-color: #FFF23F;
  | 
        
        
            | 
            | 
           103 | 
           }
  | 
        
        
           | 109 | 
           mathias | 
           104 | 
           #zone_menu_classique .menu_classique_n2 .menu_actif {/* Menu niveau 2 actif */
  | 
        
        
            | 
            | 
           105 | 
             background-color:#FFF23F;}
  | 
        
        
            | 
            | 
           106 | 
           #zone_menu_classique .menu_classique_n2 .menu_inactif {/* Menu niveau 2 inactif */
  | 
        
        
            | 
            | 
           107 | 
             background-color:#FFFFCC;}
  | 
        
        
            | 
            | 
           108 | 
              | 
        
        
           | 117 | 
           mathias | 
           109 | 
           /* Zone menu -> menus déroulants */
  | 
        
        
            | 
            | 
           110 | 
           #zone_menu_classique a:hover { /* Menu tout niveau : survol */
  | 
        
        
            | 
            | 
           111 | 
           	background-color:#FFF23F;
  | 
        
        
            | 
            | 
           112 | 
           	color:black;
  | 
        
        
            | 
            | 
           113 | 
           }
  | 
        
        
            | 
            | 
           114 | 
           #zone_menu_classique .menu_deroulant_n1 > li.menu_actif > a { /* Menu niveau 1 actif */
  | 
        
        
           | 125 | 
           mathias | 
           115 | 
           	/*background:#FFF23F url("http://www.gentiana.org/sites/gentiana/generique/images/graphisme/puce_triangle.png") no-repeat center left;*/
  | 
        
        
            | 
            | 
           116 | 
           	background-color: #FFF23F;
  | 
        
        
           | 117 | 
           mathias | 
           117 | 
           }
  | 
        
        
            | 
            | 
           118 | 
           #zone_menu_classique .menu_deroulant_n2 .menu_actif { /* Menu niveau 2 actif */
  | 
        
        
            | 
            | 
           119 | 
           	background-color:#FFF23F;
  | 
        
        
            | 
            | 
           120 | 
           }
  | 
        
        
            | 
            | 
           121 | 
           #zone_menu_classique .menu_deroulant_n1 > li.menu_actif > .menu_deroulant_n2 .menu_inactif { /* Menu niveau 2 inactif */
  | 
        
        
            | 
            | 
           122 | 
           	background-color:#FFFFCC;
  | 
        
        
            | 
            | 
           123 | 
           }
  | 
        
        
           | 125 | 
           mathias | 
           124 | 
           #zone_menu_classique .menu_deroulant_n1 > li > a {
  | 
        
        
            | 
            | 
           125 | 
           	border: solid #003399 1px;
  | 
        
        
            | 
            | 
           126 | 
           	border-radius: 8px;
  | 
        
        
            | 
            | 
           127 | 
           }
  | 
        
        
           | 117 | 
           mathias | 
           128 | 
              | 
        
        
           | 109 | 
           mathias | 
           129 | 
           /* Zone menu -> Identification */
  | 
        
        
            | 
            | 
           130 | 
           #zone_identification {
  | 
        
        
            | 
            | 
           131 | 
           	background: transparent url("http://www.gentiana.org/sites/flore/generique/images/graphisme/identification_cadre.png") no-repeat top left;}
  | 
        
        
            | 
            | 
           132 | 
           #form_connexion, #iden_action {
  | 
        
        
            | 
            | 
           133 | 
           	background: transparent url("http://www.gentiana.org/sites/flore/generique/images/graphisme/identification_fleur.png") no-repeat bottom right;}
  | 
        
        
            | 
            | 
           134 | 
           #identification_message, #zone_identification legend, #zone_identification a, #zone_identification label, #form_connexion #connexion {
  | 
        
        
            | 
            | 
           135 | 
           	color:#003399;}
  | 
        
        
            | 
            | 
           136 | 
              | 
        
        
            | 
            | 
           137 | 
           /* Zone pied */
  | 
        
        
            | 
            | 
           138 | 
           #pied_menu_commun {
  | 
        
        
            | 
            | 
           139 | 
           	background: transparent url("http://www.gentiana.org/sites/flore/generique/images/graphisme/fond_menu_commun_pied.png") repeat-x top left;}
  | 
        
        
            | 
            | 
           140 | 
           #pied_menu_commun a{
  | 
        
        
            | 
            | 
           141 | 
           	color:black;}
  | 
        
        
            | 
            | 
           142 | 
              | 
        
        
            | 
            | 
           143 | 
           /* Tableau*/
  | 
        
        
            | 
            | 
           144 | 
           .table_cadre {
  | 
        
        
            | 
            | 
           145 | 
             border:1px solid #6699FF;
  | 
        
        
            | 
            | 
           146 | 
             margin:0 0 15px 0;}
  | 
        
        
            | 
            | 
           147 | 
           .table_cadre th {
  | 
        
        
            | 
            | 
           148 | 
           	color:white;
  | 
        
        
            | 
            | 
           149 | 
             border:1px solid #6699FF;
  | 
        
        
            | 
            | 
           150 | 
           	background: #6E97D0 url("http://www.gentiana.org/sites/flore/generique/images/graphisme/fond_menu_commun_bandeau.png") repeat-x top left;}
  | 
        
        
            | 
            | 
           151 | 
           .table_cadre th a {
  | 
        
        
            | 
            | 
           152 | 
           	color:white;}
  | 
        
        
            | 
            | 
           153 | 
           .table_cadre td {
  | 
        
        
            | 
            | 
           154 | 
             border:1px solid #6699FF;}
  | 
        
        
            | 
            | 
           155 | 
           .table_cadre {
  | 
        
        
            | 
            | 
           156 | 
             background-color:white;}
  | 
        
        
            | 
            | 
           157 | 
           .ligne_paire {
  | 
        
        
            | 
            | 
           158 | 
             background-color:#E3ECF4;}
  | 
        
        
            | 
            | 
           159 | 
              | 
        
        
            | 
            | 
           160 | 
           /* Sp�cial appli eFlore */
  | 
        
        
            | 
            | 
           161 | 
           #eflore_pied_page {
  | 
        
        
            | 
            | 
           162 | 
             clear:both;
  | 
        
        
            | 
            | 
           163 | 
             padding-top:20px;
  | 
        
        
            | 
            | 
           164 | 
           	margin:0 auto;
  | 
        
        
            | 
            | 
           165 | 
             text-align:center;
  | 
        
        
            | 
            | 
           166 | 
             color:#A9A9A9;}
  | 
        
        
            | 
            | 
           167 | 
           #efc_transmettre_info {
  | 
        
        
            | 
            | 
           168 | 
           	background-color:#CADAEE;
  | 
        
        
            | 
            | 
           169 | 
           	border:1px solid blue;
  | 
        
        
            | 
            | 
           170 | 
           	font-weight:bold;
  | 
        
        
            | 
            | 
           171 | 
           	text-align:center;
  | 
        
        
            | 
            | 
           172 | 
           	height:3em;
  | 
        
        
            | 
            | 
           173 | 
           	margin:5px 20%;}
  | 
        
        
            | 
            | 
           174 | 
           #efc_carte_presence, #efc_carte_proportion {
  | 
        
        
            | 
            | 
           175 | 
           	position:relative;
  | 
        
        
            | 
            | 
           176 | 
           	width:800px;
  | 
        
        
            | 
            | 
           177 | 
           	height:700px;}
  | 
        
        
            | 
            | 
           178 | 
           #efc_legende{
  | 
        
        
            | 
            | 
           179 | 
           	position:absolute;
  | 
        
        
            | 
            | 
           180 | 
           	top:0;
  | 
        
        
            | 
            | 
           181 | 
           	right:0;
  | 
        
        
            | 
            | 
           182 | 
           	border:none;
  | 
        
        
            | 
            | 
           183 | 
           	border-collapse:separate;
  | 
        
        
            | 
            | 
           184 | 
           	width:200px;
  | 
        
        
            | 
            | 
           185 | 
           	padding:2px;
  | 
        
        
            | 
            | 
           186 | 
           	margin:5px;}
  | 
        
        
            | 
            | 
           187 | 
           .efcl_couleur {
  | 
        
        
            | 
            | 
           188 | 
             border:1px solid black;
  | 
        
        
            | 
            | 
           189 | 
             width:10px;
  | 
        
        
            | 
            | 
           190 | 
             height:10px;}
  | 
        
        
            | 
            | 
           191 | 
           #efc_avertissement {
  | 
        
        
            | 
            | 
           192 | 
           	clear:both;}
  |