Subversion Repositories Applications.gtt

Rev

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

Rev Author Line No. Line
76 jpm 1
/*
2
	Design by Free CSS Templates
3
	http://www.freecsstemplates.org
4
	Released for free under a Creative Commons Attribution 2.5 License
5
	Contributor for GTT : Jean-Pascal MILCENT <jpm@tela-botanica.org>
6
*/
7
/* Basic */
8
* {
9
	margin:0em;
10
	padding:0em;}
11
body {
12
	font-family:"trebuchet ms", sans-serif;
13
	color:#555555;
14
	font-size:11pt;}
15
a{
16
	color: #669911;}
17
/* Presentation des listes de definitions */
18
dl {width:100%;}
19
dt {
20
	float:left;
21
	font-weight: bold;
22
	line-height:1.1em;
23
	text-align:top left;
24
	margin-right:0.3em;}
25
dd {
26
	width:auto;
27
	margin-left:0;
28
	line-height:1.1em;
29
	margin:0.5em 0;}
30
 
31
/* Presentation des formulaires */
32
form ul li{
33
	list-style-type:none;}
34
form label{
35
	font-weight:bold;}
36
 
37
/*Présentation des bulles d'aide */
38
*[title]:after {content:" "url(images/help_view_16x16.gif);}
39
 
40
/* Zone entête */
41
#zone_entete{
42
	background-image: url('images/a2.gif');
43
	background-position: bottom left;
44
	padding-left: 40px;
45
	padding-top: 45px;}
46
#zone_entete h1{
47
	text-transform:uppercase;
48
	font-size:1.6em;
49
	color:white;}
50
#zone_entete a{
51
	position: relative;
52
	top:-0.3em;
53
	color:#E8EFC2;
54
	font-weight:normal;
55
	font-size:1.1em;
56
	text-transform:lowercase;}
57
 
58
/* Zone menu */
59
#zone_menu h3{
60
	margin:0.5em 0 0 0;}
61
#zone_menu li{
62
	font-size: 1.1em;
63
	font-weight: bold;
64
	text-decoration: none;
65
	margin-right: 0em;}
66
#zone_menu li a{
67
	display:block;
68
	font-size: 0.8em;
69
	font-weight: bold;
70
	color: #5D5F53;
71
	text-decoration: none;
72
	margin-right: 1em;}
73
#zone_menu li a:hover{
74
	background-color: #6B7E09;
75
	color:white;}
76
 
77
/* Zone tronc */
78
#zone_tronc{
79
	padding: 0 15px 1em 15px;
80
	line-height: 1.6em;
81
	background: url('images/a4.gif') repeat-x top left;}
82
#zone_tronc h2,#zone_tronc h3{
83
	text-transform:uppercase;}
84
 
85
 
86
/* Zone gauche */
87
#zone_gauche{
88
	padding: 0 1.5em 1.5em 0.5em;}
89
#zone_gauche h2, #zone_gauche h3{
90
	color: #5D5F53;
91
	border-bottom: dotted 1px #ECEEDF;
92
	margin-bottom:0;}
93
#zone_gauche hr{margin-bottom: 0.5em;}
94
 
95
/* Zone centre */
96
#zone_centre{
97
	padding: 0;}
98
#zone_centre h2,h3,h4,h5,h6{
99
	margin-bottom:1em;
100
	text-transform:uppercase;}
101
#zone_centre p{
102
	margin-bottom: 1.5em;}
103
#zone_centre ul{
104
	margin-bottom: 1.5em;
105
	padding-left: 1em;}
106
 
107
/* Zone droite */
108
#zone_droite h3, #zone_droite h3{
109
	background: url('images/a1.gif') no-repeat;
110
	width: 185px;
111
	height: 27px;
112
	font-size: 1.0em;
113
	font-weight: bold;
114
	padding-left: 15px;
115
	padding-top: 5px;
116
	color: #5D5F53;}
117
 
118
/* Zone pied */
119
#zone_pied{
120
	background: url('images/a4.gif') repeat-x top left;
121
	border-top: solid 1px #D0D4BB;
122
	padding: 2.0em 3.5em 3.0em 3.5em;
123
	font-size: 0.8em;}
124
/*------------------------------------------*/
125
/*Spécial Appli GTT*/
126
#info,.information{
127
	background-image: url('images/a3.gif');
128
	background-repeat: repeat-x;
129
	background-position: bottom left;
130
	padding: 0.5em;}
131
/* Presentation des informations */
132
.information{
133
	text-align:center;
134
	font-weight:bold;
135
	border:2px solid red;}
136
/*Formulaires*/
137
form ul
138
.symbole_obligatoire{
139
	font-size:1em;
140
	font-weight:bold;
141
	color:red;}
142
/*Liste de définition*/
143
.ajout_2_points dt:after {content:" : ";}
144
.ajout_2_points dt[title]:after {content:" "url(images/help_view_16x16.gif)" : ";}
145
/* Le calendrier */
146
.calendrier {
147
	font-family:verdana, arial, helvetica, sans-serif;
148
	font-size:0.9em;}
149
.calendrier table {background-color: silver;}
150
.calendrier table td {text-align: center;}
151
.calendrier caption {font-weight: bold;}
152
.categorie,.totaux_titre {
153
	font-size:1.6em;
154
	text-align:left !important;
155
	padding:1px;
156
	margin:0 0.2em;}
157
.projet {
158
	text-align:left;
159
	font-weight:bold;
160
	width:300px;}
161
.utilisateur{
162
	width:75px;
163
	text-align:center;
164
	background:white;}
165
.jour_courrant {
166
	color:#BB0000;
167
	background-color:yellow;
168
	border:2px outset #74C054;}
169
.jour_ferie {
170
	background-color:red;
171
	border-width:2px outset #74C054;}
172
.jour_vide {color:white;}