/* ==========================================
   FEUILLE DE STYLES POURIMAGIERVAGABOND.FR
   Styles pour l'écran. Tous droits réservés.
   ========================================== */


/* --- STYLES GÉNÉRIQUES --- */

/* Modifications des styles de base */
body {
  padding: 0;
  font-family: Arial, Helvetica, "Liberation Sans", FreeSans, sans-serif;
  font-size: .9em;
  line-height: 1.3;
  color: #555;
  background: #d8e49e url(../img/body-greenbg.png) repeat-x;
}
h1 {font-size: 1.6em; color: #111;}
h2 {font-size: 1.2em; color: #111;}
h3 {font-size: 1.05em; color: #333;}
h4 {font-size: 1em; color: #333;}
a, a:visited {
  color: #405A80;
  /*color: #974;*/
}
a:hover, a:focus, a:active {color: #258 !important;}
cite {
  padding: 0 2px;
  color: #111;
  background: #ff9;
}
cite a {
  border-bottom: dashed 1px #777;
  text-decoration: none;
  color: #111;
}
strong.name img {
  vertical-align: middle;
}


/* --- PAGE --- */

/* Conteneur */
body {
  padding-bottom: 45px;
}
#global {
  position: relative;
  width: 940px;
  min-height: 400px;
  margin: 0 auto;
  padding: 0 4px 20px 4px;
  -moz-border-radius: 0 0 4px 4px;
  -webkit-border-radius: 0 0 4px 4px;
  border-radius: 0 0 4px 4px;
  background: #fdfff2;
  -moz-box-shadow: 0 1px 3px rgba(0,0,0,.2);
  -webkit-box-shadow: 0 2px 3px rgba(0,0,0,.2);
  box-shadow: 0 1px 3px rgba(0,0,0,.2);
}

/* Bloc d'en-tête */
#header {
  position: relative;
  overflow: hidden;
  zoom: 1; /* Fixes major wreckage in IE6... for now. */
  padding: 10px 0;
}

/* Conteneur central */
#main {
  zoom: 1;
  overflow: hidden;
  padding: 20px 30px 15px 30px;
}

/* Colonne de gauche */
#main-content {
  float: left;
  width: 560px;
}

/* Barre de droite */
#sidebar {
  float: right;
  width: 240px;
  padding: 33px 20px 60px 0;
  font-size: .9em;
}
#sidebar .module {
  margin-bottom: 20px;
}


/* --- EN-TÊTE --- */

/* Logo */
#header #title {
  display: inline;
  position: relative;
  z-index: 40;
  float: left;
  width: 200px;
  margin: 0 0 0 20px;
  line-height: 1.2;
  font-size: 1.8em;
  font-weight: normal;
}
#header #title a {
  display: block;
  min-height: 80px;
  padding: 8px 10px 8px 10px;
  text-decoration: none;
}
#header #title img {
  vertical-align: middle;
}

/* Navigation */
#header #topnav {
  clear: both;
  height: 1%;
  overflow: hidden;
  margin: 0;
  padding: 20px 12px 5px 32px;
  list-style: none;
  text-align: left;
  background: url(../img/nav-bg.jpg) no-repeat 0 5px;
}
#header #topnav li {
  float: left;
  margin: 0 26px 5px 0;
}
#header #topnav li a {
  display: block;
  padding: 5px 7px;
  text-decoration: none;
  font-family: "Arial Black", Helvetica, "Liberation Sans", FreeSans, sans-serif;
  font-size: 1em;
  /*color: #a51;*/
  color: #963;
}
#header #topnav li:hover,
#header #topnav li.current {
  /*background: url(../img/nav-special-bg.png) no-repeat left 4px;*/
}
#header #topnav li:hover a,
#header #topnav li.current a {
  color: #333;
  /*background: url(../img/nav-special-bg.png) no-repeat right -74px;*/
}


/* --- PIED DE PAGE --- */

#footer {
  position: absolute;
  _position: static; /* IE6 messes up real big on the position sometimes... */
  right: 20px;
  bottom: -20px;
  width: 240px;
  _width: 840px;
  height: 61px;
  margin: 0;
  padding: 26px 84px 0 0;
  text-align: right;
  font-size: .85em;
  color: #777;
  background: url(../img/footer-bg.png) no-repeat right top;
}
#footer a {
  color: #555;
  text-decoration: none;
}


/* --- STYLES PARTAGÉS POUR LES CONTENUS --- */

