Subversion Repositories Applications.bazar

Rev

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

Rev 118 Rev 146
Line 13... Line 13...
13
#formulaire input, #formulaire textarea, #formulaire select {border:1px solid #000;}
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;}
14
.enligne {padding:0;margin:0;display:inline;list-style: none;list-style-type:none;background:#FFF;}
15
/*-------------Les fiches Bazar-------------------------------------------------*/
15
/*-------------Les fiches Bazar-------------------------------------------------*/
16
.BAZ_cadre_fiche {margin:0 auto;width:100%;padding:10px;
16
.BAZ_cadre_fiche {margin:0 auto;width:100%;padding:10px;
17
                  border: 1px solid #3082AA;-moz-border-radius: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;}
18
                  text-indent:0; font: 13px arial, sans-serif; color:#000; text-align:justify; line-height:17px;}
19
.BAZ_cadre_fiche a {font: 14px arial, sans-serif;color:#3082AA;text-decoration:underline;}
19
.BAZ_cadre_fiche a {font: 14px arial, sans-serif;color:#3082AA;text-decoration:underline;}
20
.BAZ_cadre_fiche a:hover {color:#515966;text-decoration:underline;}
20
.BAZ_cadre_fiche a:hover {color:#515966;text-decoration:underline;}
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;}
Line 29... Line 29...
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;}
-
 
35
34
.infos {width:70%;float:left;min-height:120px;font: bold 15px arial, sans-serif; color: #B1BB7E;line-height: 25px;}
-
 
35
.bazar_checkbox {float:left;width:170px;font-size:7px;}
-
 
36
36
37