/* BZH-EXPLORER.COM */

/*  ----------------------------------------------------------- */
/*  Feuilles de styles des squelettes par defaut pour SPIP 1.9  */
/*  ----------------------------------------------------------- */

/* taille typo
 * Base				100%
 * -------------------------------------
 * 20px				1.27em
 * 19px				1.21em
 * 18px				1.15em
 * 17px				1.09em
 * 16px				1.03em
 * 15px				0.96em
 * 14px				0.88em
 * 13px				0.82em
 * 12px				0.77em
 * 11px				0.71em
 * 10px				0.65em
 *  9px				0.59em
 * Attention : en dessous de 0.71em le texte devient illisible en text smallest sur MSIE
 */

/*  ------------------------------------------
/*  Correction des styles HTML par defaut
/*  ------------------------------------------ */
body {

       margin:22px;
       margin-top:0;
       text-align: center;
       font-size: 1em;
       font-family:arial,verdana;
       color: #000;
        background:#fff;
}

img, table { margin: 0; padding: 0; border: none; }
img { 
	behavior: url("win_png.htc");
}

h1, h2, h3, h4, h5, h6 { margin: 0; padding: 0; font-size: 1em; font-weight: normal; }
h1 { margin-bottom:15px; }

/*  ------------------------------------------
/*  Disposition a l'ecran des blocs principaux
/*  ------------------------------------------ */
#page {
	width: 1050px;
	text-align: left;
	margin-left: 20px;
	margin-right: auto;
        background:#fff;
}

#conteneur { width: 100%;}

#conteneur #contenu {
                      float: left;
                      width: 760px;
                      padding-right:40px;
                      background-image:url('/images/background-contenu.png'); 
                      background-repeat:no-repeat;
}

#conteneur #navigation {
                         float: right;
                         width: 220px;
                         text-align: center;
                         padding:10px;
}

/* Blocs du contenu (c-a-d. la colonne principale) */
#contenu .contre-encart {
	float: left;
	width: 430px;
}

#contenu .encart {
	float: right;
	width: 320px;
	margin: 0;
	margin-bottom: 1em;
}

/* Entete */
#entete {
	width: 100%;
}
#entete #nom_site_spip, #entete a .spip_logos {
	font-weight: bold;
	font-size: 1.5em; 
}
#entete a { text-decoration: none; }
#entete .formulaire_recherche { }



#bandeau .spip_logos { float:left; } 

.baladedelea { 
               font-size:11px; 
               font-weight:bold; 
               font-style:italic;
               color:#FF9900; 
}

/* Fil d'Ariane */
#hierarchie {
              text-align:left;
              padding:2px;
              font-size: 0.77em; 
              float:left;
}

/* Pied de page */
#pied {
	width:900px;
        height:23px;
        clear:both;
        padding-top:10px;
	text-align:center; 
}
#pied small { font-size: 0.77em; }
#pied img { vertical-align: bottom; }

/* Espaceur de blocs */
.nettoyeur { clear: both; margin: 0; padding: 0; border: none; height: 0; line-height: 1px; font-size: 1px; }

/* Non visible a l'ecran */
.invisible { position: absolute; top: -3000em; height: 1%; }


/*  ------------------------------------------
/*  Typographie generale du site
/*  ------------------------------------------ */

/* Typo pour les menus et la navigation */
body, #navigation, .encart, .formulaire_spip {
	font-family: Verdana, Tahoma, Arial, sans-serif; }

/* Typo pour le contenu */
#contenu {
	font-family: "Trebuchet MS", Helvetica, sans-serif; }

/* Typo pour les citations et extraits introductifs */
q, blockquote, .liste-articles li .texte, h3.spip, .voirskel {
	font-family: Georgia, Times, serif; }


/*  ------------------------------------------
/*  Habillage des menus et de la navigation
/*  ------------------------------------------ */

/* Le menu des villes, largement inspiré de l'excellent site de Stu Nicholls smart and simple */
/* http://www.cssplay.co.uk/menus */

#wrap {width:600px; position:absolute; top:10px; left:320px; background:#fff;  padding:0 30px; color:#000; z-index:100; }
#flyout {font-size:11px; padding:0; margin:0; list-style:none; width:150px;  position:absolute; left:-25px; z-index:100;}
#flyout ul {padding:0; margin:0; list-style:none;}
#flyout li {display:block; width:150px; height:20px; background:none;border:1px solid #fff;}
#flyout li a {display:block; width:150px; height:20px; text-decoration:none;color:#000;}

