/* $Id: theme.css 1340 2006-06-04 10:15:29Z chrisaga $ */

/* text color */
body {
color: #f1f1f1;
	background-color: #333333;
	background-repeat: no-repeat;
	background-position: center 20px;
	margin: 0px;
	padding: 0px;
	background-image: url(./img/accueil02.jpg);
}

BODY, H1, H2, H3, DT {
		/* dimgray */
}

/* backgrounds */
BODY, H3, .throw {
 	/* white */
}

H2, #menubar DT, #imageHeaderBar, #imageToolBar A:hover, .row1 {

}

#menubar DL, #content, #imageToolBar {

}

/* borders */
#menubar DL, #content, #imageToolBar,
#comments DIV.comment BLOCKQUOTE {

}

#theImage IMG {
}

#content UL.thumbnail IMG {
}

FIELDSET, INPUT, SELECT, TEXTAREA,
#content DIV.comment  A.illustration IMG, #infos,
#content DIV.thumbnailCategory {
}

#comments DIV.comment BLOCKQUOTE {
  background-color: #eee;
}

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

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

A:hover {
	color: #FFFFFF;
}
#contactLeft {
	color: #f1f1f1;
	font-size: 12px;
	font-weight: bold;
	float: left;
	position: static;
	margin-left: 10px;
}
#contactRight {
	color: #f1f1f1;
	font-size: 12px;
	font-weight: bold;
	float: right;
	position: static;
	margin-right: 10px;
}
#theHeader {
	height: 184px;
	width: 100%;
	background-image: url(./img/accueil01.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
#imageToolBar A, #imageToolBar A:hover {
    border-bottom: none;
}

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

/* others */
.pleaseNote {
    background: #9c9c9c;
    color: #ffff99;
    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 {}

TD.calDayCellEmpty { color: silver; }

.calBackDate { color: #000; }
.calForeDate { color: #fff; }
#menubar .menuInfoCat, #menubar .menuInfoCatByChild{
display:none;
}