Subversion Repositories Applications.referentiel

Rev

Rev 38 | Rev 46 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 38 Rev 45
Line 1... Line 1...
1
@CHARSET "UTF-8";
1
@CHARSET "UTF-8";
2
/*--------------------------------------------------------------------------------------------------------------*/
2
/*--------------------------------------------------------------------------------------------------------------*/
-
 
3
/* Générique */
-
 
4
table {
-
 
5
  border:1px solid #36560B;
-
 
6
  border-collapse: collapse;}
-
 
7
td, th {
-
 
8
  border:1px solid #36560B;
-
 
9
  padding:5px;}
-
 
10
/*--------------------------------------------------------------------------------------------------------------*/
-
 
11
/* Disposition */
-
 
12
#zone-centrale {
-
 
13
	text-align:center;
-
 
14
	}
-
 
15
#zone-logo{
-
 
16
	left:18px;
-
 
17
	margin:7px 10px;
-
 
18
	position:absolute;
-
 
19
	top:2px;
-
 
20
	z-index:1;}
-
 
21
#zone-entete{
-
 
22
	height:120px;
-
 
23
	margin:0;
-
 
24
	background:url("http://www.tela-botanica.org/sites/atelier/generique/images/graphisme/bandeau_atelier_fond.png") repeat-x scroll 0 0 transparent;}
-
 
25
#zone-entete-contenu{
-
 
26
	height:120px;
-
 
27
	background:url("http://www.tela-botanica.org/sites/atelier/generique/images/graphisme/bandeau_atelier.jpg") no-repeat scroll 0 0 transparent;}
-
 
28
#zone-titre-site{
-
 
29
	height:38px;
-
 
30
	margin:0;
-
 
31
	text-align:right;}
-
 
32
#zone-titre-site h1{
-
 
33
	margin:0 20px 0 0;
-
 
34
	padding:0;
-
 
35
	background-color:transparent;
-
 
36
	font-size:28px;
-
 
37
	font-weight:bold;}
-
 
38
#zone-navigation{
-
 
39
	position:relative;
-
 
40
	float:left;
-
 
41
	z-index:2;
-
 
42
	text-align:left;
-
 
43
	font-weight:bold;}
-
 
44
#zone-corps{
-
 
45
	position:relative;
-
 
46
	margin:0;
-
 
47
	text-align:left;}
-
 
48
#zone-corps-contenu{
-
 
49
	position:relative;
-
 
50
	clear:both;
-
 
51
	min-height:300px;
-
 
52
	padding:0 2px;
-
 
53
	text-align:justify;}
-
 
54
#zone-fil-ariane{
-
 
55
	}
-
 
56
#zone-pied{
-
 
57
	}
-
 
58
/*--------------------------------------------------------------------------------------------------------------*/
-
 
59
/* Fil d'ariane */
-
 
60
#zone-fil-ariane{
-
 
61
	padding:10px 5px;}
-
 
62
#zone-fil-ariane p{
-
 
63
	font-weight:bold;
-
 
64
	float:left;
-
 
65
	margin:0;
-
 
66
	padding-right:5px;}
-
 
67
.fil-ariane{
-
 
68
	list-style-type:none;
-
 
69
	margin:0;
-
 
70
	padding:0;}
-
 
71
.fil-ariane li{
-
 
72
	float:left;
-
 
73
	margin:0;
-
 
74
	padding:0;}
-
 
75
.fil-ariane li:before{
-
 
76
	content: " > ";}
-
 
77
.fil-ariane a{
-
 
78
	padding:0 5px;}
-
 
79
/*--------------------------------------------------------------------------------------------------------------*/
-
 
80
/* Navigation onglets */
-
 
81
#zone-navigation ul {
-
 
82
	margin:0;
-
 
83
	padding:0;
-
 
84
	list-style:none;}
-
 
85
#zone-navigation li {
-
 
86
	float:left;
-
 
87
	margin:0;
-
 
88
	padding:0;
-
 
89
	background:url(http://www.tela-botanica.org/sites/commun/generique/images/graphisme/norm_right_both.gif) no-repeat right top;}
-
 
90
#zone-navigation a {
-
 
91
	float:left; /* ligne ajoutee pour compatibilite IE5-Mac */
-
 
92
	display:block;
-
 
93
	background:url("http://www.tela-botanica.org/sites/commun/generique/images/graphisme/norm_left_both.gif") no-repeat left top;
-
 
94
	width:.1em;
-
 
95
	white-space:nowrap;/*2 lignes ajoutees pour compatibilite IE : extension de la zone cliquable a l'ensemble de l'onglet*/
-
 
96
	padding:5px 15px 4px;
-
 
97
	text-decoration:none;}
-
 
98
/* On retablit le float a sa valeur correct mais le hack de l'antislash commente cache cette regle a IE5-Mac \*/
-
 
99
#zone-navigation a {float:none;}
-
 
100
/* End IE5-Mac hack */
-
 
101
#zone-navigation > ul a {
-
 
102
  width:auto;} /*propriete ajoutee pour contredire la ligne speciale IE (ci dessus) pour les autres navigateurs*/
-
 
103
#zone-navigation li:hover {
-
 
104
  background-position:100% -150px;}
-
 
105
#zone-navigation li:hover a {
-
 
106
  background-position:0% -150px;}
-
 
107
#zone-navigation .menu_inactif {
-
 
108
  border-bottom:1px solid;}
-
 
109
#zone-navigation .menu_actif, #zone-navigation .onglet_actif {
-
 
110
  position:relative;
-
 
111
  background-position:100% -150px;
-
 
112
  padding-bottom:2px;
-
 
113
  z-index:3;
-
 
114
  font-weight:bold;}
-
 
115
#zone-navigation .menu_actif a, #zone-navigation .onglet_actif a {
-
 
116
  position:relative;
-
 
117
  background-position:0% -150px;
-
 
118
  padding-bottom:3px;
-
 
119
  z-index:4;}
-
 
120
 
-
 
121
 
-
 
122
/*--------------------------------------------------------------------------------------------------------------*/
3
/* Général */
123
/* Général */
4
.discretion{
124
.discretion{
5
	color:#A9A9A9;
125
	color:#A9A9A9;
6
	font-size:10px;
126
	font-size:10px;
7
	font-weight:normal;}
127
	font-weight:normal;}
Line 29... Line 149...
29
	list-style-type:none;
149
	list-style-type:none;
30
	padding:0;
150
	padding:0;
31
	margin:0 !important;}
151
	margin:0 !important;}
32
.liste-champs li{
152
.liste-champs li{
33
	padding:2px;}
153
	padding:2px;}
-
 
154
 
34
/*--------------------------------------------------------------------------------------------------------------*/
155
/*--------------------------------------------------------------------------------------------------------------*/
35
/* Demande de traitements */
156
/* Demande de traitements */
36
#zone-form form{
157
#zone-form input {
37
	display:inline;}
158
	margin:5px;}
-
 
159
.traitement-attente{
-
 
160
	background-color:#F16158;}
-
 
161
.traitement-cours{
-
 
162
	background-color:#FCCB54;}
-
 
163
.traitement-termine{
-
 
164
	background-color:#BBEFA5;}
38
/*--------------------------------------------------------------------------------------------------------------*/
165
/*--------------------------------------------------------------------------------------------------------------*/
39
/* Traitement */
166
/* Traitement */
40
#resultats {
167
#resultats {
41
	width:1024px;}
168
	width:1024px;}
42
#resultats .numero{
169
#resultats .numero{