/*
 +----------------------------------------------------------------------------+
 | bazar.css                                                                  |
 +----------------------------------------------------------------------------+
 | Copyright (c) 2005 Ecole et Nature                                         |
 +----------------------------------------------------------------------------+
 | Feuille de style interne specifique a l'application Bazar                  |
 +----------------------------------------------------------------------------+
 | Auteur : Florian SCHMITT <florian@ecole-et-nature.org>                     |
 +----------------------------------------------------------------------------+
*/
#BAZ_corps {width:100%;}
#formulaire input, #formulaire textarea, #formulaire select {border:1px solid #000;}
.enligne {padding:0;margin:0;display:inline;list-style: none;list-style-type:none;background:#FFF;}
/*-------------Les fiches Bazar-------------------------------------------------*/
#BAZ_menu {
  list-style:none;}
#BAZ_menu li {
  float:left;
  width:10em;
  margin-right:3px;
  margin-bottom:3px;
  text-align:center;}
#BAZ_menu a {
    font-size:12px;
  display:block;
  color:white;
  background-color:#979059;
  text-decoration:none;
  height:15px;}
#BAZ_menu a:hover {
  color:white;
  background: #47173D;}
#titre_bazar {
  display:none;}
#BAZ_menu #inscrire {
display:none;
}

.BAZ_cadre_fiche {
  margin:0 auto;width:100%;padding:10px;
  border: 1px solid #979059;
  -moz-border-radius:10px;
  text-indent:0;
  font: 13px arial, sans-serif #000;
  text-align:justify;
  line-height: 17px;}
.BAZ_cadre_fiche a {font: 14px arial, sans-serif;color:#BBADB6;text-decoration:underline;}
.BAZ_cadre_fiche a:hover {color:#515966;text-decoration:underline;}
#fiche_image {float:left;height:150px; width:150px;}
#fiche_titre {text-align:left;width:100%;padding-left:10px; background:transparent; border:0; color:#B1BB7E; font: 19px arial, sans-serif;}
#BAZ_description {min-height:120px;font: 15px arial, sans-serif;text-align:justify;}
#BAZ_bas_page {margin: 0;padding:0;}
.bulle_haut {margin: 0;padding:0;}
.bulle_corps {margin: 0;padding:10px 5px;border: 1px solid #979059;-moz-border-radius:10px;background:none;}
.bulle_bas {margin: 0;padding:0;}
#formation_qualifiante {float:right;margin:0 -15px 0 5px;height:190px;width:30px;background:url(images/BAZ_formation_qualifiante.gif) bottom right no-repeat;}
#formation_diplomante {float:right;margin:0 -15px 0 5px;height:190px;width:30px;background:url(images/BAZ_formation_diplomante.gif) bottom right no-repeat;}
#formation_continue {float:right;margin:0 -15px 0 5px;height:190px;width:30px;background:url(images/BAZ_formation_continue.gif) bottom right no-repeat;}
.centrer {clear:both;margin:0 auto;}
.rubrique {width:150px;	text-align:left;font: bold 15px arial, sans-serif; color: #515966;}
.rubrique_bulle {width:90px;text-align:left;font: bold 15px arial, sans-serif; color: #000;}
.infos {width:70%;float:left;min-height:120px;font: bold 15px arial, sans-serif; color: #B1BB7E;line-height: 25px;}
.lien_rss, #cadre_gauche ul li  {
    font-size:15px;
}
.date {display:none;}
.titre_lien {font-size:15px;}


