/* $Id: theme.css 1900 2007-03-12 22:33:53Z rub $ */


/* Ajout citation */

div.Citation {
	border: 1px double #d1d1d1;
	margin-bottom:5px;
	margin-left: 20em;
	margin-right:1em;
	padding:5px;
	font-style: italic;
	text-align: center;
	background-color: #f5f5f5;
	font-family: "Courier New", Courier, monospace;
	letter-spacing: 0,2em;
}


/* Logo */

.logo_waloo {
	float:left;
	padding-right:5px;
}

/* Slider */

/* Menu de navigation  */

#h_navi {

	position:relative;
	z-index:2;
	/*border:solid 1px #000FFF*/
}

#h_navi ul {
	padding:0px;
	margin: 0px;
	list-style: none;
	height:55px;	
}

#h_navi li {
	display: inline;
	list-style-type: none;
}


#h_navi a {
	display: block;
	padding: 0px 25px 0px 6px;
	float: left;
	font-weight:bold;
	color: #8A8A8A;
	border-left: 1px solid #D9D9D9;
	text-decoration: none;		
}

#h_navi a span {
	display: block;
	width:1px;
	height:35px;
	vertical-align: top;
}


#h_navi a:hover {
	color:#000000;
	text-decoration: none;
	}

/* Formatage des boîtes additionnelles */

p.box {
padding:10px;

}

/* Information Footer */

#ftc_plugin {
	text-align: center;
	float: left;
	border: 1px solid #d1d1d1;
	width: 100%;
}


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

/* backgrounds */
H3, .throw {
  background-color: #ffffff;	/* white */
}

#menubar DT, #imageHeaderBar, #imageToolBar A:hover, .row1 {
/*  background-color: #d3d3d3;*/
}

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

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

#menubar DL {
	margin-bottom:5px;
	/*border:1px solid #d1d1d1;*/
	background-color: #EEEEEE;
}

#menubar DD {
	margin-bottom:5px;
	border:1px solid #d1d1d1;
	background-color: #ffffff;
	background-image: url(contentbg.png);
	background-repeat: repeat-y;	
	
}


#theImage IMG {
	
}

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

FIELDSET, INPUT, SELECT, TEXTAREA,
#content DIV.comment  A.illustration IMG, #infos,
#content DIV.thumbnailCategory {
	border: 1px solid #d1d1d1;
  -moz-border-radius: 4px 4px;
	background-color: #FFFFFF;
}

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

#content UL.thumbnails SPAN.wrap2 {
  border: 1px solid #aaaaaa;	/* 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: #EFEDEE;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
	color: #000000;
	opacity:1;
	
 }

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

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

#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 { 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; }

#fullTagCloud (line 260)

{

font-size: 140%;

text-align: justify;

padding-top: 0pt;

padding-right: 0pt;

padding-bottom: 0pt;

padding-left: 0pt;

margin-top: 1em;

margin-right: 2em;

margin-bottom: 1em;

margin-left: 2em;

}

#content #fullTagCloud (line 272)

{

font-size: 120%;

}