Subversion Repositories Applications.gtt

Rev

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

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