/* -- Main layout definitions ------------- */

.header {
  background-image: url(images/logo_adhoc.png);
  height: 80px;
  background-repeat: no-repeat;
  width:700px;
  clear:both;
  margin: 0 auto;
}

.info_asso {
  float:right;
  text-align:left;
  width: 400px;
  margin-bottom: 20px;
  margin-top: 0px;
  position: absolute;
  top: 10px;
  right: 10%;
}

body.gallery {
	font-family: "Lucida Grande", Verdana, Arial, sans-serif;
	font-size: small;
	margin: 1.5em;
	background-color: #d6c7aa;
	color: #333;
	text-align: center;
	color:  #923b3b;
}

.gallery-album {
        width: 25%; /* Ici Gege: 96% pour 1 album, 44% pour 2 et 25% pour 3 */
	padding-right: 2%;
	padding-left: 2%;
	padding-bottom: 0%;
	float:left;
	left: 7%;
	position:relative;
}



a {
	color: #545b6e;
	text-decoration: none;
}


a:hover {
	text-decoration: underline;
}


hr {
	color: #aaa;
	height: 0px;
	border: none;
	border-bottom: 0px solid #aaa;
	margin-top: 0px;
	padding: 0em;
}

.clear {
        width:100%;
        
}

.breadcrumb {
	float: right;
	color: #545b6e;
	font-size: 1.0em;
        font-weight: bold;
}

.content {
	clear: both;
	margin: 0 auto;
	text-align: left;
}

.footer {
	font-size: 1.1em;
        color: #6d2a1f;
	position:relative;
	float:left;
	padding: 10px;
	clear: both;
	margin: 2px;
        margin-top: 20px;
	border:2px solid #aaa;
	background:  #a0998f;
	color: #fff;
        width: 100%;
}

.contact {
       float: right;
       right:10px;
       font-size: 0.9em;
       font-weight: bold;
      
}

.jamendo {
       float:left;
       position:absolute;
       left: 10px;
       top: 10px;
       border: 0px; 
}

.jamendo a img {
       border: 0px; 
}

.firefox {
       float:left;
       position:absolute;
       left: 10px;
       bottom: 10px;
       border: 0px; 
}

.mp3player {
       text-align:center;
}

.firefox a img {
       border: 0px; 
}


.gallery h1 {
	clear: both;
	margin: 2px;
	padding: 10px;
	border:2px solid #aaa;
	font-size: 1.5em;
	background:  #a0998f;
	color: #fff;
        width:100%
}


/* -- Gallery thumbnails ------------------ */

.gallery-thumb {
	margin: 5px;
	padding: 7px;
	float: left;
	text-align: center;
}

.gallery-thumb img {
	background: #6d2a1f;
	border: 1px solid #ccc;
	padding: 5px;
	margin: 1px;
}

.gallery-thumb a img {
	border-color: #ccc;
}

.gallery-thumb a:hover img {
	border-width: 2px;
	border-color: #999;
	margin: 0;
}


/* -- Gallery Album listing --------------- */

.gallery-albums {
	clear: both;
}

.gallery-albums h4 {
	margin: 2px 0 0 0;
	font-size: 1.1em;
}

.gallery-albums .gallery-thumb {
	margin-right: 5px !important;
}

.gallery-album {
	display: block;
	float: left;
	overflow: hidden;
}

.gallery-album p {
	font-size: 1em;
}

.gallery-album .meta {
	margin-top: 3px;
	color: #999;
	font-size: 0.9em;
}


/* -- Gallery Items ----------------------- */

.gallery-items {
	margin: 30px;
	clear: both;
}

.gallery-items h4 {
        margin: 0 0 0 0;
        font-size: 1.1em;
}


.gallery-summary {
	padding: 0px;
        text-align: center;
        font-size: 1.5em;
}

.gallery-description {
	padding: 0px;
        text-align: left;
        font-size: 1.0em;
}


/* -- Gallery Photo (detail page) --------- */

.gallery-photo {
	text-align: center;
}

.gallery-photo img {
	background: #6d2a1f;
	border: 1px solid #ccc;
	padding: 7px;
	margin-top: 10px;
}


/* -- Navigator --------------------------- */

.block-core-Navigator {
	float: right;
	margin: 1.5em 0;
	font-size: 0.9em;
	color: #999;
}

.block-core-Navigator .current,
.block-core-Navigator .first-and-previous,
.block-core-Navigator .next-and-last {
	display: inline;
}

.block-core-Navigator .current {
	margin: 0 0.5em;
}


/* -- ExifInfo ---------------------------- */

.block-exif-ExifInfo div {
	font-size: 0.8em;
	color: #999;
	margin: 1em 0;
}

table.gbDataTable {
	width: 100%;
	font-size: 0.8em;
	margin: 1.5em 0;
}

table.gbDataTable .gbOdd {
	font-weight: bold;
}

/* -- Modules --*/
.modules {
	display: none;
	float: left;
	position: absolute;
	top: 108px;
	left: 1px;
	width: 20%;
	text-align: left;
	background:  #fff;
}

.gbAdminTools {
	float: right;
	right: 10%;
}

.current {
        color: #6d2a1f;
        font-weight: bold;
}
