Subversion Repositories Applications.gtt

Rev

Rev 75 | Go to most recent revision | Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
73 jpm 1
@CHARSET "ISO-8859-1";
2
/* GTT VERSION 4 */
3
 
4
/* Modif des balises */
5
body {
6
	margin: 0;
7
	padding: 0;}
8
 
9
/* Disposition des éléments sur la page */
10
#zone_entete {
11
	height:75px;
12
	background-color: #99CCCC;}
13
#zone_conteneur {
14
	position: absolute;
15
	width:100%;
16
	background-color:#CCCCFF;}
17
#zone_tronc {
18
	position:relative;
19
	padding:5px;}
20
#zone_gauche {
21
	position: absolute;
22
	left:0;
23
	top:5px;
24
	width:250px;
25
	background-color:white;}
26
#zone_centre {
27
	position:relative;
28
	margin-left:250px;
29
	margin-right:250px;
30
	min-height:500px;
31
	background-color:#9999CC;}
32
#zone_droite {
33
	position:absolute;
34
	right:0;
35
	top:5px;
36
	width:250px;
37
	background-color:white;}
38
#zone_pied {
39
	height:100%;
40
	background-color: #99CC99;}
41
 
42
/* Détails */
43
#zone_accessibilite {
44
	float:right;}
45
#gestion {
46
	width:100%;
47
	text-align:center;}
48
#gestion input {width:80px;}
49
#gestion #btn_valider {
50
	width:50%;
51
	height:50px;
52
	margin:5px auto;}
53
#calendrier_gestion table{
54
	width:100%;
55
	clear:both;}
56
#connexion input[type=submit]{width:100%}
57
#info_aujourdhui{
58
	float:left;
59
	margin:0;}
60
#info_semaine{text-align:right;}