442 |
jpm |
1 |
/*Feuille de style du monde réseau
|
|
|
2 |
Auteurs : Magali Giaume - Tamara Le Bourg*/
|
|
|
3 |
h1 {
|
|
|
4 |
color:#5E5200;
|
|
|
5 |
background-color:#EBCC77;}
|
|
|
6 |
h2, #identification_message, #form_connexion legend, #identification legend, #identification_info, #iden_action {
|
|
|
7 |
color: #996F18;}
|
|
|
8 |
hr {
|
|
|
9 |
color: #5E5200;}
|
|
|
10 |
a {
|
|
|
11 |
background-image: url(http://www.tela-botanica.org/sites/reseau/generique/images/graphisme/img_underline_reso.png);}
|
|
|
12 |
a:hover {
|
|
|
13 |
background-image: url(http://www.tela-botanica.org/sites/reseau/generique/images/graphisme/img_underline1_reso.png);}
|
|
|
14 |
img {
|
|
|
15 |
border:0;
|
|
|
16 |
padding:2px;}
|
|
|
17 |
a img {
|
|
|
18 |
border : 1px dotted #5E5200;}
|
|
|
19 |
/*DIFFERENTS BLOCS DE LA PAGE*/
|
|
|
20 |
/*bandeau*/
|
|
|
21 |
#bandeau {
|
|
|
22 |
background: url(http://www.tela-botanica.org/sites/reseau/generique/images/graphisme/bandeau_reseau_fond.png) repeat-x;}
|
|
|
23 |
#bandeau_contenu {
|
|
|
24 |
background:transparent url(http://www.tela-botanica.org/sites/reseau/generique/images/graphisme/bandeau_reseau.jpg) no-repeat;
|
|
|
25 |
height:77px;}
|
|
|
26 |
#titre_monde h1 {
|
|
|
27 |
color:#feffdc;}
|
|
|
28 |
#plan_contact a {
|
|
|
29 |
color:black;
|
|
|
30 |
background-image: url(http://www.tela-botanica.org/sites/commun/generique/images/graphisme/img_underline_plan_site_black.png);}
|
|
|
31 |
#plan_contact a:hover {
|
|
|
32 |
background-image: url(http://www.tela-botanica.org/sites/commun/generique/images/graphisme/img_underline_hover_plan_site_black.png);}
|
|
|
33 |
|
|
|
34 |
/*droite -> onglets */
|
|
|
35 |
#onglets li:hover {
|
|
|
36 |
color:#5E5200;}
|
|
|
37 |
#onglets li:hover a {
|
|
|
38 |
color:#5E5200;}
|
|
|
39 |
#onglets .menu_inactif {
|
|
|
40 |
border-bottom:#5E5200;}
|
|
|
41 |
#onglets .menu_actif a {
|
|
|
42 |
color:#5E5200;}
|
|
|
43 |
|
|
|
44 |
/* droite -> contenu */
|
|
|
45 |
#contenu {
|
|
|
46 |
border:1px solid #5E5200;}
|
|
|
47 |
|
|
|
48 |
/*Tableau*/
|
|
|
49 |
.table_cadre th {
|
|
|
50 |
background-color:#E4B842;
|
|
|
51 |
padding:0 5px;}
|
|
|
52 |
.table_cadre {
|
|
|
53 |
height:12px;}
|
|
|
54 |
.magali {
|
|
|
55 |
margin:0;}
|
|
|
56 |
.ligne_paire{
|
|
|
57 |
background-color:#faf2dc;}
|
|
|
58 |
.col1 {
|
|
|
59 |
text-align:left;}
|
|
|
60 |
#identification_info, #iden_action{
|
|
|
61 |
background-color:transparent;}
|
|
|
62 |
.form_identification input, .form_identification textarea, .form_identification select{
|
|
|
63 |
background-color:#fdf9f0;}
|
|
|
64 |
#menu_contextuel {
|
|
|
65 |
color:#E4B842;}
|
|
|
66 |
|
|
|
67 |
/*nav_gauche*/
|
|
|
68 |
#nav_gauche {
|
|
|
69 |
background:#fff url(http://www.tela-botanica.org/sites/reseau/generique/images/graphisme/degrade_sable.png) repeat-x;}
|
|
|
70 |
|
|
|
71 |
/* nav_gauche -> menus */
|
|
|
72 |
#menus {
|
|
|
73 |
font-size:13px;
|
|
|
74 |
margin:10px 0;
|
|
|
75 |
text-align:left;}
|
|
|
76 |
#menus .menu_actif>a {
|
|
|
77 |
background-color:#EBCC77;
|
|
|
78 |
border-color:rgb(238, 210, 135);}
|
|
|
79 |
#menus a:hover {
|
|
|
80 |
background-color:#EBCC77;}
|
|
|
81 |
|
|
|
82 |
/* presentation des menus */
|
|
|
83 |
.menu_classique_n2 .menu_actif {
|
|
|
84 |
background-color:#EBCC77;}
|
|
|
85 |
.menu_actif a {
|
|
|
86 |
color:#5E5200;}
|
|
|
87 |
|
|
|
88 |
/* Fiche personnelle inscription */
|
|
|
89 |
.liste_inscription {
|
|
|
90 |
list-style:none;}
|
|
|
91 |
|
|
|
92 |
/* Présentation partenaires */
|
505 |
tam |
93 |
.reseaux_partenaires li, .reseaux_equipe li {
|
442 |
jpm |
94 |
float: left;
|
|
|
95 |
height:160px;
|
|
|
96 |
width:180px;
|
|
|
97 |
text-align:center;
|
|
|
98 |
list-style-type:none;}
|
505 |
tam |
99 |
.reseaux_equipe li {
|
|
|
100 |
height:260px;
|
|
|
101 |
width:220px;}
|
|
|
102 |
.reseaux_partenaires span, .reseaux_equipe span {
|
442 |
jpm |
103 |
font-size:13px;
|
|
|
104 |
font-weight:bold;
|
|
|
105 |
color: #996F18;
|
|
|
106 |
text-transform:uppercase;
|
|
|
107 |
line-height:1.3em;
|
|
|
108 |
margin:10px 0 4px 0;}
|
506 |
tam |
109 |
/* Présentation page soutien */
|
442 |
jpm |
110 |
.reseaux_soutien li {
|
|
|
111 |
float: left;
|
|
|
112 |
height:200px;
|
|
|
113 |
width:300px;
|
|
|
114 |
border-style: solid;
|
|
|
115 |
border-width: 1px;
|
|
|
116 |
text-align:center;
|
|
|
117 |
list-style-type:none;}
|
|
|
118 |
.reseaux_soutien span {
|
|
|
119 |
font-size:13px;
|
|
|
120 |
font-weight:bold;
|
|
|
121 |
color: #996F18;
|
|
|
122 |
text-transform:uppercase;
|
|
|
123 |
line-height:1.3em;
|
|
|
124 |
margin:10px 0 4px 0;}
|
|
|
125 |
.reseaux_soutien img {
|
|
|
126 |
margin: 0 0 60px 60px;}
|
|
|
127 |
.reseaux_soutien li table {
|
|
|
128 |
margin: 10px 0 0px 10px;}
|
|
|
129 |
.reseaux_soutien li a {
|
|
|
130 |
text-decoration: none;
|
|
|
131 |
height: 25px;
|
565 |
tam |
132 |
width: 200px;
|
442 |
jpm |
133 |
margin: 0px 0px 0px 60px;
|
|
|
134 |
padding-top:10px;
|
|
|
135 |
font-weight:bold;
|
|
|
136 |
display: block;
|
|
|
137 |
font-size: 13px;
|
|
|
138 |
background-color: #EFF3F7;
|
|
|
139 |
border-style: solid;
|
|
|
140 |
border-bottom-color: #848688;
|
|
|
141 |
border-right-color: #848688;
|
|
|
142 |
border-left-color: #FAFBFC;
|
|
|
143 |
border-top-color: #FAFBFC;}
|
|
|
144 |
.reseaux_soutien li a:link, .reseaux_soutien li a:visited, .reseaux_soutien li a:hover {
|
|
|
145 |
color: #000000;
|
|
|
146 |
background-color: #EFF3F7;
|
|
|
147 |
border-style: solid;
|
|
|
148 |
border-bottom-color: #848688;
|
|
|
149 |
border-right-color: #848688;
|
|
|
150 |
border-left-color: #FAFBFC;
|
|
|
151 |
border-top-color: #FAFBFC;}
|
|
|
152 |
.reseaux_soutien li a:hover {
|
|
|
153 |
background-color: #cccccc;}
|
|
|
154 |
.reseaux_soutien li a:active {
|
|
|
155 |
background-color: #FAFBFC;
|
|
|
156 |
border-style: solid;
|
|
|
157 |
border-top-color: #848688;
|
|
|
158 |
border-left-color: #848688;
|
|
|
159 |
border-right-color: #FAFBFC;
|
506 |
tam |
160 |
border-bottom-color: #FAFBFC;}
|
|
|
161 |
/* Divers */
|
|
|
162 |
#sans_auteur .page_auteur, .page_separateur_auteur, .page_separateur_titre, .page_creation_mois, .page_creation_annee {
|
|
|
163 |
display:none;}
|