Subversion Repositories eFlore/Applications.coel-consultation

Rev

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

Rev 55 Rev 121
Line 1... Line 1...
1
@CHARSET "UTF-8";
1
@charset "UTF-8"; 
2
/*--------------------------------------------------------------------------------------------------------------*/
2
/*--------------------------------------------------------------------------------------------------------------*/
3
/* Général */
3
/* Général */
-
 
4
/*Correction CSS Tela */
-
 
5
#texte, h1{
-
 
6
  position:relative;/*Pour IE*/}
4
/*Titres*/
7
/*Titres*/
5
h2, h3{
8
h2, h3{
6
	margin:0;
9
	margin:0;
7
	padding:1em 0 0 0;}
10
	padding:1em 0 0 0;}
8
/* Liste de définitions */
11
/* Liste de définitions */
9
dl{
12
dl{
10
	font-size:12px;
-
 
11
	margin:0;
13
	margin:0;
12
	padding:0;}
14
	padding:0;
-
 
15
	width:auto;}
13
dt{
16
dt{
14
	background-color:#EEE;
17
	background-color:#EEE;
15
	width:18em;
18
	width:18em;
16
	float:left;
19
	float:left;
17
	text-align:right;
20
	text-align:right;
18
	margin:0 0 0 0;
21
	margin:0;
19
	padding:.3em;
22
	padding:.3em;
20
	border-top:1px solid #999;
23
	border-top:1px solid #999;
21
	font-weight:normal;}
24
	font-weight:normal;}
22
.label-grand dt{
25
.label-grand dt{
23
	width:28em;}
26
	width:28em;}
Line 29... Line 32...
29
h2, h3, dt, .nettoyeur{
32
h2, h3, dt, .nettoyeur{
30
	clear:both;}
33
	clear:both;}
31
/* end hack */
34
/* end hack */
32
dd{
35
dd{
33
	background-color:#FFF;
36
	background-color:#FFF;
34
	float:left;
-
 
35
	width:58em;
-
 
36
	margin:0 0 0 0;
37
	margin:0;
37
	padding:.3em;
38
	padding:.3em;
38
	border-top:1px solid #999;}
39
	border-top:1px solid #999;}
39
.label-grand dd{
-
 
40
	width:48em;}
-
 
41
.label-court dd{
-
 
42
	width:64em;}
-
 
43
.nettoyeur{
40
.nettoyeur{
44
	visibility:hidden;}
41
	visibility:hidden;}
45
/* Table */
42
/* Table */
46
table{
43
table{
47
	border:1px solid #1C3C78;
44
	border:1px solid #1C3C78;
Line 112... Line 109...
112
	.icone-rss2{
109
	.icone-rss2{
113
	background:url(images/rss2.png) no-repeat center left;}
110
	background:url(images/rss2.png) no-repeat center left;}
114
/*--------------------------------------------------------------------------------------------------------------*/
111
/*--------------------------------------------------------------------------------------------------------------*/
115
/* Jquery UI : tabs */
112
/* Jquery UI : tabs */
116
.ui-tabs .ui-tabs-hide{
113
.ui-tabs .ui-tabs-hide{
117
	display: none;}
-
 
118
114
	display: none;}
-
 
115
/* Nécessaire à IE 6 et 7 pour éviter un décalage vers le bas!*/
-
 
116
.col-onglets{
-
 
117
	margin:0;/*Pour IE*/
-
 
118
	padding:0;/*Pour IE*/
-
 
119
	height:auto !important;height:100%;/*Pour IE*/}
-
 
120
119
121