427 |
florian |
1 |
/*
|
|
|
2 |
+----------------------------------------------------------------------------+
|
|
|
3 |
| bazar.css |
|
|
|
4 |
+----------------------------------------------------------------------------+
|
|
|
5 |
| Copyright (c) 2005 Ecole et Nature |
|
|
|
6 |
+----------------------------------------------------------------------------+
|
|
|
7 |
| Feuille de style interne spécifique a l'application Bazar |
|
|
|
8 |
+----------------------------------------------------------------------------+
|
|
|
9 |
| Auteur : Florian SCHMITT <florian@ecole-et-nature.org> |
|
|
|
10 |
+----------------------------------------------------------------------------+
|
|
|
11 |
*/
|
479 |
florian |
12 |
#BAZ_corps {width:100%;}
|
522 |
florian |
13 |
#BAZ_menu {height:23px;width:100%;font: normal 12px Georgia, serif;margin: 10px 0 10px 0;}
|
|
|
14 |
#BAZ_menu a {text-decoration: none;display: block;width: 8em;}
|
479 |
florian |
15 |
#BAZ_menu ul {padding: 0;}
|
522 |
florian |
16 |
#BAZ_menu li {text-align:center;padding: 2px;margin: 0;float: left;list-style: none;list-style-type:none;background:transparent;
|
479 |
florian |
17 |
border-left: 3px solid #849950;border-right: 3px solid #849950;border-bottom: 2px solid #849950;}
|
|
|
18 |
#BAZ_menu li:hover {color: #FFF;background-color: #B1BB7E;}
|
522 |
florian |
19 |
#BAZ_menu li ul {position: absolute;background:#FFF;border: 1px solid #849950;left: -999em;width: 8.6em;z-index:14;}
|
479 |
florian |
20 |
#BAZ_menu li:hover ul {left: auto;margin: 2px 0 0 -6px;z-index:15;}
|
|
|
21 |
#BAZ_menu ul li a:hover {color: #FFF;}
|
522 |
florian |
22 |
.enligne {display:inline;}
|
427 |
florian |
23 |
/*-------------Les fiches Bazar-------------------------------------------------*/
|
495 |
florian |
24 |
.BAZ_cadre_fiche {color:#000;margin:0 auto;width:654px;}
|
479 |
florian |
25 |
.BAZ_cadre_fiche a {font: 13px arial, sans-serif;color:#000;text-decoration:none;}
|
|
|
26 |
.BAZ_cadre_fiche a:hover {color:#515966;text-decoration:underline;}
|
|
|
27 |
.BAZ_cadre_fiche_haut {height:18px;width:654px;background:url(http://educ-envir.org/client/bazar/images/BAZ_cadre_haut.gif) top left;}
|
|
|
28 |
.BAZ_cadre_fiche_corps {padding:15px 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;}
|
|
|
29 |
.BAZ_cadre_fiche_bas {height:18px;width:654px;background:url(http://educ-envir.org/client/bazar/images/BAZ_cadre_bas.gif) top left;}
|
|
|
30 |
#fiche_image {float:left;height:160px; width:160px;}
|
|
|
31 |
#fiche_titre_image {float:left;width:400px; text-align:center; padding:6px; background:#F2B43B; color:#FFF; font: 18px arial, sans-serif;}
|
|
|
32 |
#fiche_titre {text-align:center; padding:6px; background:#F2B43B; color:#FFF; font: 18px arial, sans-serif;}
|
|
|
33 |
#BAZ_description {margin:10px 0;font: 15px arial, sans-serif;text-align:justify;}
|
|
|
34 |
#BAZ_bas_page { height:165px;background:url(http://educ-envir.org/client/bazar/images/BAZ_Enfants.gif) no-repeat bottom right;}
|
488 |
florian |
35 |
.bulle_haut {margin: 0 auto; margin-top:10px;width:588px;height:20px;background:url(http://educ-envir.org/client/bazar/images/BAZ_encadre_haut.jpg) top left;}
|
|
|
36 |
.bulle_corps {margin: 0 auto;width:578px;padding-left:10px;background:url(http://educ-envir.org/client/bazar/images/BAZ_encadre_barre.jpg) repeat-y;}
|
|
|
37 |
.bulle_bas {margin: 0 auto; margin-bottom:10px;width:588px;height:20px;background:url(http://educ-envir.org/client/bazar/images/BAZ_encadre_bas.jpg) top left;}
|
479 |
florian |
38 |
#formation_qualifiante {position:relative;top:197px;left:622px;height:190px;width:30px;background:url(http://test.educ-envir.org/client/bazar/images/BAZ_formation_qualifiante.gif) top right;}
|
|
|
39 |
#formation_diplomante {position:relative;top:7px;left:622px;height:190px;width:30px;background:url(http://test.educ-envir.org/client/bazar/images/BAZ_formation_diplomante.gif) top right;}
|
|
|
40 |
#formation_continue {position:relative;top:387px;left:622px;height:190px;width:30px;background:url(http://test.educ-envir.org/client/bazar/images/BAZ_formation_continue.gif) top right;}
|
|
|
41 |
.centrer {clear:both;margin:0 auto;}
|
|
|
42 |
.rubrique {width:150px; text-align:left;font: bold 15px arial, sans-serif; color: #515966;}
|
|
|
43 |
.rubrique_bulle {width:90px;text-align:left;font: bold 15px arial, sans-serif; color: #000;}
|
|
|
44 |
.infos {font: bold 16px arial, sans-serif; color: #B1BB7E;line-height: 25px;}
|