Subversion Repositories Sites.tela-botanica.org

Rev

Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
307 jpm 1
/*
2
 +----------------------------------------------------------------------------+
3
 | bazar.css                                                                  |
4
 +----------------------------------------------------------------------------+
5
 | Copyright (c) 2005 Tela Botanica                                           |
6
 +----------------------------------------------------------------------------+
7
 | Feuille de style interne spécifique a l'application Bazar                  |
8
 +----------------------------------------------------------------------------+
9
 | Auteur : Jean-Pascal MILCENT <jpm@tela-botanica.org>                       |
10
 +----------------------------------------------------------------------------+
11
*/
12
#formulaire input, #formulaire textarea, #formulaire select {
13
	border:1px solid #000;
14
  background-color:#b0cdfc;}
15
.enligne {
16
	padding:0;
17
	margin:0;
18
	display:inline;
19
	list-style:none;
20
	list-style-type:none;
21
	background:#FFF;}
22
 
23
/*-------------Les fiches Bazar-------------------------------------------------*/
24
.BAZ_cadre_fiche {
319 jpm 25
	width:auto;
26
	height:auto;
307 jpm 27
	padding:10px;
28
	border: 1px solid #1A4881;
29
	-moz-border-radius:10px;
30
	background-color:#c8ddff;}
319 jpm 31
#fiche_image{
32
	float:left;
307 jpm 33
	height:150px;
319 jpm 34
	width:210px;
35
	margin:0 1em 0 0}
307 jpm 36
#fiche_titre {
319 jpm 37
	margin:0 0 0 220px;
307 jpm 38
	background:transparent;
39
	border-bottom:1px solid black;
40
	color:#1A4881;}
41
#BAZ_description {
42
	padding:10px;
43
	font-weight:bold;}
44
.bulle_bas{
45
	height:0;}
46
.bulle_corps{
47
	margin:0;
48
	padding:0;
49
	font-size:10px;
50
	color:gray;}
51
.centrer {
52
	clear:both;
53
	margin:0 auto;}
54
.rubrique {
55
	text-align:left;
56
	font-weight:bold;
57
	color: #1A4881;}
58
.rubrique_bulle {
59
	width:90px;
60
	text-align:left;
61
	font: bold 15px arial, sans-serif;
62
	color: #000;}
63
.description{
64
	font-weight:bold;}
65
.description ul{
66
	margin:0;}
67
.infos {
68
	width:70%;
69
	float:left;
70
	min-height:120px;
71
	font: bold 15px arial, sans-serif;
72
	color:#B1BB7E;
73
	line-height:25px;}
74
.bazar_checkbox {
75
	float:left;
76
	width:170px;
77
	font:10px arial, sans-serif;
78
	border:0;}
79
.lien_wikini{
80
	margin:0;
81
	padding:10px 5px;
82
	border:2px solid #DBE8C8;
83
	-moz-border-radius:10px;
84
	background:#3082AA;}
85
div.lien_wikini a{
86
	padding-left:100px;
87
	color:#FFF;}
88
 
89
#BAZ_bas_page, #BAZ_bas_page .rubrique{
90
	font-size:10px;
91
	text-decoration:none;
92
	color:gray;}
93
#BAZ_bas_page .rubrique{
94
	display:inline;
95
	clear:both;}
96
 
97
#formation_qualifiante {
98
	float:right;
99
	margin:0 -15px 0 5px;
100
	height:190px;
101
	width:30px;
102
	background:url(images/BAZ_formation_qualifiante.gif) bottom right no-repeat;}
103
#formation_diplomante {
104
	float:right;
105
	margin:0 -15px 0 5px;
106
	height:190px;
107
	width:30px;
108
	background:url(images/BAZ_formation_diplomante.gif) bottom right no-repeat;}
109
#formation_continue {
110
	float:right;
111
	margin:0 -15px 0 5px;
112
	height:190px;
113
	width:30px;
114
	background:url(images/BAZ_formation_continue.gif) bottom right no-repeat;}
115
 
116
.table_bazar{
117
	width:300px;
118
	margin:2em 0 0 0;}
119
#laius_abonnement, .table_bazar #col2, .table_bazar #col3{
120
	display:none;}
121
.table_bazar #col1,.table_bazar #col4{
122
	width:150px;}