/* Base : Chambre */

div#global {
  width: 960px;
  margin: 0 auto;
  -moz-box-shadow: 0 0 10px #333;
  -webkit-box-shadow: 0 0 10px #333;
  -khtml-box-shadow: 0 0 10px #333;
  -o-box-shadow: 0 0 10px #333;
  box-shadow: 0 0 10px #333;
  -moz-border-radius: 0 0 10px 10px;
  -webkit-border-radius: 0 0 10px 10px;
  -khtml-border-radius: 0 0 10px 10px;
  -o-border-radius: 0 0 10px 10px;
  border-radius: 0 0 10px 10px;
  background-color: white;
  position: relative;
}

header {
  margin-bottom: 20px;
}

header hgroup h1 {
  font-size: 3em;
  line-height: 1.2em;
  font-weight: normal;
  font-variant: small-caps;
  position: relative;
  padding-left: 240px;
  padding-top: 0.2em;
}

header hgroup h1 img {
  position: absolute;
  top: 18px;
  left: 20px;
}

header hgroup h2 {
  background-color: #9E0E40;
  color: #e6e6e6;
  padding: 20px 0 20px 240px;
  font-variant: small-caps;
  min-height: 81px;
}

nav#menu {
  display: inline-block;
  vertical-align: top;
  width: 220px;
  margin: 50px 20px 10px 0;
}

nav#menu a {
  display: block;
  -moz-border-radius: 0 10px 10px 0;
  -webkit-border-radius: 0 10px 10px 0;
  -khtml-border-radius: 0 10px 10px 0;
  -o-border-radius: 0 10px 10px 0;
  border-radius: 0 10px 10px 0;
  background-color: #0060b6;
  background-repeat: no-repeat;
  background-position: 10px;
  color: white;
  font-variant: small-caps;
  padding: 2px 0 3px 40px;
  margin-bottom: 10px;
  font-size: 1.2em;
}
nav#menu a:hover {
	-moz-box-shadow: 0 0 3px #333;
  -webkit-box-shadow: 0 0 3px #333;
  -khtml-box-shadow: 0 0 3px #333;
  -o-box-shadow: 0 0 3px #333;
  box-shadow: 0 0 3px #333;
}

nav#menu a#faacc { background-image: url(http://www.bandbleu.be/images/menu/accueil.png) }
nav#menu a#faesp { background-image: url(http://www.bandbleu.be/images/menu/esprit.png) }
nav#menu a#fambr { background-image: url(http://www.bandbleu.be/images/menu/membres.png) }
nav#menu a#facon { background-image: url(http://www.bandbleu.be/images/menu/contact.png) }

nav#menu a:hover,
nav#menu a.sel {
  background-color: #003B6F;
  text-decoration: none;
}

section#contenu {
  display: inline-block;
  vertical-align: top;
  width: 700px; /* 960 -220 -20 -20 */
  position: relative;
}

/*
	Contenu
*/

section#contenu h1 {
	font-variant: small-caps;
	font-size: 2em;
	margin-bottom: 0.5em;
}

section#contenu h2 {
	font-weight: bold;
	font-size: 1.2em;
}

section#contenu p {	margin-bottom: 1em }

section#contenu ul {
  margin-top: 0.5em;
	margin-left: 20px;
}
section#contenu ul li { margin-bottom: 0.5em }

section#contenu ul.liste {
	list-style-type: none;
	padding: 0 10px 10px;
	padding-top: 0.5em;
  margin: 0;
}
section#contenu ul.liste li {
	border-left: 2px solid #0060B6;
	padding-left: 10px;
	margin-left: 10px;
}

section#contenu section.prem {
  margin-bottom: 10px;
  padding-bottom: 9px;
  border-bottom: 1px dashed #ccc;
  text-align: justify;
}

section#contenu section > p { margin: 0 1em 1em }

section#contenu section#news > h1 { margin-bottom: 1em }

section#contenu article {
  border-left: 1px solid #0060B6;
  padding: 0 20px;
  margin-bottom: 20px;
  text-align: justify;
}

section#contenu article header {
  margin-bottom: 10px
}

section#contenu article h1 {
  margin-bottom: 0;
  line-height: 0.8em;
  font-size: 1.7em;
  color: #0060B6;
}

section#contenu article details {
  font-style: italic;
  font-size: 0.9em;
  color: #999;;
  padding-bottom: 10px;
  padding-left: 10px;
}

/*
  Pages
*/

nav#pages {
  text-align: center;
  margin: 5px 0 10px;
}

/* Membres */

div#membres {
  overflow: auto;
  overflow-x: scroll;
  overflow-y: visible;
}

section.dfa {
  text-align: center;
  display: inline-block;
  vertical-align: top;
  padding: 6px;
}
section.dfa:first-child {
  /*width: intrinsic;        /* Safari/WebKit */
  /*width: -moz-max-content; /* Firefox/Gecko */
  padding: 45px;
}

section.dfa figure {
  height: 100px;
  overflow: hidden;
  position: relative;
  width: 100px;
  margin: 0 auto;
}
section.dfa figure:hover {
	-moz-box-shadow: 0 0 3px #0060B6;
  -webkit-box-shadow: 0 0 3px #0060B6;
  -khtml-box-shadow: 0 0 3px #0060B6;
  -o-box-shadow: 0 0 3px #0060B6;
  box-shadow: 0 0 3px #0060B6;
  overflow: visible;
}

section.dfa figure img {
  position: absolute;
  left: -45px;
}
section.dfa figure:hover img {
  top: -45px;
  z-index: 3;
	-moz-box-shadow: 0 0 5px #0060B6;
  -webkit-box-shadow: 0 0 5px #0060B6;
  -khtml-box-shadow: 0 0 5px #0060B6;
  -o-box-shadow: 0 0 5px #0060B6;
  box-shadow: 0 0 5px #0060B6;
}

section.dfa figure hgroup {
  position: absolute;
  bottom: -90px;
  left: -45px;
  display: none;
}
section.dfa figure:hover hgroup {
  display: block;
  background-color: #ccc;
  padding: 5px 10px;
	-moz-box-shadow: 0 0 3px #0060B6;
  -webkit-box-shadow: 0 0 3px #0060B6;
  -khtml-box-shadow: 0 0 3px #0060B6;
  -o-box-shadow: 0 0 3px #0060B6;
  box-shadow: 0 0 3px #0060B6;
  border: 1px solid #999;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -khtml-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  z-index: 3;
}

div#membres section.dfa h1 {
  font-size: 1em;
  white-space: nowrap;
}
div#membres section.dfa h1 strong {
  color: #0060B6;
}

div#membres section.dfa h2 {
  font-size: 1em;
  white-space: nowrap;
  font-weight: normal;
  margin-bottom: 0.3em;
}

div#membres section.dfa p {
  margin: 0;
}

section.dfa.zebra0 {
  -moz-box-shadow: 0 0 5px #eee;
  -webkit-box-shadow: 0 0 5px #eee;
  -khtml-box-shadow: 0 0 5px #eee;
  -o-box-shadow: 0 0 5px #eee;
  box-shadow: 0 0 5px #eee;
  background-color: #eee;
}
section.dfa.zebra1 {
  -moz-box-shadow: 0 0 5px #ccc;
  -webkit-box-shadow: 0 0 5px #ccc;
  -khtml-box-shadow: 0 0 5px #ccc;
  -o-box-shadow: 0 0 5px #ccc;
  box-shadow: 0 0 5px #ccc;
  background-color: #ccc;
}
