Subversion Repositories Applications.gtt

Rev

Rev 100 | Rev 131 | Go to most recent revision | Only display areas with differences | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 100 Rev 110
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;}
-
 
9
form {width:100%;}
8
legend{
10
label{
-
 
11
	display:block;
-
 
12
	float:left;
-
 
13
	padding-right:5px;
9
	margin:0 0 0 1em;}
14
	min-width:150px;}
10
 
15
 
11
/* Disposition des éléments sur la page */
16
/* Disposition des éléments sur la page */
12
#zone_entete {
17
#zone_entete {
13
	height:75px;}
18
	height:75px;}
14
#zone_conteneur {
19
#zone_conteneur {
15
	position: absolute;
20
	position: absolute;
16
	width:100%;}
21
	width:100%;}
17
#zone_tronc {
22
#zone_tronc {
18
	position:relative;
23
	position:relative;
19
	padding:5px;}
24
	padding:5px;}
20
#zone_gauche {
25
#zone_gauche {
21
	position:absolute;
26
	position:absolute;
22
	left:0;
27
	left:0;
23
	top:5px;
28
	top:5px;
24
	width:250px;
29
	width:250px;
25
	height:100%;}
30
	height:100%;}
26
#zone_centre {
31
#zone_centre {
27
	position:relative;
32
	position:relative;
28
	margin:0 250px;
33
	margin:0 250px;
29
	padding:0;
34
	padding:0;
30
	min-height:500px;
35
	min-height:500px;
31
	min-width:800px;
36
	min-width:800px;
32
	overflow:auto;}
37
	overflow:auto;}
33
#zone_droite {
38
#zone_droite {
34
	position:absolute;
39
	position:absolute;
35
	right:0;
40
	right:0;
36
	top:5px;
41
	top:5px;
37
	width:250px;
42
	width:250px;
38
	height:100%;}
43
	height:100%;}
39
#zone_pied {
44
#zone_pied {
40
	margin-top:10px;
45
	margin-top:10px;
41
	height:100%;}
46
	height:100%;}
42
 
47
 
43
/* Autres zones mineures*/
48
/* Autres zones mineures*/
44
#zone_accessibilite {
49
#zone_accessibilite {
45
	float:right;}
50
	float:right;}
46
#zone_menu{
51
#zone_menu{
47
	padding:0 0 0 5px;}
52
	padding:0 0 0 5px;}
48
 
53
 
49
/* Détails */
54
/* Détails */
50
#gestion {
-
 
51
	width:100%;
-
 
52
	text-align:center;}
-
 
53
#gestion input {width:80px;}
55
#gestion input {width:80px;}
54
#gestion #btn_valider {
56
#gestion #btn_valider,.btn_large{
55
	width:50%;
57
	width:50%;
56
	height:50px;
58
	height:50px;
57
	margin:5px auto;}
59
	margin:5px auto;}
-
 
60
form.centre{
-
 
61
	text-align:center;}
58
#calendrier_gestion table{
62
#calendrier_gestion table{
59
	width:100%;
63
	width:100%;
60
	clear:both;}
64
	clear:both;}
61
#connexion input[type=submit]{width:100%}
65
#connexion input[type=submit]{width:100%}
62
#info{margin:0;
66
#info{margin:0;
63
	padding:0;}
67
	padding:0;}
64
#info_aujourdhui{
68
#info_aujourdhui{
65
	float:left;
69
	float:left;
66
	margin:0;}
70
	margin:0;}
67
#info_semaine{text-align:right;}
71
#info_semaine{text-align:right;}
68
 
72
 
69
/*Formulaires*/
73
/*Formulaires*/
70
label{
-
 
71
	display:block;
-
 
72
	float:left;
-
 
73
	padding-right:5px;
-
 
74
	min-width:150px;}
-
 
75
.editer li{
74
.editer li{
76
	display:block;
75
	display:block;
77
	float:left;
76
	float:left;
78
	margin:0 0 0 5px}
77
	margin:0 0 0 5px}