/* Conteneur central */
#main h1 {
  margin: 0 0 17px 0;
}
#main h1 + p,
#main h1 + div > p:first-child {
  margin-top: 20px;
}
#main .bigger {
  font-size: 1.1em;
}

/* Barre de droite */
#sidebar .module {
  margin-bottom: 20px;
}

/* Liste d'expositions */
.expos-list {
  margin: 15px 0;
  padding: 0;
  list-style: none;
}
.expos-list li {
  height: 1%;
  overflow: hidden;
  margin: 10px 0;
  padding: 7px;
  border: 1px solid #e6e4e6;
}
.expos-list li.expo2 {background: #f0edf0;}
.expos-list li.expo1 {background: white;}
.expos-list .title {
  margin: 0 0 6px 0;
  font-weight: bold;
}
.expos-list .title a {
  /*color: #a51;*/
  color: #963;
  text-decoration: none;
}
.expos-list .title img {
  float: left;
  margin: 0 12px 0 0;
}
.expos-list .teaser {
  height: 1%;
  overflow: hidden;
  margin: 0;
  font-size: .9em;
}
.expos-list .teaser p {
  display: inline;
}
.expos-list .more {
  display: inline;
  color: #999;
}
.expos-list .more a {
  padding: 0 2px;
}


/* --- INDEX DE RUBRIQUE ET ARTICLES SIMPLES --- */

/* Index de rubrique */
.page-preview {
  margin: 15px 0 20px 0;
}
.page-preview h2 {
  margin: 0 0 4px 0;
}
.page-preview h2 a {
  display: block;
  padding: 4px 0;
  text-decoration: none;
}
.page-preview .excerpt p {
  display: inline;
  margin: 0 6px 0 0;
  line-height: 1.45;
  font-size: .95em;
  color: #333;
}
.page-preview .excerpt .more {
  font-size: .9em;
}
.page-preview .excerpt .more a {
  padding: 0 0 0 53px;
  text-decoration: none;
  background: url(../img/bullets-colored-2.png) no-repeat left center;
}

/* Liste d'articles (barre de droite) */
#sidebar .category-pages ul {
  margin: 15px 0;
  padding: 0;
  list-style: none;
}
#sidebar .category-pages li {
  margin: 7px 0;
}
#sidebar .category-pages li.current {
  color: #111;
}
#sidebar .category-pages li a {
  /*color: #a51;*/
  color: #963;
  text-decoration: none;
}

/* Page d'article */
.page-single #main-content {
  color: #333;
}


/* --- PAGE D'ACCUEIL --- */

/* En-tête */
#home #title {
  position: relative;
  z-index: 40;
  float: left;
  width: 340px;
  min-height: 133px;
  margin: 0;
  padding: 18px 0 12px 146px;
  line-height: 1.2;
  font-size: 1.8em;
  font-weight: normal;
  background: url(../img/header-butterfly.png) no-repeat 12px 2px;
}
#header #home-intro {
  position: relative;
  z-index: 50;
  left: -32px;
  float: right;
  width: 375px;
  padding: 26px 0 0 40px;
  font-size: .9em;
  color: #333;
  background: url(../img/home-presentation-bg.png) no-repeat 0 16px;
}

/* Contenu principal */
#home #main {
  padding-top: 5px;
}
#home #main-content {
  float: none;
  width: auto;
}
#home #main-content a {
  text-decoration: none;
}
#home #main-content h2 {
  margin: 0 0 15px 0;
  font-size: 2.8em;
  font-style: italic;
  color: #AAA;
}
#home #main-content h2 a {
  color: #89A;
}

/* Colonnes */
#home-expos {
  float: left;
  width: 300px;
  padding: 0 20px 0 0;
}
#home-illus {
  float: left;
  width: 250px;
  padding: 0 30px 0 20px;
}
#home-themes {
  float: left;
  width: 250px;
  padding: 0;
}
.home-col div.title h3 {
  display: inline;
  margin-right: 4px;
}
.home-col div.title h3 span {
  font-size: 1.5em;
}
.home-col div.title p {
  display: inline;
  color: #999;
}
.home-col div.title a {
  padding: 0 2px;
}

/* Liste d'expos */
#home-expos .expos-list {
  margin: 12px 0 0 0;
}
#home-expos .expos-list h3 {
  line-height: 1.05;
}
#home-expos .expos-list p {
  line-height: 1.2;
}

