Subversion Repositories Applications.gtt

Rev

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

Rev 110 Rev 131
Line 16... Line 16...
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
	width:100%;}
22
	width:100%;}
22
#zone_tronc {
23
#zone_tronc {
23
	position:relative;
24
	position:relative;
24
	padding:5px;}
25
	padding:5px;}
25
#zone_gauche {
26
#zone_gauche {
26
	position:absolute;
27
	position:absolute;
27
	left:0;
28
	left:0;
28
	top:5px;
29
	top:5px;
29
	width:250px;
30
	width:200px;
30
	height:100%;}
31
	height:100%;}
31
#zone_centre {
32
#zone_centre {
32
	position:relative;
33
	position:relative;
33
	margin:0 250px;
34
	margin:0 200px;
34
	padding:0;
35
	padding:0;
35
	min-height:500px;
36
	min-height:500px;
36
	min-width:800px;
37
	min-width:750px;
37
	overflow:auto;}
38
	overflow:auto;}
38
#zone_droite {
39
#zone_droite {
39
	position:absolute;
40
	position:absolute;
40
	right:0;
41
	right:0;
41
	top:5px;
42
	top:5px;
42
	width:250px;
43
	width:205px;
43
	height:100%;}
44
	height:100%;}
44
#zone_pied {
45
#zone_pied {
45
	margin-top:10px;
46
	margin-top:10px;
46
	height:100%;}
47
	height:100%;}