Subversion Repositories eFlore/Applications.coel-consultation

Rev

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

Rev 121 Rev 127
1
@charset "UTF-8"; 
1
@charset "UTF-8"; 
2
/*--------------------------------------------------------------------------------------------------------------*/
2
/*--------------------------------------------------------------------------------------------------------------*/
3
/* Général */
3
/* Général */
4
/*Correction CSS Tela */
4
/*Correction CSS Tela */
5
#texte, h1{
5
#texte, h1{
6
  position:relative;/*Pour IE*/}
6
  position:relative;/*Pour IE*/}
-
 
7
#contenu{
-
 
8
	clear:none;/*Pour IE*/}
7
/*Titres*/
9
/*Titres*/
8
h2, h3{
10
h2, h3{
9
	margin:0;
11
	margin:0;
10
	padding:1em 0 0 0;}
12
	padding:1em 0 0 0;}
11
/* Liste de définitions */
13
/* Liste de définitions */
12
dl{
14
dl{
13
	margin:0;
15
	margin:0;
14
	padding:0;
16
	padding:0;
15
	width:auto;}
17
	width:auto;}
16
dt{
18
dt{
17
	background-color:#EEE;
19
	background-color:#EEE;
18
	width:18em;
20
	width:18em;
19
	float:left;
21
	float:left;
20
	text-align:right;
22
	text-align:right;
21
	margin:0;
23
	margin:0;
22
	padding:.3em;
24
	padding:.3em;
23
	border-top:1px solid #999;
25
	border-top:1px solid #999;
24
	font-weight:normal;}
26
	font-weight:normal;}
25
.label-grand dt{
27
.label-grand dt{
26
	width:28em;}
28
	width:28em;}
27
.label-court dt{
29
.label-court dt{
28
	width:12em;}
30
	width:12em;}
29
dt:after{
31
dt:after{
30
	content:" : ";}
32
	content:" : ";}
31
/* hack de commentaire avec un antislash pour ie5 mac \*/
33
/* hack de commentaire avec un antislash pour ie5 mac \*/
32
h2, h3, dt, .nettoyeur{
34
h2, h3, dt, .nettoyeur{
33
	clear:both;}
35
	clear:both;}
