/* $Id: theme.css 1900 2007-03-12 22:33:53Z rub $ */
/* liens de navigation */
#nav a {color: #8a410a;  /* orangé  spécial nav */ }

/* text color */
BODY, H1, 
INPUT.rateButtonSelected /* <= why IE doesn't inherit this ? */ {
  color:#412222; /* noir  */ 
}
H2, H3, DT {
  color:#f0e9ce; /* beige */ 
}
H3 { color: #c2a494; /* pris dans le header */
}
#theHeader h1 {
color: #a50303; /*rouge header */
}
#theHeader p {
color: #a50303; /*rouge header */
}

/* backgrounds */

H3, .throw {
background-color: #f0e9ce; /* beige */
}
BODY{
background: #f0e9ce url('http://www.lavantgout.com/img/topGallery.jpg') repeat-x top;  /* fond pour barre horizonale  */
}
H2, #menubar DT, #imageHeaderBar, #imageToolBar A:hover, .row1 {
background-color: #830606;  /*  rouge couleur fond du site     */ 
}

#menubar DL, #content, #imageToolBar, .header_notes, .content {
  background-color:  #f0e9ce; /* beige */
}

/* borders */
#menubar DL, #imageToolBar, 
#content{
border-top: 3px solid #830606;  /*  rouge couleur fond du site     */ 
border-left: 1px solid #c65c0d;  /* orangé  moyen  */
border-right: 1px solid  #c65c0d;  /* orangé  moyen  */
border-bottom: 2px solid #830606;  /*  rouge couleur fond du site     */ 
}
#comments DIV.comment BLOCKQUOTE {
border-top: 3px solid #900d0d; /* rouge  */
border-left: 1px solid #c65c0d;  /* orangé  moyen  */
border-right: 1px solid  #c65c0d;  /* orangé  moyen  */
border-bottom: 2px solid #900d0d; /* rouge  */
}

#theImage IMG {
  border-color: #d89360;  /* orangé clair  */
}

#content UL.thumbnail IMG {
     border: 2px solid #d89360;  /* orangé clair  */
}

FIELDSET, INPUT, SELECT, TEXTAREA,
#content DIV.comment  A.illustration IMG, #infos{
  border: 1px solid #a15922; /* oranger foncé  */
  }
#content DIV.thumbnailCategory  {
border: 2px solid #d89360;  /* orangé clair  */
}

#comments DIV.comment BLOCKQUOTE {
  border-left: 2px solid #696969;
  background-color: #eee;
}

#content UL.thumbnails SPAN.wrap2 {
  border: 1px solid #d89360;  /* orangé clair  *//* thumbnails border color and style */
  border-radius: 4px 4px;	/* round corners with CSS3 compliant browsers */
}

#content UL.thumbnails SPAN.wrap2:hover,
#content UL.thumbnailCategories DIV.thumbnailCategory:hover,
#content UL.thumbnailCategories DIV.thumbnailCategory:hover A {
  background-color: #faebd7;
  border-color:#900d0d; /* rouge  */	/* thumbnails border color when mouse cursor is over it */
  color: black;
}

/* links */
A, INPUT.rateButton {
    color: #c65c0d;  /* orangé  moyen  */ 
    background: transparent;
}

A:hover, INPUT.rateButton:hover {
    color:  #e0955c; /* oranger fade  */
}

#imageToolBar A, #imageToolBar A:hover {
    border-bottom: none;
}

A.navThumb, A.navThumb:hover {
    border-bottom: none;
}

/* others */
.pleaseNote {
    background:#c65c0d;  /* orangé  moyen  */
    color:  #412222; /* noir  */ 
    padding: 1ex;
    font-weight: bold;
}

/*calendar elements*/
SPAN.calItemEmpty { color: silver; }

SPAN.calItem, SPAN.calItemEmpty
{
  border: 1px solid silver;
}

/* nice looking month calendar*/
TD.calDayCellEmpty, TD.calDayCellFull { border: 1px solid #7E7262;}

TD.calDayCellEmpty { color: silver; }

.calBackDate { color: #000; }
.calForeDate { color: #fff; }
.virtual_cat { background: #fff !important; }
.qsearch { font-size: 80%; font-style: normal; }
#mbMenu #quicksearch > p { text-align: left; }
#qsearchInput { color: #d3d3d3; }
#qsearchInput:focus { color: #005e89; }

.tabsheet li,
.tabsheet li a { color: #005e89; }
.tabsheet li a:hover { color: #858460; }
.tabsheet li { background-color: #fff; }
.selected_tab { background-color: #d3d3d3 !important; }
ul.tabsheet { border-color: #858460; }
.tabsheet li { border: 1px solid #696969; }
.tabsheet li:hover { border-color: #858460 !important; }
