/* --------------------------------------------------------- */
/* Feuille de style des squelettes par defaut pour SPIP 2.0  */
/* --------------------------------------------------------- */

hr.aar {
    clear: both; 
    height: 0.5em; 
    margin-bottom: 1em;
    padding: 0; 
    border-bottom: solid 1px #993300; 
    line-height: 0.5em;; 
    font-size: 0.5em;
    color:#993300; 
    
} 

/* ------------------------------------------
/* Typographie generale (style transversaux)
/* ------------------------------------------ */


/* ------------------------------------------
/* Disposition a l'ecran des blocs principaux
/* ------------------------------------------ */
body { background: transparent; background-image:url(style/img/fond.bmp); color:#993300;}

#page { position: relative; width: 70em; margin: 0 auto; text-align: left; }

#entete { width: 70em; border-bottom: 2px solid #993300; }
#entete a.accueil { display: block; width: 100%; text-align:center; }

#navigation { float: none; width: 70em; margin-top: 1em; margin-bottom: 1em; overflow: hidden; }

#conteneur { clear: both; float: left; width: 100%; overflow: hidden; }

#pied { clear: both; width: 100%; margin: 0; padding: 0.40em 0; border-top: 1px solid #993300; text-align: center; font-size: 0.90em; }


/* ------------------------------------------
/* Habillage des elements du contenu
/* ------------------------------------------ */

.showcase
{
    position: relative;
    width:500px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 2em;
}

/* ------------------------------------------
/* Habillage des forums
---------------------------------------------- */

/* ------------------------------------------
/* Habillage des petitions
---------------------------------------------- */


/* ------------------------------------------
/* Sous-navigation et autres menus
/* ------------------------------------------ */

/* Rubriques */
.rubriques ul 
{ 
    clear : both; 
    border: 0;
    margin-left: 1.5em;
}
.rubriques ul li 
{ 
    float: left; 
    /*width:15em;*/
    margin-left: 0.25em;
    padding-left: 1em;
    padding-right:1em;
    background: #330000; 
    border: 0;
    text-align: center;
    color: #FFFFCC;
}
.rubriques ul li a
{
    color: #FFFFCC;
    font-size: 0.90em;
}

.rubriques ul li a.on {
    font-weight: bold;
    color: #F57900;
}

/* Couleurs des liens
---------------------------------------------- */
a { color: #993300; text-decoration: none; }
a:focus,a:hover,a:active { color: #F57900; text-decoration: underline; }