Subversion Repositories Applications.bazar

Rev

Rev 222 | Rev 278 | Go to most recent revision | Details | Compare with Previous | Last modification | View Log | RSS feed

Rev Author Line No. Line
5 florian 1
/*
2
 +----------------------------------------------------------------------------+
3
 | bazar.css                                                                  |
4
 +----------------------------------------------------------------------------+
5
 | Copyright (c) 2005 Ecole et Nature                                         |
6
 +----------------------------------------------------------------------------+
225 neiluj 7
 | Feuille de style interne spécifique a l'application Bazar                  |
5 florian 8
 +----------------------------------------------------------------------------+
9
 | Auteur : Florian SCHMITT <florian@ecole-et-nature.org>                     |
10
 +----------------------------------------------------------------------------+
11
*/
225 neiluj 12
#BAZ_corps {width:100%;}
13
#formulaire input, #formulaire textarea, #formulaire select {border:1px solid #000;}
14
.enligne {padding:0;margin:0;display:inline;list-style: none;list-style-type:none;background:#FFF;}
5 florian 15
/*-------------Les fiches Bazar-------------------------------------------------*/
225 neiluj 16
.BAZ_cadre_fiche {margin:0 auto;width:100%;padding:10px;
17
                  border: 1px solid #3082AA;-moz-border-radius:10px;
18
                  text-indent:0; font: 13px arial, sans-serif; color:#000; text-align:justify; line-height:17px;}
118 florian 19
.BAZ_cadre_fiche a {font: 14px arial, sans-serif;color:#3082AA;text-decoration:underline;}
7 florian 20
.BAZ_cadre_fiche a:hover {color:#515966;text-decoration:underline;}
225 neiluj 21
#fiche_image {float:left;height:150px; width:150px;}
22
#fiche_titre {text-align:left;width:100%;padding-left:10px; background:transparent; border:0; color:#B1BB7E; font: 19px arial, sans-serif;}
23
#BAZ_description {min-height:120px;font: 15px arial, sans-serif;text-align:justify;}
24
#BAZ_bas_page {margin: 0;padding:0;}
25
.bulle_haut {margin: 0;padding:0;}
26
.bulle_corps {margin: 0;padding:10px 5px;border: 1px solid #3082AA;-moz-border-radius:10px;background:#DBE8C8;}
27
.bulle_bas {margin: 0;padding:0;}
28
#formation_qualifiante {float:right;margin:0 -15px 0 5px;height:190px;width:30px;background:url(images/BAZ_formation_qualifiante.gif) bottom right no-repeat;}
29
#formation_diplomante {float:right;margin:0 -15px 0 5px;height:190px;width:30px;background:url(images/BAZ_formation_diplomante.gif) bottom right no-repeat;}
30
#formation_continue {float:right;margin:0 -15px 0 5px;height:190px;width:30px;background:url(images/BAZ_formation_continue.gif) bottom right no-repeat;}
31
.centrer {clear:both;margin:0 auto;}
32
.rubrique {width:150px;	text-align:left;font: bold 15px arial, sans-serif; color: #515966;}
33
.rubrique_bulle {width:90px;text-align:left;font: bold 15px arial, sans-serif; color: #000;}
34
.infos {width:70%;float:left;min-height:120px;font: bold 15px arial, sans-serif; color: #B1BB7E;line-height: 25px;}
154 florian 35
.bazar_checkbox {float:left;width:170px;font:10px arial, sans-serif;border:0;}
225 neiluj 36
.lien_wikini {margin: 0;padding:10px 5px;border: 2px solid #DBE8C8;-moz-border-radius:10px;background:#3082AA;}
37
div.lien_wikini a {padding-left:100px;color:#FFFFFF;}
205 jp_milcent 38
.table_bazar th{font-weight:bold;}
225 neiluj 39
.table_bazar #col1,.table_bazar #col2,.table_bazar #col3,.table_bazar #col4{text-align:center;}