34
/* end hack */
36
/* end hack */
35
dd{
37
dd{
36
	background-color:#FFF;
38
	background-color:#FFF;
37
	margin:0;
39
	margin:0;
38
	padding:.3em;
40
	padding:.3em;
39
	border-top:1px solid #999;}
41
	border-top:1px solid #999;}
40
.nettoyeur{
42
.nettoyeur{
41
	visibility:hidden;}
43
	visibility:hidden;}
42
/* Table */
44
/* Table */
43
table{
45
table{
44
	border:1px solid #1C3C78;
46
	border:1px solid #1C3C78;
45
	border-collapse:collapse;
47
	border-collapse:collapse;
46
	width:100% !important;width:95%;/*Pour IE*/
48
	width:100% !important;width:95%;/*Pour IE*/
47
	margin:auto;}
49
	margin:auto;}
48
thead, tfoot{
50
thead, tfoot{
49
	background-color:#EEE;
51
	background-color:#EEE;
50
	border:1px solid #1C3C78;}
52
	border:1px solid #1C3C78;}
51
tbody{
53
tbody{
52
	background-color:#FFF;
54
	background-color:#FFF;
53
	border:1px solid #1C3C78;}
55
	border:1px solid #1C3C78;}
54
th{
56
th{
55
	font-family:monospace;
57
	font-family:monospace;
56
	border:1px dotted #1C3C78;
58
	border:1px dotted #1C3C78;
57
	padding:5px;
59
	padding:5px;
58
	background-color:#EEE;}
60
	background-color:#EEE;}
59
td{
61
td{
60
	font-family:sans-serif;
62
	font-family:sans-serif;
61
	font-size:80%;
63
	font-size:80%;
62
	border:1px solid #1C3C78;
64
	border:1px solid #1C3C78;
63
	padding:5px;
65
	padding:5px;
64
	text-align:left;}
66
	text-align:left;}
65
caption{
67
caption{
66
	font-family:sans-serif;}
68
	font-family:sans-serif;}
67
/*--------------------------------------------------------------------------------------------------------------*/
69
/*--------------------------------------------------------------------------------------------------------------*/
68
/* Présentation Moteur */
70
/* Présentation Moteur */
69
label#col-rech{
71
label#col-rech{
70
	display:none;}
72
	display:none;}
71
/*--------------------------------------------------------------------------------------------------------------*/
73
/*--------------------------------------------------------------------------------------------------------------*/
72
/* Présentation Fiche */
74
/* Présentation Fiche */
73
.discretion{
75
.discretion{
74
	color:#A9A9A9;
76
	color:#A9A9A9;
75
	font-size:10px;
77
	font-size:10px;
76
	font-weight:normal;}
78
	font-weight:normal;}
77
.txt-long{
79
.txt-long{
78
	white-space:pre-wrap;}
80
	white-space:pre-wrap;}
79
p.txt-long{
81
p.txt-long{
80
	width:69.6em;
82
	width:69.6em;
81
	padding:.3em;
83
	padding:.3em;
82
	background-color:#FFF;}
84
	background-color:#FFF;}
83
#texte li{
85
#texte li{
84
	margin:0;}
86
	margin:0;}
85
.col-sommaire a{
87
.col-sommaire a{
86
	background:none;}
88
	background:none;}
87
/* Liste d'images */
89
/* Liste d'images */
88
ul.gallerie{
90
ul.gallerie{
89
	list-style-type:none;}
91
	list-style-type:none;}
90
ul.gallerie li{
92
ul.gallerie li{
91
	float:left;}
93
	float:left;}
92
ul.gallerie li img {
94
ul.gallerie li img {
93
	margin:0.3em;
95
	margin:0.3em;
94
	border: 1px solid;
96
	border: 1px solid;
95
	border-color:#444 #AAA #AAA #444;
97
	border-color:#444 #AAA #AAA #444;
96
	padding:10px;}
98
	padding:10px;}
97
/*--------------------------------------------------------------------------------------------------------------*/
99
/*--------------------------------------------------------------------------------------------------------------*/
98
/* Présentation Syndication */
100
/* Présentation Syndication */
99
#col-syndication{
101
#col-syndication{
100
	width:800px;
102
	width:800px;
101
	background:white url(images/flux.png) no-repeat right 30px;}
103
	background:white url(images/flux.png) no-repeat right 30px;}
102
.icone{
104
.icone{
103
	line-height:20px;
105
	line-height:20px;
104
	padding-left:20px;}
106
	padding-left:20px;}
105
.icone-atom{
107
.icone-atom{
106
	background:url(images/atom.png) no-repeat center left;}
108
	background:url(images/atom.png) no-repeat center left;}
107
.icone-rss1{
109
.icone-rss1{
108
	background:url(images/rss1.png) no-repeat center left;}
110
	background:url(images/rss1.png) no-repeat center left;}
109
	.icone-rss2{
111
	.icone-rss2{
110
	background:url(images/rss2.png) no-repeat center left;}
112
	background:url(images/rss2.png) no-repeat center left;}
111
/*--------------------------------------------------------------------------------------------------------------*/
113
/*--------------------------------------------------------------------------------------------------------------*/
112
/* Jquery UI : tabs */
114
/* Jquery UI : tabs */
113
.ui-tabs .ui-tabs-hide{
115
.ui-tabs .ui-tabs-hide{
114
	display: none;}
116
	display: none;}
115
/* Nécessaire à IE 6 et 7 pour éviter un décalage vers le bas!*/
117
/* Nécessaire à IE 6 et 7 pour éviter un décalage vers le bas!*/
116
.col-onglets{
118
.col-onglets{
117
	margin:0;/*Pour IE*/
119
	margin:0;/*Pour IE*/
118
	padding:0;/*Pour IE*/
120
	padding:0;/*Pour IE*/
119
	height:auto !important;height:100%;/*Pour IE*/}
121
	height:auto !important;height:100%;/*Pour IE*/}