#flyout table {position:absolute; border-collapse:collapse; top:0; left:0; z-index:100; font-size:1em;}
#flyout li {float:left; margin-bottom:1px; background:#fff; color:#000;}
#flyout li ul {visibility:hidden; position:absolute; top:0; left:151px; width:590px; ; padding:0;}
#flyout li ul li {display:block; display:inline; width:140px; height:22px; border:0; margin:0;}
#flyout li ul li a {text-indent:0; background:#cfcfcf; display:block; width:140px; height:22px; line-height:21px; color:#000;  text-decoration:none;}
#flyout li b {visibility:hidden; display:block; position:absolute; top:0; left:24px; background:#ddd; opacity:0.8; filter:alpha(opacity=80);}
* html #flyout li a:hover {position:relative; white-space:normal;}
* html #flyout li a:hover ul li a:hover {color:#000; background:#ddd;}
#flyout li:hover {position:relative; background:#C5C5C5;}
#flyout li:hover ul li a:hover {background:#C5C5C5; color:#000;}
#flyout li:hover b,
#flyout li a:hover b {
visibility:visible;
}
#flyout li:hover ul,
#flyout li a:hover ul {
visibility:visible;
}

/*  Habillage general des menus de navigation
---------------------------------------------- */
.rubriques, .breves, .syndic, .divers {
	min-width: 200px;
	border: 1px solid #CCC;
	margin-bottom: 1em;
	font-size: 0.77em;
}

.menu-titre {
	padding: 0.2em 0.4em;
	border-bottom: 1px dotted #CCC;
	text-align: center;
	font-weight: bold;
}

#navigation p, .encart p { margin: 0; padding: 0.2em 0.7em; text-align: left;  }
#navigation ul, .encart ul { margin: 0; padding: 0.2em 0; text-align: left; list-style: none; }
#navigation li, .encart li { margin: 0; padding: 0 0.7em; }

