Subversion Repositories Applications.gtt

Rev

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

Rev 73 Rev 75
Line 1... Line 1...
1
@CHARSET "ISO-8859-1";
1
@CHARSET "ISO-8859-1";
2
/* GTT VERSION 4 */
2
/* GTT VERSION 4 */
Line 3... Line 3...
3
 
3
 
4
/* Modif des balises */
4
/* Modif des balises */
5
body {
5
body,h1,h2,p{
6
	margin: 0;
6
	margin:0;
Line 7... Line 7...
7
	padding: 0;}
7
	padding:0;}
8
 
8
 
9
/* Disposition des éléments sur la page */
9
/* Disposition des éléments sur la page */
10
#zone_entete {
10
#zone_entete {
Line 16... Line 16...
16
	background-color:#CCCCFF;}
16
	background-color:#CCCCFF;}
17
#zone_tronc {
17
#zone_tronc {
18
	position:relative;
18
	position:relative;
19
	padding:5px;}
19
	padding:5px;}
20
#zone_gauche {
20
#zone_gauche {
21
	position: absolute;
21
	position:absolute;
22
	left:0;
22
	left:0;
23
	top:5px;
23
	top:5px;
24
	width:250px;
24
	width:250px;
25
	background-color:white;}
25
	background-color:white;
-
 
26
	height:100%;}
26
#zone_centre {
27
#zone_centre {
27
	position:relative;
28
	position:relative;
28
	margin-left:250px;
29
	margin:0 250px;
29
	margin-right:250px;
30
	padding:0;
30
	min-height:500px;
31
	min-height:500px;
-
 
32
	min-width:800px;
31
	background-color:#9999CC;}
33
	background-color:#9999CC;}
32
#zone_droite {
34
#zone_droite {
33
	position:absolute;
35
	position:absolute;
34
	right:0;
36
	right:0;
35
	top:5px;
37
	top:5px;
36
	width:250px;
38
	width:250px;
37
	background-color:white;}
39
	background-color:white;
-
 
40
	height:100%;}
38
#zone_pied {
41
#zone_pied {
-
 
42
	margin-top:10px;
39
	height:100%;
43
	height:100%;
40
	background-color: #99CC99;}
44
	background-color: #99CC99;}
Line 41... Line 45...
41
 
45
 
42
/* Détails */
46
/* Détails */
Line 52... Line 56...
52
	margin:5px auto;}
56
	margin:5px auto;}
53
#calendrier_gestion table{
57
#calendrier_gestion table{
54
	width:100%;
58
	width:100%;
55
	clear:both;}
59
	clear:both;}
56
#connexion input[type=submit]{width:100%}
60
#connexion input[type=submit]{width:100%}
-
 
61
#info{margin:0;
-
 
62
	padding:0;}
57
#info_aujourdhui{
63
#info_aujourdhui{
58
	float:left;
64
	float:left;
59
	margin:0;}
65
	margin:0;}
60
#info_semaine{text-align:right;}
-
 
61
66
#info_semaine{text-align:right;}
-
 
67
 
-
 
68
/*Formulaires*/
-
 
69
label{
-
 
70
	display:block;
-
 
71
	float:left;
-
 
72
	padding-right:5px;
-
 
73
	min-width:150px;}
-
 
74
.editer li{
-
 
75
	display:block;
-
 
76
	float:left;
-
 
77
	margin:0 0 0 5px}
-
 
78
62
79