Subversion Repositories eFlore/Applications.cel

Rev

Rev 139 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 139 Rev 174
Line 4... Line 4...
4
			div,td{color:#000000}
4
			div,td{color:#000000}
5
			a:link,.w,.w a:link{color:#0000cc}
5
			a:link,.w,.w a:link{color:#0000cc}
6
			a:visited{color:#551a8b}
6
			a:visited{color:#551a8b}
7
			a:active{color:#ff0000}
7
			a:active{color:#ff0000}
Line 8... Line 8...
8
			
8
			
-
 
9
			 .thumb-wrap {
9
			 .thumb img {
10
			 background-image :url(vide_s_g.jpg);
10
			height: 100px;
11
			 width : 100px ;
11
			width: 100px;
12
			 height : 100px ;
Line -... Line 13...
-
 
13
			}
-
 
14
			
-
 
15
            .thumb-wrap {
-
 
16
                display: table-cell ;
-
 
17
                text-align: center ;
-
 
18
                vertical-align: middle ;
12
			}
19
            } 
13
			
20
			
14
			.x-window-tl .x-window-header {
21
			.x-window-tl .x-window-header {
Line 15... Line 22...
15
                color:#406324;
22
                color:#406324;
Line 55... Line 62...
55
			   text-align: center ;       
62
			   text-align: center ;       
56
               color: #318D9F ;  
63
               color: #318D9F ;  
57
               font-weight: bold ;
64
               font-weight: bold ;
58
			}
65
			}
Line -... Line 66...
-
 
66
			
-
 
67
			#etatConnexion {
-
 
68
			     cursor: pointer ;
-
 
69
			}
-
 
70
			
-
 
71
			#liensExt {
-
 
72
                float: right;
-
 
73
                margin-top: -15px;
-
 
74
			}
59
			
75
			
60
			#x-up-bandeau div div {
76
			#x-up-bandeau div div {
61
				height: 100 px !important;
77
				height: 100 px !important;
62
				background-image:url(fond-herbes.png);
78
				background-image:url(fond-herbes.png);
63
				background-repeat:repeat-x;
79
				background-repeat:repeat-x;
Line 233... Line 249...
233
            
249
            
234
            .motcletaille10 {
250
            .motcletaille10 {
235
                font-size: 28px ; 
251
                font-size: 28px ; 
236
                color: #333333;
252
                color: #333333;
-
 
253
            }
-
 
254
            
-
 
255
            .saisie_invalide_invisible {
-
 
256
                display: none;
-
 
257
            }
-
 
258
            
-
 
259
            .saisie_invalide {
-
 
260
                display: block ;
-
 
261
                font-size: 12px ;
-
 
262
                color: #FF0000;
-
 
263
                text-align: center;