/*  Des couleurs specifiques selon les types de menus
---------------------------------------------- */
.rubriques { background: #EAFFEA;}
.rubriques .menu-titre { background: #F2FFF2; }

.breves { background: #FFEAEA; }
.breves .menu-titre { background: #FFF2F2; }

.forums { background: transparent; }
.forums .menu-titre { background: #F2F2FF; }

.divers { background: #F8F8E8; }
.divers .menu-titre { background: #FCFCF0; }

/*  ------------------------------------------
/*  Habillage du contenu
/*  ------------------------------------------ */

/*  Cartouche et titraille
---------------------------------------------- */
.cartouche { margin-bottom: 2em; }

.cartouche .titre {
	font-size: 1.27em;
	font-weight: bold;
	color: #000; }
#contenu .surtitre, #contenu .soustitre { font-size: 0.82em; }

.cartouche .spip_logos {
	float: right;
	margin-left: 16px;
	margin-bottom: 16px; 

}

.cartouche p { margin:5px; padding: 0; clear: left; }
.cartouche small { font-size: 0.71em; }

.cartouche .traductions { font-size: 0.71em; }
.cartouche .traductions * { display: inline; }
.cartouche .traductions li { padding-left: 1em; }


/*  Mise en forme des textes du contenu
---------------------------------------------- */
.chapo {
	margin-bottom: 1.5em;
	font-weight: bold;
	line-height: 1.4em; }

#contenu .lien{
	margin: 5px;
	padding: 5px;
        color:#ff9900;
        font-size: 11px;
	font-weight: bold; 
}

#contenu .lien a {
	margin: 5px;
	padding: 5px;
        color:#FF9900;
        font-size: 11px;
	font-weight: bold; 
}

#contenu .spip_out{
        color:#ff9900;
	font-weight: bold; 
}

#contenu .spip_out a {
        color:#DFBC1A;
	font-weight: bold; 
}

#contenu .spip_out a:hover {
        color:#CC0000;
	font-weight: bold; 
}


#contenu .spip_in { 
                    color:#26597C;
 }

.texte { color: #000; font-size: 0.96em; text-align:justify;}

.ps, .notes {
              float:left;
              width:300px;
              margin: 5px;
              margin-bottom:15px;
              padding: 4px;
}
.ps { font-size: 0.82em; }
.notes { clear: both; font-size: 0.77em; }
.ps h2, .notes h2 { font-size: 1.19em; font-weight: bold; }

/*  Portfolio
---------------------------------------------- */
#documents_portfolio {
	clear: both;
	margin-top: 1.4em;
	padding-top: 2px;
	border-top: 2px solid #CCC; }
#documents_portfolio h2 { margin-bottom: 0.4em; font-size: 0.88em; font-weight: bold; }

#document_actif { margin-top: 1em; }

/*  Listes de documents joints (a un article ou une rubrique)
---------------------------------------------- */
#documents_joints {
	margin-top: 1.4em;
	padding-top: 2px;
	border-top: 2px solid #CCC; }
#documents_joints h2 { margin-bottom: 0.4em; font-size: 0.88em; font-weight: bold; }
#documents_joints ul { margin: 0; padding: 0; list-style: none; }
#documents_joints li { margin-bottom: 0.4em; }
#documents_joints li .spip_doc_titre {}
#documents_joints li .spip_doc_titre small { font-weight: normal; }
#documents_joints li .spip_doc_descriptif {}

/* Listes d'articles et extraits introductifs
----------------------------------------------- */
.liste-articles ul { margin: 0; padding: 0; list-style: none; }
.liste-articles li { margin-bottom: 1em; margin-left:10px; clear: both; }

.liste-articles li .titre {
	font-size: 1.03em;
	font-weight: bold; }

.liste-articles li .spip_logos {
	float: right;
	margin-left: 10px;
	margin-bottom: 10px;
	clear: right; }

.liste-articles li p { margin: 0; padding: 0; }

.liste-articles li .enclosures {
	float: right;
	text-align: right;
	max-width: 60%;
	margin: 0; }

.liste-articles li small {
	display: block;
	font-size: 0.71em; }

.liste-articles li .texte {
	margin-top: 5px;
	margin-bottom: 0em;
	padding: 0.9em;
	font-size: 0.82em;
	line-height: 1.4em; }

.pagination { font-size: 0.90em; }
#pagination { float:right;color:#9EC6E2; margin-right:100px;padding-top:14px; }
#pagination a { color:#9EC6E2; }

/*  ------------------------------------------
/*  Habillage specifique du plan du site
/*  ------------------------------------------ */

.page_plan .cartouche { display: none; }

.page_plan #contenu h2 {
	clear: both;
	background: #EEE;
	border: 1px solid #CCC;
	padding: 0.5em;
	margin-bottom: 1em;
	font-weight: bold;
	text-align: center; }

.page_plan #contenu .contre-encart ul {
	display: block;
	clear: left;
	margin-top: 0;
	margin-bottom: 1em;
	padding-top: 0; }
.page_plan #contenu .contre-encart li {}

/*  ------------------------------------------
/*  Habillage des formulaires
/*  ------------------------------------------ */

.formulaire_spip { text-align: left; font-size: 0.77em; }
.formulaire_spip p { margin: 0.5em 0; padding: 0; }

.formulaire_spip fieldset {}
.formulaire_spip legend {}

.formulaire_spip label {}
.formulaire_spip .forml { width: 80%; font-family: inherit; font-size: inherit; background:#eee; margin-bottom:5px;}

/* Boutons */
.spip_bouton { text-align: right; }
.spip_bouton input { float: right; }

/* Reponse du formulaire */
.reponse_formulaire { font-weight: bold; color: #e86519; }
fieldset.reponse_formulaire { border-color: #e86519; font-weight: normal; }

/* Previsualisation du message */
fieldset.previsu { padding: 1em; }

/* Formulaire de login au forum */
.formulaire_login_forum .forml { width: 12em; }
.formulaire_login_forum .spip_logos { float: right; padding-left: 10px; }

/* Choix des mots-clefs */
ul.choix_mots { float: left; width: 47%; margin: 0; padding: 0; list-style: none; } 
ul.choix_mots label { display: inline; }

/* Formulaire de recherche */
.formulaire_recherche { 
                        float:right; width: 180px; font-size:11px;text-align: left; 
                        }
.formulaire_recherche label { display: none; }


#searchbox { 
             float:right;
             width:500px;
             padding:5px;
             margin-right:130px;
             }



/*  ------------------------------------------
/*  Habillage des sites syndiqués
/*  ------------------------------------------ */
#syndic { 
          width:300px;
          background:url('/images/arrondis-syndic.png') no-repeat; 
          margin-left:auto;
          margin-right:auto;
          margin-bottom:20px;
          font-size:11px;
          text-align:center;
          padding:0;
          }

#syndic .titre { 
                 margin-bottom:10px;
                 padding-top:5px;
                 padding-left:70px;
                 text-align:left;
                 font-size:12px;
                 font-style:italic;
                 font-weight:bold;
                 color:#000;
 }

#syndic li a { color:#9F7729; font-size:11px;}
#syndic li ul li a { color:#333; font-size:10px;}

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

.forum-repondre, .forum-decompte {
	clear: both;
	margin-top: 2.5em;
	padding-top: 2px;
	font-size: 0.88em;
	font-weight: bold; 
                                   
}

.forum-repondre a { 
                    background:#fff;
                    color:#000;
                    border: 1px solid #000;
                    padding:3px;
 }

/* * Habillage des forums */
ul.forum { display: block; clear: both; margin: 0; padding: 0; }
ul.forum, ul.forum ul { list-style: none; }
.forum-fil { margin-top: 1.5em; }
.forum-fil ul { display: block; margin: 0; padding: 0; margin-left: 1em; }
.forum-chapo .forum-titre, .forum-chapo .forum-titre a { display: block; margin: 0; padding: 0; font-weight: bold; text-decoration: none; color: #333; }
.forum-chapo small {}
.forum-texte { margin: 0; padding: 0.5em 1em 0 1em; color: #333; font-size: 0.82em; }
.forum-texte .forum-lien {}
.forum-texte .forum-repondre-message { margin: 0; padding: 1px 0; text-align: right; }

/* Boite d'un forum : eclaircissement progressif des bords */
ul .forum-message { border: 1px solid #bbb; border-right:none; border-bottom:none; margin: 0; padding: 0; margin-bottom: 1em; }
ul ul .forum-message {  border: 1px solid #bbb; border-top:none; border-left:none; }
ul ul ul .forum-message {  }
ul ul ul ul .forum-message {  }
ul ul ul ul ul .forum-message {  }
ul ul ul ul ul ul .forum-message { }

/* Boite de titre d'un forum : mise en couleur selon la profondeur du forum */
ul .forum-chapo { border: none;  margin: 0; padding: 3px 6px 2px 6px; font-size: 0.88em; }
ul ul .forum-chapo { }
ul ul ul .forum-chapo {  }
ul ul ul ul .forum-chapo {  }
ul ul ul ul ul .forum-chapo {  }

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

#signatures { clear: both; font-size: 0.77em; }

#signatures h2 {
	padding: 0.5em;
	text-align: center;
	font-size: 1.2em;
	font-weight: bold; }

#signatures table { width: 100%; margin: 1em 0; }
#signatures thead { display: none; } /* On n'affiche pas les titres du tableau */

#signatures td.signature-date {
	background: #E4F0F0;
	padding: 0.5em;
	white-space: nowrap; }

#signatures td.signature-nom {
	background: #ECF4F4;
	padding: 0.2em;
	text-align: center;
	font-weight: bold; }

#signatures td.signature-message {
	background: #F4F8F8;
	padding: 0.4em;
	font-size: 0.96em; }

/*  ------------------------------------------
/*  Couleurs des liens
/*  ------------------------------------------ */
a { text-decoration: none; color: #333; }
a:hover { text-decoration: underline; }

#contenu a { text-decoration: none; color: #004477;  } 
#contenu a:hover { text-decoration: underline; }



/*  ------------------------------------------------
/*  habillage et positionnement des elements inc-entete_rubrique
/*  ------------------------------------------------ */


.map_link {float:left; } 

a.map_link {
             width:25px;
	   color: #cc0000;
	   font-size: x-small;
	   font-style:italic;
}
a:hover.map_link {
	   color: #a4a001;
	   font-size: x-small;
}


/*  ------------------------------------------------
/*  habillage a_venir agenda des événements à venir
/*  ------------------------------------------------ */

#a_venir { 
           width:300px;
           margin-left:auto;
           margin-right:auto;
           margin-bottom:20px;
           font-size:11px;
           padding:1px;
           color:#000;
           text-align:center;
           background:url('/images/arrondis-a-venir.png') no-repeat;
 }

#a_venir .titre { 
                  font-size:12px;
                  font-weight:bold;
                  font-style:italic;
                  color:#000;
                  text-align:left;
                  padding:1px;
                  padding-left:70px;
                  padding-top:3px;
                  margin-bottom:10px;
}

