Subversion Repositories eFlore/Applications.coel-consultation

Rev

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

Rev 219 Rev 230
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 */
4
/*Correction CSS Tela */
5
#texte, h1{
5
#texte, h1{
6
  position:relative;/*Pour IE*/}
6
  position:relative;/*Pour IE*/}
Line 22... Line 22...
22
	text-align:right;
22
	text-align:right;
23
	margin:0;
23
	margin:0;
24
	padding:.3em;
24
	padding:.3em;
25
	border-top:1px solid #999;
25
	border-top:1px solid #999;
26
	font-weight:normal;}
26
	font-weight:normal;}
27
#zone_contenu_corps li {
27
.coel-consultation li {
28
	list-style-image:none;}
28
	list-style-image:none !important;}
29
.label-grand dt{
29
.label-grand dt{
30
	width:28em;}
30
	width:28em;}
31
.label-court dt{
31
.label-court dt{
32
	width:12em;}
32
	width:12em;}
33
dt:after{
33
dt:after{
34
	content:" : ";}
34
	content:" : ";}
35
/* hack de commentaire avec un antislash pour ie5 mac \*/
35
/* hack de commentaire avec un antislash pour ie5 mac \*/
36
h2, h3, dt, .nettoyeur{
36
.coel-consultation h2,.coel-consultation h3,.coel-consultation dt,.coel-consultation .nettoyeur{
37
	clear:both;}
37
	clear:both;}
38
/* end hack */
38
/* end hack */
39
dd{
39
dd{
40
	background-color:#FFF;
40
	background-color:#FFF;
41
	margin:0;
41
	margin:0;
Line 177... Line 177...
177
/* Nécessaire à IE 6 et 7 pour éviter un décalage vers le bas!*/
177
/* Nécessaire à IE 6 et 7 pour éviter un décalage vers le bas!*/
178
.col-onglets{
178
.col-onglets{
179
	margin:0;/*Pour IE*/
179
	margin:0;/*Pour IE*/
180
	padding:0;/*Pour IE*/
180
	padding:0;/*Pour IE*/
181
	height:auto !important;height:100%;/*Pour IE*/}
181
	height:auto !important;height:100%;/*Pour IE*/}
182
	
182
 
183
#col-per > .col-sommaire > li {
183
#col-per > .col-sommaire > li {
184
	margin-bottom: 2px;
184
	margin-bottom: 2px;
185
}
185
}
186
186