Subversion Repositories Applications.gtt

Rev

Rev 131 | Only display areas with differences | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 131 Rev 177
1
@CHARSET "ISO-8859-1";
1
@CHARSET "ISO-8859-1";
2
/* GTT VERSION 4 */
2
/* GTT VERSION 4 */
3
 
3
 
4
/* Modif des balises */
4
/* Modif des balises */
5
body,h1,h2,p{
5
body,h1,h2,p{
6
	margin:0;
6
	margin:0;
7
	padding:0;}
7
	padding:0;}
8
legend{margin:0 0 0 1em;}
8
legend{margin:0 0 0 1em;}
9
form {width:100%;}
9
form {width:100%;}
10
label{
10
label{
11
	display:block;
11
	display:block;
12
	float:left;
12
	float:left;
13
	padding-right:5px;
13
	padding-right:5px;
14
	min-width:150px;}
14
	min-width:150px;}
15
 
15
 
16
/* Disposition des éléments sur la page */
16
/* Disposition des �l�ments sur la page */
17
#zone_entete {
17
#zone_entete {
18
	height:75px;}
18
	height:75px;}
19
#zone_conteneur {
19
#zone_conteneur {
20
	position: absolute;
20
	position: absolute;
21
	min-width:1200px;
21
	min-width:1200px;
22
	width:100%;}
22
	width:100%;}
23
#zone_tronc {
23
#zone_tronc {
24
	position:relative;
24
	position:relative;
25
	padding:5px;}
25
	padding:5px;}
26
#zone_gauche {
26
#zone_gauche {
27
	position:absolute;
27
	position:absolute;
28
	left:0;
28
	left:0;
29
	top:5px;
29
	top:5px;
30
	width:200px;
30
	width:200px;
31
	height:100%;}
31
	height:100%;}
32
#zone_centre {
32
#zone_centre {
33
	position:relative;
33
	position:relative;
34
	margin:0 200px;
34
	margin:0 200px;
35
	padding:0;
35
	padding:0;
36
	min-height:500px;
36
	min-height:500px;
37
	min-width:750px;
37
	min-width:750px;
38
	overflow:auto;}
38
	overflow:auto;}
39
#zone_droite {
39
#zone_droite {
40
	position:absolute;
40
	position:absolute;
41
	right:0;
41
	right:0;
42
	top:5px;
42
	top:5px;
43
	width:205px;
43
	width:205px;
44
	height:100%;}
44
	height:100%;}
45
#zone_pied {
45
#zone_pied {
46
	margin-top:10px;
46
	margin-top:10px;
47
	height:100%;}
47
	height:100%;}
48
 
48
 
49
/* Autres zones mineures*/
49
/* Autres zones mineures*/
50
#zone_accessibilite {
50
#zone_accessibilite {
51
	float:right;}
51
	float:right;}
52
#zone_menu{
52
#zone_menu{
53
	padding:0 0 0 5px;}
53
	padding:0 0 0 5px;}
54
 
54
 
55
/* Détails */
55
/* D�tails */
56
#gestion input {width:80px;}
56
#gestion input {width:80px;}
57
#gestion #btn_valider,.btn_large{
57
#gestion #btn_valider,.btn_large{
58
	width:50%;
58
	width:50%;
59
	height:50px;
59
	height:50px;
60
	margin:5px auto;}
60
	margin:5px auto;}
61
form.centre{
61
form.centre{
62
	text-align:center;}
62
	text-align:center;}
63
#calendrier_gestion table{
63
#calendrier_gestion table{
64
	width:100%;
64
	width:100%;
65
	clear:both;}
65
	clear:both;}
66
#connexion input[type=submit]{width:100%}
66
#connexion input[type=submit]{width:100%}
67
#info{margin:0;
67
#info{margin:0;
68
	padding:0;}
68
	padding:0;}
69
#info_aujourdhui{
69
#info_aujourdhui{
70
	float:left;
70
	float:left;
71
	margin:0;}
71
	margin:0;}
72
#info_semaine{text-align:right;}
72
#info_semaine{text-align:right;}
73
 
73
 
74
/*Formulaires*/
74
/*Formulaires*/
75
.editer li{
75
.editer li{
76
	display:block;
76
	display:block;
77
	float:left;
77
	float:left;
78
	margin:0 0 0 5px}
-
 
79
78
	margin:0 0 0 5px}
-
 
79
 
-
 
80
/* codes couleurs */
-
 
81
.bg-alerte {
-
 
82
	background-color: #F3B04E;
-
 
83
}
-
 
84
 
-
 
85
/* barre d'avancement */
-
 
86
.barre-avancement-ext {
-
 
87
	display: inline-block;
-
 
88
	height: 10px;
-
 
89
	width: 100px;
-
 
90
	border: solid #ddd 1px;
-
 
91
	background-color: white;
-
 
92
	text-align: left;
-
 
93
}
-
 
94
 
-
 
95
.barre-avancement-int {
-
 
96
	height: 10px;
-
 
97
	background-color: #409F40;
-
 
98
}
-
 
99