#a_venir ul { 
              list-style-type:none;
              text-align:left;
              margin-right:0;
              padding:0;
 }

#a_venir li { 
              list-style-type:none;
              font-size:11px;
              padding:0;
              text-align:left;
              list-style-position: inside;
              margin:0;
 }

#a_venir a { color:#912E9C; }

/*  ------------------------------------------------
/*  habillage disgressions
/*  ------------------------------------------------ */

#disgressions { 
            width:200px;
            margin-left:auto;
            margin-right:auto;
            font-size:11px;
            padding:3px;
            color:#000;
            text-align:center;
            margin-top:10px;
            margin-bottom:10px;
           background:url('/images/arrondis-annonces.png') no-repeat;
 }

#disgressions .titre { 
                   font-size:12px;
                   font-weight:bold;
                   font-style:italic;
                   color:#000;
                   text-align:left;
                   padding:1px;
                   padding-left:70px;
                   padding-top:3px;
                   margin-bottom:20px;
 }

#disgressions ul { 
              list-style-type:none;
              text-align:left;
              margin-right:0;
              padding:0;
 }

#disgressions li { 
              list-style-type:none;
              font-size:11px;
              padding:1px;
              padding-bottom:5px;
              text-align:left;
              list-style-position: inside;
              margin:0;
 }

