Subversion Repositories Applications.gtt

Rev

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

Rev 73 Rev 75
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 {
5
body,h1,h2,p{
6
	margin: 0;
6
	margin:0;
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 {
11
	height:75px;
11
	height:75px;
12
	background-color: #99CCCC;}
12
	background-color: #99CCCC;}
13
#zone_conteneur {
13
#zone_conteneur {
14
	position: absolute;
14
	position: absolute;
15
	width:100%;
15
	width:100%;
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;}
41
 
45
 
42
/* Détails */
46
/* Détails */
43
#zone_accessibilite {
47
#zone_accessibilite {
44
	float:right;}
48
	float:right;}
45
#gestion {
49
#gestion {
46
	width:100%;
50
	width:100%;
47
	text-align:center;}
51
	text-align:center;}
48
#gestion input {width:80px;}
52
#gestion input {width:80px;}
49
#gestion #btn_valider {
53
#gestion #btn_valider {
50
	width:50%;
54
	width:50%;
51
	height:50px;
55
	height:50px;
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