BODY {
	color:BLACK;
    /*color:#111111;*/
    background: #FFE3AA;
    background-image: url('theme/fond.jpg');
}

H1 {
    color: #CC6600;
    background: transparent;
}

H2 {
    color: #fff48e;
    background: #FAD079;
    background-image: url(theme/tableh1_bg.gif);
    border-bottom: 1px solid #FAD079;
}
H2 A{
    color: WHITE;
}
H2 A:hover {
    color: #FFFF99;
}

H3 {color: #996600;
    background: #FAD079;
    background-image: url(theme/tableh3_bg.gif); }

A {
    color: #945442;
}

A:hover {color: #C67259;
    font-weight: bold;}


.pleaseNote {
  text-align: center;
  background-color: palegreen;
  color: darkgreen;
  font-weight: bold;
  margin: 5px;
  border:1px solid gray;
  padding: 10px 10px 10px 10px;
}

#imageHeaderBar {
    color:WHITE;
    background: #FAD079;
    background-image: url(theme/tableh2_bg.gif);
    background-repeat: repeat-x;
    background-position: center;
  /*  border-bottom: 1px solid #FAD079;  */
}
#imageHeaderBar A {
    color: WHITE;
}
#imageHeaderBar A:hover {
    color: #FFFF99;
}
#imageToolBar {
    background: #DAB56A;
    background-image: url(theme/button_bg.gif);
    border: 1px solid #FAD079;
}
#imageToolBar * {
    background: inherit;
}

#imageToolBar A, #imageToolBar A:hover {
    border-bottom: none;
}
#imageToolBar A:hover {right: -2px; bottom: -2px; position: relative}

#theImage IMG {
    border: 3px solid #3f3f3f;
}
A.navThumb, A.navThumb:hover {
    border-bottom: none;
}


#content {
    border: 1px solid #FAD079;
    background:#FFE3AA;
}

#content H3 {
    text-align: center;
}

#content UL.thumbnail IMG {
    border: 1px solid #a0a0a0;
}

/* So that non-links are slightly greyed out */
#content .navigationBar {
    color: #aaaaaa;
}
#content .pageNumberSelected {
    color: #000000;
}


#menubar DL {
    border: 1px solid #FAD079;
    background: #FFE3AA;
}

#menubar DT {
    color: #FFFF99;
    background: #FAD079;
    background-image: url(theme/tableh1_bg.gif);
}
#menubar DT A{
    color: WHITE;
}
#menubar DT A:hover {
    color: #FFFF99;
}
#menubar DD {
    background:#FFE3AA;
}

#comments BLOCKQUOTE {
    background: #FFE3AA;
    border-left: 2px solid #996633;
}

/* Tables & forms */
.throw {
        color: #fff48e;
        background: #3f3f3f;
        background-image: url(theme/tableh1_bg.gif);
}
input, select, textarea {
	color:black;
	background-color: #FAEED6;
    border: 1px solid #996600;
}
.bouton {background-image: url(theme/button_bg.gif); color: white; font-weight: bold;}

#errors { /* Errors display */
  color: red;
  background-color: #ffe1e1;
  font-weight: bold;
  text-align: left;
  margin: 5px;
  border: 1px solid red;
  background-image: url(admin/images/errors.png);
  background-repeat: no-repeat;
  background-position: top right;
  padding: 10px 50px 10px 10px;
}

#errors ul li
{
  font-weight: normal;
}

/**
 * Informations box in administration
 */
#infos {
  text-align: left;
  background-color: palegreen;
  background-image: url(admin/images/infos.png);
  background-repeat: no-repeat;
  background-position: top right;
  color: darkgreen;
  font-weight: bold;
  margin: 5px;
  border:1px solid gray;
  padding: 10px 50px 10px 10px;
}

LEGEND {
  font-style: italic;
}

FIELDSET {
  border: 1px solid #996600;
}