#disgressions li a { font-size:10px; margin-bottom:7px;}


/*  ------------------------------------------------
/*  habillage des ouvrages
/*  ------------------------------------------------ */
#ouvrages { 
            width:300px;
            background:url('/images/arrondis-ouvrages.png') no-repeat;
            padding:0px; 
            margin-bottom:20px; 
            margin-left:auto;
            margin-right:auto;
 }

#ouvrages a{ color:#CEA70A; font-size:12px;text-align:left; padding-left:1px; }

#ouvrages .titre { 
                   font-size:12px;
                   font-weight:bold;
                   font-style:italic;
                   color:#000;
                   text-align:left;
                   padding:1px;
                   padding-top:3px;
                   padding-left:70px;
                   margin-bottom:7px;
                   }

#multimedia { 
            padding:0px; 
            margin-bottom:20px; 
            margin-left:15px;
            margin-right:auto;
              text-align:center;
 }

#multimedia .titre { 
                   font-size:12px;
                     font-family:arial;
                   font-weight:bold;
                   font-style:italic;
                   color:#000;
                   padding:1px;
                   padding-top:3px;
                   margin-bottom:7px;
 }




/*  ------------------------------------------------
/*  habillage des articles
/*  ------------------------------------------------ */

#article .titre { 
                  font-size:20px;
 }

#article h1 { margin-bottom:0; }
#article .soustitre { font-size:13px;font-style:italic; }

.page_article .spip_documents_center { clear: both; width: 100%; margin: auto;  }

.page_article .spip_documents_center img 
{
  text-align:center;
  padding:0px;
  border:1px solid #999;
  border-right:1px solid #F7F7F7;
  border-bottom:1px solid #F7F7F7;

  margin-left: auto;
  margin-right: auto;
  }


/* evenements dans les articles */

div#event { 
            font-size:11px;
            padding:5px;
 }
div#event ul { 
               margin:0;
               padding:O;
               }

div#event li {list-style-type:none; } 

div#event a {  }
div#event .titre { margin:0; padding:0; color:#CC0000; }
div#event .date { font-weight:bold; } 
div#event .descriptif {  }

#rss_content {
    border:1px solid #ccc;
    padding:4px;
    height:200px;
    overflow:auto;
    background:#F9F9F9;
    color:#444;
    margin-bottom:15px;
}
#rss_content a   { color:#997744;}

.motcles_associes {
	  width:190px;
	  font-size:x-small;
	  border:0;
	  padding:1px;
}

a.motcles_associes {
	  display:block;
	  border:1px solid #bbb;
	  border-left:1px solid #ddd;
	  border-top:1px solid #ddd;
	  background:#eee;
	  color:#cc0000;
}

a:hover.motcles_associes {
	  display:block;
	  border:1px solid #ddd;
	  border-left:1px solid #bbb;
	  border-top:1px solid #bbb;

	  background:#ccc;
	  color:#ff9900;
	  text-decoration:none;
	  font-weight:bold;
}


