/**
 *  This file is part of beeflora.info - http://www.beeflora.info
 *
 *    Copyright (C) 2008 Nicolas CHOUALI <nicolas dot chouali at laposte dot net>
 * 
 *    Version : $Id: style.css 202 2009-03-19 14:27:46Z drakkon $
 * 
 *    LICENSE: GPL v3
 *
 *    This file is free software; you can redistribute it and/or
 *    modify it under the terms of the GNU Library General Public
 *    License as published by the Free Software Foundation; version 3
 *    of the License.
 * 
 *    This file is distributed in the hope that it will be useful,
 *    but WITHOUT ANY WARRANTY; without even the implied warranty of
 *    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 *    Library General Public License for more details.
 * 
 *    You should have received a copy of the GNU Library General Public License
 *    along with this library; see the file COPYING.LIB.  If not, write to
 *    the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
 *    Boston, MA 02110-1301, USA.
 */ 
/* CSS Basée sur les tutoriels css.alsacreations.com - http://css.alsacreations.com/modeles/modele15.htm */
/*********/
/* Style */
/*********/
/* G�n�ral */

body {
    /*color: #34532f;*/
   /*background: url(../body-top.png) top left repeat-x #fff;
*/
    background : #EFECE2;
    color: #807970;
    font-size: 85%;
    text-align: justify;
}

h1,h2,h3 {
    color: #4B4740;
}

a {
    color: #9FB419;
    text-decoration: none;
}
a:hover, a:focus {
    color: #88940b;
    text-decoration: underline;
}
li, ol {
    /*list-style: none;*/
}
strong {
    color: #9FB419;
}

hr {
    color: #EBEBEB;
}

/* Bloc Global */
#global {
/*background: #92C270;*/
    background: #fff;
    border: 1px solid #B1CCAC;
}

/* Bloc Entete */
/*
#entete {
    border-bottom : 1px solid #B1CCAC;
    /*background: #9FB419;*/
/*
}
*/
/* Navigation */
/*
#navigation a{
    /*background: #9FB419;*/
/*    font-size: 75%;*/
/*    font-size: .9em;
    text-decoration: none;
    font-variant: small-caps;
    font-weight: bold;
}
*/
/*
#navigation a:hover, #navigation a:focus {
   background: #000000;
}
*/

/* Bloc central */

#centre {
    background: url(../fond_centre.png) repeat-y #fff;

}

/* Contenu principal */
/*
#principal {
   color: #181A12;
   background: #cbd888; /* -> 2 */
/*
}
#principal a {
   color: #332510;
}
#principal a:hover, #principal a:focus {
   color: #6E5122;
}
#principal strong {
   color: #181A12;
}
*/

#principal .newsblock {
    border-bottom: 1px dotted #34532f;
    margin-bottom: 1.5em;
}

#principal .newsblock a {
    color: #9FB419;
}

#principal .newsblock h2 {
    color: #425C1D;

}

/* Contenu secondaire */

#secondaire {
/*
   background: #181A12; /* -> 2 */
}

#secondaire .bloc img{
    vertical-align : middle;
}

#secondaire label span {
    display: inline-block;
    width: 90px;
    font-size: 0.9em;
}

#secondaire label {
    display: block;
    margin-top: 0pt;
    margin-right: 0pt;
    margin-bottom: 4px;
    margin-left: 0pt;
}