/* $Id: theme.css 1516 2006-07-29 10:02:32Z chrisaga $ */
 /* background color - you can update it */
body { 
background-color: #FFFFFF;
background: #fff url("/plume/xmedia/illustrations/bandeau.jpg") repeat-x;
}

/* text color */
H1,
INPUT.rateButtonSelected /* <= why IE doesn't inherit this ? */ { 
 margin: 12px 0 0 18px; 
 color: #fff; 
 font: 275% Verdana, Arial, Helvetica, sans-serif;
 text-align: left;
}

H2, DT,
INPUT.rateButtonSelected /* <= why IE doesn't inherit this ? */ {
  color:#ffffff;	/* dimgray */
}

BODY, H3,
INPUT.rateButtonSelected /* <= why IE doesn't inherit this ? */ {
  color:#670001;	/* dimgray */
}
/* backgrounds */
BODY, H3, .throw {
  background-color: #ffffff;	/* white */
}

H2, #menubar DT, #imageHeaderBar, #imageToolBar A:hover, .row1 {
  background-color: #670001;
}

#menubar DL, #content, #imageToolBar {
  background-color: #FDCA93;
}

/* borders */
#menubar DL, #content, #imageToolBar,
#comments DIV.comment BLOCKQUOTE {
  border: 1px solid #670001;
}

#theImage IMG {
  border-color: #670001;
}

#content UL.thumbnail IMG {
    border: 1px solid #670001;
}

FIELDSET, INPUT, SELECT, TEXTAREA,
#content DIV.comment  A.illustration IMG, #infos,
#content DIV.thumbnailCategory {
  border: 1px solid brown;
}

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

#content UL.thumbnails SPAN.wrap2 {
  border: 1px solid #670001;	/* 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: white;		/* thumbnails border color when mouse cursor is over it */
}

/* links */
A, INPUT.rateButton {
    color: #E31404; 
	background: transparent;
}

A:hover, INPUT.rateButton:hover {
    color: #fff;
}

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

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

/* others */
.pleaseNote {
    background: #fff;
    color: #FF8601;
    padding: 1ex;
    font-weight: bold;
}

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

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

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

TD.calDayCellEmpty { color: white; }

.calBackDate { color: #000; }
.calForeDate { color: #fff; }