/*  ------------------------------------------------
/*  habillage des rubriques
/*  ------------------------------------------------ */

.rubrique_titre { font-size:18px; }
.liste_articles { float:right; width:350px;  }

.liste_articles a { 
                   font-size:16px;
                    color:#000;
 }


.liste-titre-r { }
.logo_article  { 
  border:1px solid #999;
  border-right:1px solid #F7F7F7;
  border-bottom:1px solid #F7F7F7;
 }

.liste_articles .descriptif { font-style:italic; font-size:12px;}

.descriptif { font-style:italic; font-size:12px;}
.liste-livres { font-size:12px;font-weight:bold; }

.lesarticles { width:400px; padding:4px; border:1px solid #eee; font-size:12px; }
.lesarticles a { display:block; font-size:13px; font-weight:bold; } 

.lesarticles .introduction { font-size:11px; }

#infos_pratiques { 
                   width:300px;
                   background:url('/images/arrondis-pratique.png') no-repeat;
                   padding:1px;
                   font-size:11px;
                   margin-left:auto;
                   margin-right:auto;
 }

#infos_pratiques .titre {                    
                          margin-bottom:20px;
                          margin-top:5px;
                          padding-top:3px;
                          color:#000;
                          font-size:12px;
                          text-align:left;
                         padding-left:70px;
                          font-weight:bold;   
                          font-style:italic;
}

#infos_pratiques .box { margin-bottom:10px; padding:1px;}

#infos_pratiques a { 
                     display:block;
                     padding:0;
                     font-weight:bold;
                     color:#005500;
 }

#infos_pratiques .infos_ps{ 
                      font-size:10px;
                            padding:0;
                      padding-left:6px;
 }



#livredor {
            float:left;
        min-width:10em;
            width:300px;
	font-size:11px;
	font-weight:normal;
	font-style:italic; 
	padding:4px; 
}

#livredor a img {

}

#livredor a {
	font-size:11px;
	font-weight:normal;
	font-style:italic; 
	padding:1px; 
}

#livredor a:hover {
	font-size:11px;
	font-weight:normal;
	font-style:italic; 
	padding:1px; 
	background:#C33534;
}


/*  ------------------------------------------------
/*  habillage du menu sous rubriques
/*  ------------------------------------------------ */

#menu_sousrubs { 
                 width:500px;
 }

#menu_sousrubs dl { 
                    font-size:12px;
                    width:150px;
                    float:left;
                    text-align:center;
                    padding:2px;
                    margin:1px;
 }

#menu_sousrubs dl a { 
                      display:block;
                      color:#333;
                    background:#eee;
 }

#menu_sousrubs dl a:hover { 
                      display:block;
                      color:#000;
                      background:#bbb;                            
 }




/* Habillage boite derniers Forums */
#derniersforums { 
                  width:300px; 
                  padding:0;
                  background:url('/images/arrondis-derniersforums.png') no-repeat;
                  margin-bottom:15px;
                  margin-left:auto;
                  margin-right:auto;
                  font-size:11px;

}

#derniersforums .titre { 
                         font-size:12px;
                         font-weight:bold;
                         font-style:italic;
                         margin-bottom:10px;
                         text-align:left;
                         padding:1px;
                         padding-left:70px;
                         padding-top:6px;
 }

#derniersforums a{ 
                   color:#004477;
}

/* Habillage boite photos */

#photos { 
                  width:300px; 
                  padding:0;
                  background:url('/images/arrondis-galerie-photo.png') no-repeat;
                  margin-bottom:15px;
                  margin-left:auto;
                  margin-right:auto;
                  font-size:11px;
}

#photos .titre { 
                         font-size:12px;
                         font-weight:bold;
                         font-style:italic;
                         margin-bottom:10px;
                         text-align:left;
                         padding:1px;
                         padding-left:70px;
                         padding-top:6px;
 }

#photos a{ 
                   color:#004477;
           font-weight:bold;
}

/* Habillage photo aleatoire */

#aleaphoto { 
             width:300px;
             margin-top:0px; 
             margin-bottom:15px; 
             margin-left:auto; 
             margin-right:auto;
             line-height:10px;
             padding:0;
             padding-top:20px;
             text-align:center;
}


