Subversion Repositories Sites.tela-botanica.org

Rev

Go to most recent revision | 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 {
25
	padding:10px;
26
	border: 1px solid #1A4881;
27
	-moz-border-radius:10px;
28
	background-color:#c8ddff;}
29
#fiche_image {
30
	padding:50px;
31
	float:right;
32
	height:150px;
33
	width:150px;}
34
#fiche_titre {
35
	width:100%;
36
	background:transparent;
37
	border-bottom:1px solid black;
38
	color:#1A4881;}
39
#BAZ_description {
40
	padding:10px;
41
	font-weight:bold;}
42
.bulle_bas{
43
	height:0;}
44
.bulle_corps{
45
	margin:0;
46
	padding:0;
47
	font-size:10px;
48
	color:gray;}
49
.centrer {
50
	clear:both;
51
	margin:0 auto;}
52
.rubrique {
53
	text-align:left;
54
	font-weight:bold;
55
	color: #1A4881;}
56
.rubrique_bulle {
57
	width:90px;
58
	text-align:left;
59
	font: bold 15px arial, sans-serif;
60
	color: #000;}
61
.description{
62
	font-weight:bold;}
63
.description ul{
64
	margin:0;}
65
.infos {
66
	width:70%;
67
	float:left;
68
	min-height:120px;
69
	font: bold 15px arial, sans-serif;
70
	color:#B1BB7E;
71
	line-height:25px;}
72
.bazar_checkbox {
73
	float:left;
74
	width:170px;
75
	font:10px arial, sans-serif;
76
	border:0;}
77
.lien_wikini{
78
	margin:0;
79
	padding:10px 5px;
80
	border:2px solid #DBE8C8;
81
	-moz-border-radius:10px;
82
	background:#3082AA;}
83
div.lien_wikini a{
84
	padding-left:100px;
85
	color:#FFF;}
86
 
87
#BAZ_bas_page, #BAZ_bas_page .rubrique{
88
	font-size:10px;
89
	text-decoration:none;
90
	color:gray;}
91
#BAZ_bas_page .rubrique{
92
	display:inline;
93
	clear:both;}
94
 
95
#formation_qualifiante {
96
	float:right;
97
	margin:0 -15px 0 5px;
98
	height:190px;
99
	width:30px;
100
	background:url(images/BAZ_formation_qualifiante.gif) bottom right no-repeat;}
101
#formation_diplomante {
102
	float:right;
103
	margin:0 -15px 0 5px;
104
	height:190px;
105
	width:30px;
106
	background:url(images/BAZ_formation_diplomante.gif) bottom right no-repeat;}
107
#formation_continue {
108
	float:right;
109
	margin:0 -15px 0 5px;
110
	height:190px;
111
	width:30px;
112
	background:url(images/BAZ_formation_continue.gif) bottom right no-repeat;}
113
 
114
.table_bazar{
115
	width:300px;
116
	margin:2em 0 0 0;}
117
#laius_abonnement, .table_bazar #col2, .table_bazar #col3{
118
	display:none;}
119
.table_bazar #col1,.table_bazar #col4{
120
	width:150px;}