/* CSS Document */


/* Contenu: barre menu principale: specials */
#menutop_phototheque a { background-position:0 -36px; }


/* Contenu: barre sous-menu: style commun: specials */
#menutop2 {
  border-color: #A7CBDD; 
}


/* ==============PAGE DE RECHERCHES=============== */
/* page des résultats de recherche: div des résultats */
#searchresults {
}
/* page des résultats de recherche: liste categories */
#results_catlist {
  margin:0 0 30px 0;
  padding:0;
}
#results_catlist li {
  padding:0 0 0 20px;
  margin: 0 0 6px 30px;
  background: url(/images/phototheque/puce_phototheque.gif)  left no-repeat;
}
/* page des résultats de recherche: liste photos */
#results_photolist {
  margin:0;
  padding:0;
}
#results_photolist li {
	padding:0 0 0 0px;
	margin: 0 0 6px 30px;
	text-align:left;
	vertical-align:text-top;
}
/* =============/PAGE DE RECHERCHES=============== */

/* Titres des pages de la photothèque */
h1 a       { color:#FFF; text-decoration:none; }
h1 a:hover { color:#FFF; text-decoration:underline; }

/* Titre des photos dans les pages de détail des photos*/
h2         { 
  color:#FFF;
  background-color:#222222;
  font-size:18px;
  padding:5px;
  margin:0;
  text-align:center;
  font-weight:bold;
}
/* Nom de la categorie dans les pages de liste de photos*/
h2.subtitle {
  text-align:left;
  font-size:16px;
  font-weight:bold;
  color:#533434;
  background-color:#FFFFFF;
  margin:20px 0 5px 50px;
  padding:0 0 0 20px;
  background: url(/images/phototheque/arrow_phototheque.gif)  left no-repeat;
}

/*categoryarbo (pour cat_fullname_with_links, et page recherche)*/
.categoryarbo        { font-weight:bold; color: #000000; text-decoration: none}
a.categoryarbo       { color: #606060; text-decoration: none;}
a.categoryarbo:hover { color: #606060; text-decoration:underline;}

/*category: titre de chaque category dans les pages statiques de categories*/
.category            { color: #333; text-decoration: none;
  font-weight:bold;
  margin:0 0 3px 0;
  padding-left: 18px;
  background: url(/images/phototheque/puce_phototheque.gif)  left top no-repeat;
}
.category a            { color: #333; text-decoration: none;    }
.category a:hover      { color: #333; text-decoration:underline;}

/* Titre category*/

/* Liens dans listes de photos */
.popuplink           { color:#DBD7CB; text-decoration: none;}
.popuplink:hover     { color:#DBD7CB; text-decoration: underline;}


/* ========================= RaynetteTooltip =========================*/
a.RaynetteTooltip       { position:relative; text-decoration:none;z-index:24; } /* "position:relative" needed! Do not touch z-index! */
a.RaynetteTooltip:hover { background:none;   text-decoration:none;z-index:25; } /* "background:none;"  nedded! Do not touch z-index! */ 
a.RaynetteTooltip img   { border:none; vertical-align:middle; padding:0 2px; }
a.RaynetteTooltip span  { display:none; }
a.RaynetteTooltip:hover span {
  display:block;
  position:absolute;
  top:60px; left:0px; width:200px; /* top 22 sinon pb IE avec selects de champs wysiwyg à coté*/
  border:2px solid #C6002D;
  background-color:#eef; color:#000;
  text-align: left;
  font: 11px Arial, Verdana, sans-serif;
  padding:3px;
  opacity:0.95;
  white-space:normal; /* to avoid any other css nowrap in which the tooltip may be*/
}
/* ======================== /RaynetteTooltip =========================*/