#aleaphoto img{
                padding:0px;
                border:1px solid #777;
                border-right:1px solid #ddd;
                border-bottom:1px solid #ddd;
}

#aleaphoto a { font-size:11px;text-align:center;}

/*  ------------------------------------------------
/*  habillage des mot-clés et recherche
/*  ------------------------------------------------ */

#groupes_mots { margin-top:20px;  }
#groupes_mots a.motcles_1{ 
             font-size:11px;
             color:#A1761B;
 }

#groupes_mots a.motcles_2{ 
             font-size:15px;
             color:#A1761B;
 }

#groupes_mots a.motcles_3{ 
             font-size:12px;
             color:#1E445C;
             }

#groupes_mots a.motcles_4{ 
             font-size:14px;
             color:#1E445C;
             }

#groupes_mots a.motcles_5{ 
             font-size:13px;
             color:#33A235;
 }

#groupes_mots a.motcles_6{ 
             font-size:14px;
             color:#4F5F18;
 }

#groupes_mots a.motcles_7{ 
             font-size:10px;
             color:#4F5F18;
 }

#groupes_mots a.motcles_8{ 
              font-size:15px;
             color:#125F90;
 }

#groupes_mots a.motcles_10{ 
              font-size:11px;
             color:#F2CB17;
 }

#groupes_mots a.motcles_11{ 
              font-size:15px;
             color:#E5BE09;
 }

#groupes_mots a:hover { text-decoration:none; color:#CC0000; }

#recherche_mot { padding-top:30px; }
#recherche_mot a { color:#cc0000; }

#elargir_recherche a { color:#cc0000; }

/*  ------------------------------------------------
/*  habillage recherche
/*  ------------------------------------------------ */

.recherche_box { padding:5px; line-height:14px; }

.soustitre_liste_recherche {
	font-size:x-small;
	font-style:italic;
}

.recherche_rub_art {
      	color: #005599;
	font-size:11px;
	font-style:italic;
}

.libelle_recherche {
	font-size:small;
	color:#009900;
	border-bottom:1px solid #000;
}

/*  ------------------------------------------------
/*  habillage pubs et autres modules
/*  ------------------------------------------------ */

#annonceur { 
             width:200px;
             margin-left:auto;
             margin-right:auto;
             margin-bottom:15px;
             font-size:10px; 
             padding:0;
             text-align:center;
}

#annonceur-cadre { 
                   width:220px;
                   height:221px;
                   padding:0;
                   padding-top:15px;
                   margin:0;
                   background-image:url('/images/annonceur-bg.png'); 
                   background-repeat:no-repeat;
}


#annonceurs-mini { 
                   width:220px;
                   height:52px;
                   padding:0;
                   padding-top:6px;
                   margin:0;
                   background-image:url('/images/annonceur-mini-bg.png'); 
                   background-repeat:no-repeat;
}


#galerie-photo { 
            width:200px;
            margin-left:auto;
            margin-right:auto;
            font-size:11px;
            padding:3px;
            color:#000;
            text-align:center;
            margin-top:10px;
            margin-bottom:10px;
            background:url('/images/arrondis-galerie-photo.png') no-repeat;
 }


#galerie-photo .titre { 
                   font-size:12px;
                   font-weight:bold;
                   font-style:italic;
                   color:#000;
                   text-align:left;
                   padding:1px;
                   padding-left:70px;
                   padding-top:3px;
                   margin-bottom:20px;
 }
                    

#galerie-photo img{ 

                    border:1px solid #999;
                    border-right:1px solid #F7F7F7;
                    border-bottom:1px solid #F7F7F7;
                    
                    }

.rubparent {  
             text-align:center;
             color: #005599;
             font-size:11px;
             font-style:italic;
             }

#marchesdujour { 
                 width:200px;
                 font-size:11px;

                 border:1px solid #ddd;
                 border-top:1px solid #eee;
                 border-left:1px solid #eee;

                 margin-top:20px;
                 margin-bottom:20px;
                 margin-left:auto;
                 margin-right:auto;
                 padding-bottom:15px;
                 text-align:center;
 }


/***
Les Boutons
***/

#boutons-mots {  
                float:left; 
                height:25px; 
                width:215px; 
                padding-left:10px;
                background-image:url('/images/fond-mots_s.png');
                text-align:left;
                }

#boutons-mots a.spip_logos img  { padding:0; margin:0; }
