/* $Id: theme.css 1938 2007-04-06 19:55:21Z rvelices $ */

/* text color */
BODY, H1, H3, DT,
INPUT.rateButtonSelected /* <= why IE doesn't inherit this ? */ {
  font-family: "Tempus Sans ITC", "Lucida Handwriting", "Comic Sans MS", sans-serif;
  color: #bb1212;
}

H2, #menubar DT, .throw {
  color: #bb1212;
}

#content .navigationBar {
  color: #bb1212;
}
#content .pageNumberSelected {
  color: red;
}

/*Non modifi�, car je ne sais pas � quoi �a sert !!!
*/

.tabsheet li,
.tabsheet li a { color: #fff; }
.tabsheet li a:hover { color: #fff48e; }

/* backgrounds */
BODY {
background-image: url(images/backgrnd.png);
}

H3, #the_page, #imageHeaderBar, #imageToolBar A:hover, .row1  {
   background-image: url(images/backgrnd.png);
}

#thePicturePage,  #thePicturePage #the_page {
background-image: url(images/backgrnd_pic.png);
}

#menubar DL, #content, #imageToolBar, .header_notes, .content {
background-image: url(images/backgrnd.png);
}

H2, #menubar DT, .throw  {
  background-image: url(images/h1_bg.png);
}

#imageHeaderBar H2 {
  background-image: url(images/h1_bg.png);
  border: none;
}

#imageHeaderBar, #imageToolBar {
  background-image: url(images/h1_bg.png);
  background-repeat: repeat-x;
  background-position: center;
}

/*Non modifi�, car je ne sais pas � quoi �a sert !!!
*/
.tabsheet li { background-color: #3f3f3f; }

.selected_tab { background-color: #5f5f5f !important; }

/* borders */
#menubar DL, #content, .content,
#comments DIV.comment BLOCKQUOTE {
  border: 1px solid #ffee6e;
}

#imageHeaderBar {
  border-top: 1px solid #ffee6e;
}
H2, #menubar DT, #imageToolBar {
  border-bottom: 1px #ffee6e none;
}

#theImage IMG {
  border: 6px forestgreen groove;
padding: 45px;
background-color: #ffee6e;
margin-top: 20px;
margin-bottom: 20px;
}
img.thumbLink{
border: 2px blue ridge;}

/*Le style img.thumbLink a �t� ajout� par moi
*/

#content UL.thumbnail IMG {
  border: 1px solid blue;
}

FIELDSET, INPUT, SELECT, TEXTAREA,
#content DIV.comment  A.illustration IMG, #infos,
#content DIV.thumbnailCategory {
  border: 1px #ffee6e solid;
}

#comments DIV.comment BLOCKQUOTE {
border: 1px #ffee6e inset;
}

#content UL.thumbnails SPAN.wrap2 {
  border: 1px #ffee6e inset;	/* 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: #ffee6e;
  border-color: orange;		/* thumbnails border color when mouse cursor is over it */
  color: red;
}

/*Non modifi�, car je ne sais pas � quoi �a sert !!!
*/
ul.tabsheet { border-color: #fff48e; }
.tabsheet li { border: 1px solid #fff; }
.tabsheet li:hover { border-color: #fff48e !important; }

/* links */
A, INPUT.rateButton {
color: #bb1212;
text-decoration: none;
border-bottom: none;}

A:hover {
  color: red;
border-bottom: none;
}



#imageToolBar A, #imageToolBar A:hover,
A.navThumb, A.navThumb:hover {
  border-bottom: none;
}

/*Ajout� par moi
*/
li{
display: list-item;
list-style-type: none;}

/* others */
.pleaseNote {
  background: #9c9c9c;
  color: #ffff99;
  padding: 1ex;
  font-weight: bold;
}
#the_page {
  border: 1px solid none;
  padding-top: 5px;
  padding-bottom:30px;
/*  text-align:center;*/
  display:block;
}

/*calendar elements*/
SPAN.calItemEmpty { color: #bb1212; }

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; }
.virtual_cat { background: #3f3f3f !important; }
.qsearch { font-size: 80%; font-style: normal; }
#mbMenu #quicksearch > p { text-align: left; }

/* suppression du formulaire de connexion rapide*/
FORM#quickconnect {
  display: none;
}

/* couleurs de fond des formulaires */
INPUT[type="text"], INPUT[type="password"], INPUT[type="button"],
INPUT[type="submit"], INPUT[type="reset"], INPUT[type="file"] {
	background-color: #ffffff !important;
}
INPUT.text, INPUT.password, INPUT.button,
INPUT.submit, INPUT.reset, INPUT.file,
SELECT, TEXTAREA {
	background-color: #ffffff !important;
}
.header_msgs {
	color:#ff0000;	
	background-color: #ffffff !important;
}

