/* $Id: theme.css 1340 2006-06-04 10:15:29Z chrisaga $ */
/* Theme hpsam wood by HPSAM alias LECONTE Sylvain
http://leconte-sylvain.hpsam.info */

/* text color */
BODY, H1, H3, DT {
	color: Black;
}
H2, #menubar DT, .throw {
  color: #fff48e;
}
#content .navigationBar {
  color: #aaaaaa;
}
#content .pageNumberSelected {
  color: #000000;
}
div.imageNumber {
	color: White;
	font-weight: bold;
}

/* backgrounds */
BODY {
  background-color: #FFE3AA;
  background-image: url('images/fond.jpg');
}
H3, #the_page, #imageHeaderBar, #imageToolBar A:hover, .row1  {
/*  background-color: #3f3f3f; */
}
H3 {
  background-image: url('images/tableh3_bg.gif');
}
#imageToolBar {
   background-color: #DAC3AA;
	background-image: url('images/button_bg.gif');
}
#menubar DL, #content {
	background-color: #FFE3AB;
}
H2, #menubar DT, .throw  {
  background-color: #6C4624;
  background-image: url(images/tableh1_bg.gif);
}
#imageHeaderBar H2 {
  background-image: none;
  background-color: transparent;
  border: none;
}
#imageHeaderBar {
  background-color: #6C4624;
  background-image: url(images/tableh2_bg.gif);
}
input, select, textarea {
  background-color: #DAC3AA;
}

/* borders */
#menubar DL, #content,
#comments DIV.comment BLOCKQUOTE {
  border: 1px solid #000000;
}
#imageHeaderBar {
  border-top: 1px solid #000000;
}
H2, #menubar DT, #imageToolBar {
  border-bottom: 1px solid #000000;
}
#theImage IMG {
  border: 3px outset white;
}
#content UL.thumbnail IMG {
  border: 1px solid #A0522D;
}
FIELDSET, INPUT, SELECT, TEXTAREA,
#content DIV.comment  A.illustration IMG, #infos,
#content DIV.thumbnailCategory {
	border: 1px solid #A0522D;
}
#content UL.thumbnailCategories DIV.thumbnailCategory:hover {
  border-color: red;
}
#comments DIV.comment BLOCKQUOTE {
	border-left: 2px solid #A0522D;
}
#content UL.thumbnails SPAN.wrap2 {
  border: 1px solid #A0522D;	/* thumbnails border color and style */
  -moz-border-radius: 4px;	/* round corners with Geko */
  border-radius: 4px 4px;	/* round corners with CSS3 compliant browsers */
}
#content UL.thumbnails SPAN.wrap2:hover {
  border-color: red;		/* thumbnails border color when mouse cursor is over it */
}

/* links */
A, .rateButton {
  color: #945442;
  text-decoration: none;
  border-bottom: none;
}
A:hover {
  font-weight: bold;
  text-decoration: none;
  border-bottom: none;
}
#imageToolBar A, #imageToolBar A:hover {
  border-bottom: none;
}
A.navThumb, A.navThumb:hover {
  border-bottom: none;
}
#menubar dt a, div.browsePath a, div.titrePage h2 a {
  color: white;
  text-decoration: none;
  border-bottom: none;
}
#menubar dt a:hover, div.browsePath a:hover, div.titrePage h2 a:hover {
  color: #fff48e;
  font-weight: bold;
  text-decoration: none;
  border-bottom: none;
}
#imageToolBar a:hover {
	left:1px; top:1px;
	position: relative;
}

/* others */
.pleaseNote {
  background: #9c9c9c;
  color: #ffff99;
  padding: 1ex;
  font-weight: bold;
}
#the_page {
  border: 1px solid #A0522D;
  padding-top: 5px;
  padding-bottom:30px;
  text-align:center;
  display:block;
}
input.radio, input.check {
  background-color: transparent;
  border:0;
}
input.bouton {
  background-color:#DAC3AA;
  background-image: url(images/button_bg.gif);
  border: 2px outset #A0522D;
  cursor:pointer;
  font-weight: bold;
}
input[type=radio], input[type=checkbox] {
  background-color: transparent;
  border:0;
}
input[type=reset], input[type=submit] {
  background-color:#DAC3AA;
  background-image: url(images/button_bg.gif);
  border: 2px outset #A0522D;
  cursor:pointer;
  font-weight: bold;
}

/*calendar elements*/
SPAN.calItemEmpty {
 color: silver;
}
SPAN.calItem, SPAN.calItemEmpty {
  border: 1px solid gray;
}

/* nice looking month calendar*/
TD.calDayCellEmpty, TD.calDayCellFull { border: 1px solid gray;}

TD.calDayCellEmpty { color: silver; }

.calBackDate { color: #000; }
.calForeDate { color: #fff; }
