Subversion Repositories Applications.bazar

Rev

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

Rev 55 Rev 64
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
#BAZ_menu {height:23px;width:100%;font: normal 13px Georgia, serif;margin: 10px 0 10px 0;}
-
 
14
#BAZ_menu a {color: #FFF;text-decoration: none;display: block;width: 8em;}
-
 
15
#BAZ_menu a:hover {color: #993333;text-decoration: underline;}
-
 
16
#BAZ_menu ul {padding: 0;}
-
 
17
#BAZ_menu li {color: #993333;background:#993333;text-align:center;
-
 
18
              padding: 2px;margin: 2px;float: left;
-
 
19
              list-style: none;list-style-type:none;
-
 
20
              -moz-border-radius: 1em 1em 1em 1em;border: 1px solid #993333;}
-
 
21
#BAZ_menu li:hover {color: #993333;background: #FFF;}
-
 
22
#BAZ_menu li ul {position: absolute;background:transparent;left: -999em;width: 8.6em;z-index:14;}
-
 
23
#BAZ_menu li:hover ul {left: auto;margin: 2px 0 0 -6px;z-index:15;}
-
 
24
#BAZ_menu ul li a:hover	{color: #993333;}
-
 
25
.enligne {padding:0;display:inline;list-style: none;list-style-type:none;background:#FFF;}
13
.enligne {padding:0;margin:0;display:inline;list-style: none;list-style-type:none;background:#FFF;}
26
/*-------------Les fiches Bazar-------------------------------------------------*/
14
/*-------------Les fiches Bazar-------------------------------------------------*/
27
.BAZ_cadre_fiche {color:#000;margin:0 auto;width:654px;}
15
.BAZ_cadre_fiche {color:#000;margin:0 auto;width:654px;}
28
.BAZ_cadre_fiche a {font: 13px arial, sans-serif;color:#000;text-decoration:none;}
16
.BAZ_cadre_fiche a {font: 13px arial, sans-serif;color:#000;text-decoration:none;}
29
.BAZ_cadre_fiche a:hover {color:#515966;text-decoration:underline;}
17
.BAZ_cadre_fiche a:hover {color:#515966;text-decoration:underline;}
30
.BAZ_cadre_fiche_haut {height:18px;width:654px;background:url(images/BAZ_cadre_haut.gif) top left;}
18
.BAZ_cadre_fiche_haut {height:18px;width:654px;background:url(images/BAZ_cadre_haut.gif) top left;}