Subversion Repositories Applications.bazar

Rev

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

Rev 64 Rev 118
Line 8... Line 8...
8
 +----------------------------------------------------------------------------+
8
 +----------------------------------------------------------------------------+
9
 | Auteur : Florian SCHMITT <florian@ecole-et-nature.org>                     |
9
 | Auteur : Florian SCHMITT <florian@ecole-et-nature.org>                     |
10
 +----------------------------------------------------------------------------+
10
 +----------------------------------------------------------------------------+
11
*/
11
*/
12
#BAZ_corps {width:100%;}
12
#BAZ_corps {width:100%;}
-
 
13
#formulaire input, #formulaire textarea, #formulaire select {border:1px solid #000;}
13
.enligne {padding:0;margin:0;display:inline;list-style: none;list-style-type:none;background:#FFF;}
14
.enligne {padding:0;margin:0;display:inline;list-style: none;list-style-type:none;background:#FFF;}
14
/*-------------Les fiches Bazar-------------------------------------------------*/
15
/*-------------Les fiches Bazar-------------------------------------------------*/
15
.BAZ_cadre_fiche {color:#000;margin:0 auto;width:654px;}
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 #000;text-align:justify;line-height: 17px;}
16
.BAZ_cadre_fiche a {font: 13px arial, sans-serif;color:#000;text-decoration:none;}
19
.BAZ_cadre_fiche a {font: 14px arial, sans-serif;color:#3082AA;text-decoration:underline;}
17
.BAZ_cadre_fiche a:hover {color:#515966;text-decoration:underline;}
20
.BAZ_cadre_fiche a:hover {color:#515966;text-decoration:underline;}
18
.BAZ_cadre_fiche_haut {height:18px;width:654px;background:url(images/BAZ_cadre_haut.gif) top left;}
-
 
19
.BAZ_cadre_fiche_corps {padding:0 15px 0 15px;font: 13px arial, sans-serif;text-align:justify;line-height: 17px;border-left:solid 1px #000;border-right:solid 1px #000;background:#FFF;}
-
 
20
.BAZ_cadre_fiche_bas {height:18px;width:654px;background:url(images/BAZ_cadre_bas.gif) top left;}
-
 
21
#fiche_image {float:left;height:150px; width:150px;}
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;}
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;}
23
#BAZ_description {min-height:120px;font: 15px arial, sans-serif;text-align:justify;}
24
#BAZ_bas_page {	height:165px;background:url(images/BAZ_Enfants.gif) no-repeat bottom right;}
24
#BAZ_bas_page {margin: 0;padding:0;}
25
.bulle_haut {margin: 0 auto; margin-top:10px;width:588px;height:20px;background:url(images/BAZ_encadre_haut.jpg) top left;}
25
.bulle_haut {margin: 0;padding:0;}
26
.bulle_corps {margin: 0 auto;width:578px;padding-left:10px;background:url(images/BAZ_encadre_barre.jpg) repeat-y;}
26
.bulle_corps {margin: 0;padding:10px 5px;border: 1px solid #3082AA;-moz-border-radius:10px;background:#DBE8C8;}
27
.bulle_bas {margin: 0 auto; margin-bottom:10px;width:588px;height:20px;background:url(images/BAZ_encadre_bas.jpg) top left;}
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;}
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;}
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;}
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;}
31
.centrer {clear:both;margin:0 auto;}
32
.rubrique {width:150px;	text-align:left;font: bold 15px arial, sans-serif; color: #515966;}
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;}
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;}
34
.infos {width:70%;float:left;min-height:120px;font: bold 15px arial, sans-serif; color: #B1BB7E;line-height: 25px;}
35
35