/* Liste de liens du catalogue */
.home-tags ul {
  margin: 12px 0;
  padding: 0;
  list-style: none;
}
.home-tags ul li {
  display: inline;
  line-height: 1.4;
  font-size: 1.25em;
  color: #777;
}
.home-tags ul a {
  /*color: #a51;*/
  color: #963;
}

/* Liens de l'agenda */
#home #sidebar {
  width: 535px;
  padding: 20px 10px 60px 0;
}
#home #sidebar .agenda {
  padding: 4px 9px;
  border: 1px solid #d8d7d2;
  background: #e9e8e4;
}
#home #sidebar .agenda .title {
  padding: 6px 0;
}
#home #sidebar .agenda .title h2 {
  display: inline;
  margin: 0 4px 0 0;
}
#home #sidebar .agenda .title p {
  display: inline;
  margin: 0;
  color: #999;
}
#home #sidebar .agenda .title a {
  margin: 0 2px;
  text-decoration: none;
}
#home #sidebar .agenda .content p {
  margin: 5px 0;
}
#home #sidebar .agenda .content .date {
  font-size: .9em;
}


/* --- FICHE D'EXPOSITION --- */

/* Mise en page générale */
.fiche-expo #main {
  background: white;
}
.fiche-expo #main-content {
  float: none;
  width: auto;
}
.fiche-expo #sidebar {
  display: none;
}

/* Titre */
#expo-top h1 {
  margin: 0;
  padding: 5px 10px;
  background: #555055;
  color: white;
}

/* Colonne de gauche */
#expo-left {
  float: left;
  width: 560px;
  margin-bottom: 30px;
}
#expo-text .intro {
  padding: 10px 30px 10px 10px;
  font-size: 1.1em;
  line-height: 1.4;
  background: #ddd9dd;
}
#expo-text .intro p {
  margin: 0;
  padding: 4px 0;
}
#expo-text .main {
  margin-right: 20px;
  padding: 5px 10px;
  line-height: 1.4;
}
#expo-info {
  margin: 10px 0 0 0;
  padding: 0 10px;
}
#expo-info div {
  margin: 8px 0 0 0;
}
#expo-info h2 {
  float: left;
  margin: 0 4px 0 0;
  font-size: 1em;
}
#expo-info p {
  margin: 0;
}

/* Colonne de droite */
#expo-right {
  float: right;
  width: 300px;
  padding: 22px 0 30px;
  font-size: .9em;
}
#expo-right .visuel {
  margin: 0 0 22px 0;
}
#expo-right .visuel img {
  vertical-align: middle;
}

/* Système d'onglets */
#expo-tabs {
  clear: both;
  margin: 0 0 35px 0;
}
#expo-tabs .nav {
  width: 100%;
  overflow: hidden;
  margin: 0 0 -11px 0;
  list-style: none;
}
#expo-tabs .nav li {
  display: inline;
}
#expo-tabs .nav a {
  float: left;
  margin: 0 8px 0 0;
  padding: 5px 10px 4px 10px;
  border: 1px solid #999;
  border-bottom: none;
  text-decoration: none;
  background: #DDD9DD;
}
#expo-tabs .nav a.current {
  position: relative;
  z-index: 30;
  padding-bottom: 5px;
  background: #EFE8EF;
}
#expo-tabs .tab {
  position: relative;
  z-index: 20;
  width: 540px;
  margin: 10px 0;
  padding: 5px 9px;
  border: 1px solid #999;
  outline: none;
  background: #efe8ef;
  -moz-box-shadow: 0 -1px 2px rgba(0,0,0,.2);
  -webkit-box-shadow: 0 -1px 2px rgba(0,0,0,.2);
  box-shadow: 0 -1px 2px rgba(0,0,0,.2);
}
#expo-tabs h2 {
  margin-top: .2em;
}
#expo-tabs h2.hidden {
  position: absolute;
  left: -5000px;
}

/* Galerie d'images */
#expo-tabs #galerie {
  width: auto;
  padding: 5px 14px;
}
#galerie .links {
  zoom: 1;
  overflow: hidden;
  margin: 0 0 0 -8px;
  padding: 15px 0 10px 0;
  list-style: none;
}
#galerie .links li {
  display: inline;
}
#galerie .links a {
  float: left;
  width: 68px;
  height: 68px;
  margin: 0 0 8px 8px;
  padding: 1px;
  background: #777;
}
#galerie .links a:hover,
#galerie .links a:focus {
  background: #DF8523;
}
#galerie .links img {
  vertical-align: middle;
}
#galerie .placeholder {
  margin: 0;
  text-align: center;
}
#galerie .placeholder img {
  border: 1px solid #777;
}
#galerie .placeholder span {
  display: block;
  padding: 5px 0 4px 0;
  text-align: left;
}

