/* $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, DT {
	color: Black;
}
H1 {
	color:#009900;
}
H3 {
	color:#00C500;
}
H2, #menubar DT, .throw {
  color: #009900;
}
#content .navigationBar {
  color: #aaaaaa;
}
#content .pageNumberSelected {
  color: #000000;
}
div.imageNumber {
	font-weight: bold;
}
div.browsePath {
  font-weight: bold;
}
div.additional_info {
  color:#006400;  
}

/* backgrounds */
BODY {
  background-color: #009900;
}
#imageToolBar A:hover, .row1  {
/*  background-color: #3f3f3f; */
}
#the_page {
  background-color: #FCF2CC;
  background-image: url('images/fond.jpg');
}
H3 {
  background-color:#FFDC93;
}
#menubar DL, #content {
	background-color: #FCF2CC;
}
H2, #menubar DT, .throw  {
  background-color: #FCD8A3;
}
#imageHeaderBar H2 {
  background-image: none;
  background-color: transparent;
  border: none;
}
#imageHeaderBar {
  background-color: #FCD8A3;
}
input, select, textarea {
  background-color: white;
}


/* borders */
#menubar DL, #content,
#comments DIV.comment BLOCKQUOTE {
  border: 2px outset #009900;
}
#imageHeaderBar {
  border-top: 1px solid #000000;
}
H2, #menubar DT, #imageToolBar {
  border-bottom: 2px solid #000000;
}
#theImage IMG {
	border: 3px outset #228B22;
}
#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 #009900;
}
#content UL.thumbnailCategories DIV.thumbnailCategory:hover {
  border-color: red;
}
#comments DIV.comment BLOCKQUOTE {
	border-left: 2px solid #009900;
}
#content UL.thumbnails SPAN.wrap2 a img {
  border: 2px outset #009900;
}
#content UL.thumbnails SPAN.wrap2 a img:hover {
  border: 2px inset red;
}

/* 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.titrePage h2 a {
  color: white;
  text-decoration: none;
  border-bottom: none;
}
#menubar dt a:hover, div.titrePage h2 a:hover {
  color: #009900;
  font-weight: bold;
  text-decoration: none;
  border-bottom: none;
}
div.browsePath a {
  text-decoration: none;
  border-bottom: none;
}
div.browsePath a:hover {
  color: #009900;
  text-decoration: none;
  border-bottom: none;
}
#imageToolBar a:hover {
	left:1px; top:1px;
	position: relative;
}
SPAN.calItem a {
  color:#009900;
}

/* others */
.pleaseNote {
  background: #9c9c9c;
  color: #ffff99;
  padding: 1ex;
  font-weight: bold;
}
#the_page {
  padding-top: 5px;
  padding-bottom:30px;
  text-align:center;
  display:block;
}
input.radio, input.check {
  background-color: transparent;
  border:0;
}
input.bouton {
  background-color:#FCD8A3;
  border: 2px outset #009900;
  cursor:pointer;
  color:#009900;
  font-weight: bold;
}
input[type=radio], input[type=checkbox] {
  background-color: transparent;
  border:0;
}
input[type=reset], input[type=submit] {
  background-color:#FCD8A3;
  border: 2px outset #009900;
  cursor:pointer;
  color:#009900;
  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; }
