/* General */

body {
	background: white url(img01.gif) repeat-x;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	color: #555;
}


h1, h2, h3 {
	margin-bottom: 2em;
	letter-spacing: -0.05em;
	font-family: Georgia, "Times New Roman", Times, serif;
}

h1, h1 a, h2, h2 a {
	text-decoration: none;
	color: #414141;
}

h1 a:hover, h2 a:hover {
	text-decoration: underline;
}

h1 {
	font-size: 38px;
}

h2 {
	font-size: 28px;
}


a {
  color: #346086;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

input {
        border: solid 1px;
        padding: 3px;
}

img {
  border: 10px solid #F0F;
}

img.image {
    border: solid 1px #222;
}

img.album {
    border: inset 5px #346086;
    background-color: #333;
}


.nothing {
  border: 0 solid black;
}

.disabled {
  font-style: italic;
}
.disabled:hover {
  background-color: #DEDAD6;
}

table {
  border: 0px solid black;
}

/* NAVIGATION */
div.navigation {
  font-weight: bold;
}

/* INDEX */

table.index {
  width: 100%;
  padding: 10px;
}

table.index td.image {
	width: 50%;
	text-align: right;
	vertical-align: top;
}

table.index td.caption {
  width: 50%;
  text-align: left;
  font-weight: bold;
  padding: 1em;
}

/* IMAGE */

table.image {
	width: 100%
}

table.image tr td {
	text-align: center;
}

table.image tr td caption {
	font-size: 1.1em;
}

table.image tr td caption {
  font-size: 0.8em;
}

table.imgnav td.sizes {
	text-align: center;
	font-size: 0.7em;
}
div.sizes {
    margin: 1em auto;
    padding: 0 auto;
    width: 10%;
    font-size: 0.7em;
}

span.img_alb_nav {
}

/* FOOTER unused */

table.footer {
	width: 100%;
}

table.footer td {
	font-size: 0.8em;
}

table.footer td.left {
	text-align: left;
}

table.footer tr td.left {
	text-align: right;
}

#divfooter {
  margin: 2em auto;
  background: url(/wordpress/wp-content/themes/balgau.net/images/header_maquette.jpg) no-repeat 0px 30px;
  width: 940px;
  /* 147 + hauteur du decalage */
  height: 177px;
  text-align: center;
}


/* THUMBNAIL */

.thumb_titlesize {
  margin: 0 auto;
  text-align: center;
}

table.thumb_list {
}

table.thumb_list td {
  vertical-align: top;
  text-align: center;
}

.thumb_liste p {
}

.thumb_liste p a {
  display: block;
}

.prevnextalbum, .thumb_multiplepages {
  clear: both;
}

.selected {
  font-weight: bold;
}