/* Biblio */
#biblio .edition {
  display: block;
}

/* Fiche technique */
#pricing .pricing table {
  width: 60%;
  margin: 0 0 0 1px;
  border: solid 1px #ccc;
  border-spacing: 0;
  border-collapse: collapse;
}
#pricing .pricing th {
  padding: 4px 6px;
  border: solid 1px #ccc;
  font-weight: normal;
  text-align: left;
  color: #111;
  background: white;
}
#pricing .pricing th + th {
  text-align: right;
}
#pricing .pricing td {
  padding: 4px 6px;
  text-align: right;'#expo-tabs > .nav a'
  border: solid 1px #ccc;
  color: #555;
  background: #fdfff2;
}


/* --- LISTE DES ILLUSTRATEURS & THÈMES --- */

/* Illustrateurs: texte d'intro */
#list-illus .info {
  margin: -.5em 0 0 0;
  font-size: .9em;
  font-style: italic;
}

/* Illustrateurs: trombinoscope */
#list-illus ul {
  margin: 10px 0 15px 0;
  padding: 0;
  list-style: none;
}
#list-illus li {
  float: left;
  width: 122px;
  height: 122px;
  margin: 8px 16px 8px 0;
  line-height: 1.3;
  background: #ebd5ed;
}
#list-illus li span {
  display: block;
  line-height: 1.2;
  font-size: 1.4em;
}
#list-illus a {
  cursor: pointer;
}
#list-illus li.normal a {
  position: relative;
  display: block;
  width: 120px;
  height: 120px;
  overflow: hidden;
  border: 1px solid #ccc;
  text-decoration: none;
}
#list-illus li.normal a:hover, #list-illus li.normal a:focus,
#list-illus li.normal a:active {
  border-color: black;
}
#list-illus li.normal a strong {
  position: absolute;
  left: 0;
  top: 200px;
  width: 100px;
  height: 100px;
  padding: 10px;
  font-weight: bold;
  color: white;
  background: black;
  opacity: .1;
  -webkit-transition: opacity .2s ease-out;

}
#list-illus li.normal a:hover strong,
#list-illus li.normal a:focus strong,
#list-illus li.normal a:active strong {
  top: 0;
  opacity: .9;
}

/* Lien «pourquoi pas vous?» */
#list-illus li.special {
  background: #fce6b4;
}
#list-illus li.special em {
  display: block;
  padding: 10px;
  font-weight: normal;
  font-style: italic;
}
#list-illus li.special em span {
  margin: 5px 0;
}

/* Illustrateurs: liste alphabétique */
#sidebar .all-illus ul {
  margin: 15px 0;
  padding: 0;
  list-style: none;
}
#sidebar .all-illus li {
  margin: 7px 0;
}
#sidebar .all-illus li.current {
  color: #111;
}
#sidebar .all-illus li a {
  /*color: #a51;*/
  color: #963;
  text-decoration: none;
}

/* Thèmes: liste complète */
#list-themes {
  margin: 16px 0;
  padding: 0;
  list-style: none;
}
#list-themes li {
  display: inline;
  font-size: 1.25em;
  line-height: 1.5;
  color: #777;
}
#list-themes a {
  /*color: #a51;*/
  color: #963;
  text-decoration: none;
}
#list-themes span {
  padding: 0 3px 0 8px;
}


/* --- PAGES ILLUSTRATEUR & THÈME --- */

/* Colonne de gauche */
#fiche-illus .suptitle {
  margin: .5em 0 0 0;
  font-size: .9em;
}
#fiche-illus h1 {
  font-size: 2em;
}
#illus-details {
  width: 100%;
  overflow: hidden;
  padding: 0 0 5px 0;
}
#illus-details .portrait {
  float: left;
  margin: 2px 12px 10px 0;
  border: 1px solid #bbb;
}
#illus-details .presentation {
  color: #333;
}
#illus-details .presentation > :first-child {
  margin-top: 0;
}
#illus-related {
  clear: both;
}
#illus-related .info {
  font-size: .9em;
  font-style: italic;
}
